genienlp/Pipfile

31 lines
563 B
TOML
Raw Normal View History

2019-03-12 20:30:27 +00:00
[[source]]
2019-03-12 23:44:23 +00:00
name = "pypi"
2019-03-12 20:30:27 +00:00
url = "https://pypi.org/simple"
verify_ssl = true
2019-03-12 23:44:23 +00:00
[scripts]
genienlp = "python3 -m genienlp"
2019-03-12 23:44:23 +00:00
[dev-packages]
scikit-learn = "*"
2019-03-12 20:30:27 +00:00
[packages]
2020-06-22 20:53:31 +00:00
numpy = ">=1.14.5"
2020-07-31 07:45:37 +00:00
python-dateutil = ">=2.7.3"
torch = "~=1.4"
revtok = "==0.0.3"
tqdm = "~=4.0"
pyrouge = ">=0.1.3"
sacrebleu = "~=1.0"
tensorboardX = "==2.0.*"
requests = "~=2.22"
2020-06-11 01:30:05 +00:00
transformers = "==2.11"
radam = {git = "https://github.com/LiyuanLucasLiu/RAdam"}
2020-02-20 19:36:00 +00:00
sentencepiece = ">=0.1.83,<0.2.0"
2020-06-11 01:30:05 +00:00
mosestokenizer = '~=1.1'
2020-06-22 20:40:11 +00:00
matplotlib = '~=3.1'
seaborn = '~=0.9'
2019-03-12 20:30:27 +00:00
[requires]
python_version = "3.6"