Jagad1234unique commited on
Commit
ee0360a
·
verified ·
1 Parent(s): 0a167af

Update requirements.txt

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