mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 14:58:56 +06:00
10 lines
177 B
Plaintext
10 lines
177 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 ROUGE
|
|
nltk
|
|
py-rouge
|