Match order of casing in OSS XLM; Improve document; Clean up dependency

This commit is contained in:
Shijie Wu
2019-08-27 20:03:18 -04:00
parent a175a9dc01
commit ca4baf8ca1
3 changed files with 71 additions and 43 deletions

View File

@@ -56,11 +56,7 @@ setup(
'tqdm',
'regex',
'sentencepiece',
'sacremoses',
'pythainlp',
'kytea',
'nltk',
'jieba'],
'sacremoses'],
entry_points={
'console_scripts': [
"pytorch_transformers=pytorch_transformers.__main__:main",