File size: 455 Bytes
3bce15f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
transformers==4.34.0
torch==2.0.1          # Or tensorflow==2.12.0, depending on your backend
datasets==2.14.1      # For working with datasets
tokenizers==0.14.1    # For fast tokenization
numpy==1.24.3         # For numerical operations
scipy==1.11.2         # If using models requiring optimization
pandas==2.1.0         # For data handling
requests==2.31.0      # For downloading models from Hugging Face Hub
tqdm==4.66.1          # For progress bars