transformers/requirements.txt

12 lines
220 B
Plaintext
Raw Normal View History

2018-11-16 03:56:10 +08:00
# progress bars in model download and training scripts
2018-11-17 17:43:39 +08:00
tqdm
2018-11-16 03:56:10 +08:00
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
2019-02-18 18:54:51 +08:00
requests
# For OpenAI GPT
2019-06-21 17:09:51 +08:00
regex
# For XLNet
sentencepiece
# For XLM
sacremoses