Sse / requirements.txt
Jagad1234unique's picture
Update requirements.txt
7705ea9 verified
raw
history blame contribute delete
455 Bytes
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