Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.24.3
|
2 |
+
pandas>=2.0.2
|
3 |
+
torch>=2.0.1
|
4 |
+
transformers>=4.30.2
|
5 |
+
tqdm>=4.65.0
|
6 |
+
scikit-learn>=1.2.2
|
7 |
+
regex>=2023.5.5
|
8 |
+
sentencepiece>=0.1.99
|