Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=1.9.0
|
| 2 |
+
transformers>=4.20.0
|
| 3 |
+
datasets>=2.0.0
|
| 4 |
+
numpy>=1.21.0
|
| 5 |
+
scikit-learn>=1.0.0
|
| 6 |
+
huggingface-hub>=0.10.0
|
| 7 |
+
tokenizers>=0.13.0
|
| 8 |
+
tqdm>=4.64.0
|
| 9 |
+
accelerate>=0.20.0
|
| 10 |
+
gradio>=4.0.0
|
| 11 |
+
pandas>=1.3.0
|