requirements.txt 243 Bytes
Newer Older
thomwolf's avatar
thomwolf committed
1
# PyTorch
2
torch>=1.0.0
thomwolf's avatar
thomwolf committed
3
# progress bars in model download and training scripts
thomwolf's avatar
thomwolf committed
4
tqdm
thomwolf's avatar
thomwolf committed
5
6
7
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
8
9
requests
# For OpenAI GPT
thomwolf's avatar
thomwolf committed
10
11
regex
# For XLNet
12
13
14
sentencepiece
# For XLM
sacremoses