Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.0.0
|
2 |
+
tokenizers>=0.9.4
|
3 |
+
torch>=1.7.1
|
4 |
+
torchtext>=0.9.1
|
5 |
+
numpy>=1.19.2
|
6 |
+
pandas>=1.1.3
|
7 |
+
cikit-learn==1.4.1.post1
|