Jagad1234unique commited on
Commit
8a0eadf
·
verified ·
1 Parent(s): ee0360a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,10 +1,11 @@
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
 
 
1
+ transformers==4.36.0
2
+ torch==2.0.1
3
+ tensorflow==2.12.0
4
+ datasets==2.14.1
5
+ tokenizers==0.14.1
6
+ numpy==1.24.3
7
+ scipy==1.11.2
8
+ pandas==2.1.0
9
+ requests==2.31.0
10
+ tqdm==4.66.1
11