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
89fd3450
Commit
89fd3450
authored
Sep 04, 2019
by
thomwolf
Browse files
Release: 1.2.0
parent
9fd6e7ab
Changes
2
Hide 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 @
89fd3450
__version__
=
"1.
1
.0"
__version__
=
"1.
2
.0"
from
.tokenization_auto
import
AutoTokenizer
from
.tokenization_bert
import
BertTokenizer
,
BasicTokenizer
,
WordpieceTokenizer
from
.tokenization_openai
import
OpenAIGPTTokenizer
...
...
setup.py
View file @
89fd3450
...
...
@@ -38,7 +38,7 @@ from setuptools import find_packages, setup
setup
(
name
=
"pytorch_transformers"
,
version
=
"1.
1
.0"
,
version
=
"1.
2
.0"
,
author
=
"Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Google AI Language Team Authors, Open AI team Authors"
,
author_email
=
"thomas@huggingface.co"
,
description
=
"Repository of pre-trained NLP Transformer models: BERT & RoBERTa, 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