Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
beir>=2.0.0
|
| 2 |
+
numpy>=1.24,<2.0
|
| 3 |
+
scikit-learn>=1.3,<1.6
|
| 4 |
+
sentence-transformers>=3.0.0
|
| 5 |
+
torch>=2.2,<2.6
|
| 6 |
+
tqdm>=4.66
|
| 7 |
+
transformers>=4.40,<4.50
|