Spaces:
Runtime error
Runtime error
Added requirements.txt file
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
nltk
|
| 2 |
+
torch
|
| 3 |
+
gradio
|
| 4 |
+
datasets==2.12.0
|
| 5 |
+
numpy==1.22.4
|
| 6 |
+
pandas==1.5.3
|
| 7 |
+
scikit-learn==1.2.2
|
| 8 |
+
transformers==4.28.1
|
| 9 |
+
wandb==0.15.0
|
| 10 |
+
IPython==7.34.0
|
| 11 |
+
jupyter_client==6.1.12
|
| 12 |
+
jupyter_core==5.3.0
|
| 13 |
+
notebook==6.4.8
|