mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
# 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
|
|
# For XLM
|
|
sacremoses
|
|
# For ROUGE
|
|
nltk
|
|
py-rouge
|