Spaces:
Runtime error
Runtime error
Commit
·
490c46c
1
Parent(s):
92fd951
initial commit
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.5.0
|
3 |
+
transformers==4.2.1
|
4 |
+
sentencepiece==0.1.95
|
5 |
+
google-api-python-client==1.12.8
|
6 |
+
tqdm==4.56.0
|
7 |
+
scipy==1.6.0
|
8 |
+
nlp==0.4.0
|