mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
# PyTorch
|
|
torch>=0.4.1
|
|
# 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 |