Spaces:
Running
Running
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
|