requirements.txt 177 Bytes
Newer Older
R茅mi Louf's avatar
R茅mi Louf committed
1
2
3
4
5
6
7
8
9
# 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