Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
eb91f643
Commit
eb91f643
authored
Jul 05, 2019
by
thomwolf
Browse files
update readme and setup
parent
0231ba29
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
89 additions
and
45 deletions
+89
-45
README.md
README.md
+87
-43
setup.py
setup.py
+2
-2
No files found.
README.md
View file @
eb91f643
This diff is collapsed.
Click to expand it.
setup.py
View file @
eb91f643
...
...
@@ -41,10 +41,10 @@ setup(
version
=
"0.7.0"
,
author
=
"Thomas Wolf, Lysandre Debut, Victor Sanh, Tim Rault, Google AI Language Team Authors, Open AI team Authors"
,
author_email
=
"thomas@huggingface.co"
,
description
=
"
PyTorch version of Google AI BERT model with script to load Google pre-trained models
"
,
description
=
"
Repository of pre-trained NLP Transformer models: BERT, GPT & GPT-2, Transformer-XL, XLNet and XLM
"
,
long_description
=
open
(
"README.md"
,
"r"
,
encoding
=
'utf-8'
).
read
(),
long_description_content_type
=
"text/markdown"
,
keywords
=
'
BERT
NLP deep learning
google
'
,
keywords
=
'NLP deep learning
transformer pytorch BERT GPT GPT-2 google openai CMU
'
,
license
=
'Apache'
,
url
=
"https://github.com/huggingface/pytorch-transformers"
,
packages
=
find_packages
(
exclude
=
[
"*.tests"
,
"*.tests.*"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment