Files
HuggingFace_transformer/requirements.txt
2019-08-05 14:38:59 +02:00

12 lines
222 B
Plaintext

# PyTorch
torch>=1.0.0
# progress bars in model download and training scripts
tqdm
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
requests
# For OpenAI GPT
regex
# For XLNet
sentencepiece