Spaces:
Running
on
Zero
Running
on
Zero
cutechicken
commited on
Commit
•
e0ca1c1
1
Parent(s):
e354b27
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -5,5 +5,8 @@ torch
|
|
5 |
torchvision
|
6 |
git+https://github.com/huggingface/transformers.git
|
7 |
sentencepiece
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
5 |
torchvision
|
6 |
git+https://github.com/huggingface/transformers.git
|
7 |
sentencepiece
|
8 |
+
python-dotenv
|
9 |
+
datasets
|
10 |
+
sentence-transformers
|
11 |
+
scikit-learn
|
12 |
+
numpy
|