Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ipython==8.4.0
|
2 |
+
nltk==3.7
|
3 |
+
numpy==1.23.1
|
4 |
+
pandas==1.4.3
|
5 |
+
pytorch_lightning==1.7.2
|
6 |
+
spacy==3.3.1
|
7 |
+
torch==1.12.1
|
8 |
+
transformers==4.18.0
|