DeepLearningExamples/PyTorch/LanguageModeling/BERT/requirements.txt
Przemek Strzelczyk 0663b67c1a Updating models
2019-07-08 22:51:28 +02:00

13 lines
208 B
Plaintext

# progress bars in model download and training scripts
tqdm
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
requests
six
ipdb
#Data processing
h5py
html2text
nltk
progressbar