Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
ed7549bb
Commit
ed7549bb
authored
Jul 16, 2019
by
thomwolf
Browse files
release version 1.0
parent
6a72d9aa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pytorch_transformers/__init__.py
pytorch_transformers/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
pytorch_transformers/__init__.py
View file @
ed7549bb
__version__
=
"
0.7
.0"
__version__
=
"
1.0
.0"
from
.tokenization_bert
import
BertTokenizer
,
BasicTokenizer
,
WordpieceTokenizer
from
.tokenization_openai
import
OpenAIGPTTokenizer
from
.tokenization_transfo_xl
import
(
TransfoXLTokenizer
,
TransfoXLCorpus
)
...
...
setup.py
View file @
ed7549bb
...
...
@@ -38,7 +38,7 @@ from setuptools import find_packages, setup
setup
(
name
=
"pytorch_transformers"
,
version
=
"
0.7
.0"
,
version
=
"
1.0
.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
=
"Repository of pre-trained NLP Transformer models: BERT, GPT & GPT-2, Transformer-XL, XLNet and XLM"
,
...
...
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