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
321d70a7
Commit
321d70a7
authored
Feb 13, 2019
by
thomwolf
Browse files
bump up to 0.5.1
parent
67376c02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pytorch_pretrained_bert/__init__.py
pytorch_pretrained_bert/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
pytorch_pretrained_bert/__init__.py
View file @
321d70a7
__version__
=
"0.5.
0
"
__version__
=
"0.5.
1
"
from
.tokenization
import
BertTokenizer
,
BasicTokenizer
,
WordpieceTokenizer
from
.tokenization
import
BertTokenizer
,
BasicTokenizer
,
WordpieceTokenizer
from
.tokenization_openai
import
OpenAIGPTTokenizer
from
.tokenization_openai
import
OpenAIGPTTokenizer
from
.tokenization_transfo_xl
import
(
TransfoXLTokenizer
,
TransfoXLCorpus
)
from
.tokenization_transfo_xl
import
(
TransfoXLTokenizer
,
TransfoXLCorpus
)
...
...
setup.py
View file @
321d70a7
...
@@ -38,7 +38,7 @@ from setuptools import find_packages, setup
...
@@ -38,7 +38,7 @@ from setuptools import find_packages, setup
setup
(
setup
(
name
=
"pytorch_pretrained_bert"
,
name
=
"pytorch_pretrained_bert"
,
version
=
"0.5.
0
"
,
version
=
"0.5.
1
"
,
author
=
"Thomas Wolf, Victor Sanh, Tim Rault, Google AI Language Team Authors, Open AI team Authors"
,
author
=
"Thomas Wolf, Victor Sanh, Tim Rault, Google AI Language Team Authors, Open AI team Authors"
,
author_email
=
"thomas@huggingface.co"
,
author_email
=
"thomas@huggingface.co"
,
description
=
"PyTorch version of Google AI BERT model with script to load Google pre-trained models"
,
description
=
"PyTorch version of Google AI BERT model with script to load Google pre-trained models"
,
...
...
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