Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
transformers==4.
|
2 |
-
torch==1.12.0
|
3 |
-
datasets==2.
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
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 |
+
|