Jagad1234unique commited on
Commit
3bce15f
1 Parent(s): 6369608

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -1
requirements.txt CHANGED
@@ -1,2 +1,10 @@
1
  huggingface_hub==0.25.2
2
- transformers
 
 
 
 
 
 
 
 
 
1
  huggingface_hub==0.25.2
2
+ transformers==4.34.0
3
+ torch==2.0.1 # Or tensorflow==2.12.0, depending on your backend
4
+ datasets==2.14.1 # For working with datasets
5
+ tokenizers==0.14.1 # For fast tokenization
6
+ numpy==1.24.3 # For numerical operations
7
+ scipy==1.11.2 # If using models requiring optimization
8
+ pandas==2.1.0 # For data handling
9
+ requests==2.31.0 # For downloading models from Hugging Face Hub
10
+ tqdm==4.66.1 # For progress bars