Spaces:
Runtime error
Runtime error
Ahsen Khaliq commited on
Commit ·
b7083ae
1
Parent(s): 7c31e0a
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers>=3.1.0,<5.0.0
|
| 2 |
+
tqdm
|
| 3 |
+
torch>=1.6.0
|
| 4 |
+
torchvision
|
| 5 |
+
numpy
|
| 6 |
+
scikit-learn
|
| 7 |
+
scipy
|
| 8 |
+
nltk
|
| 9 |
+
sentencepiece
|
| 10 |
+
huggingface-hub
|
| 11 |
+
sentence-transformers
|
| 12 |
+
gradio
|