Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +41 -0
requirements.txt
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==1.8.1
|
| 2 |
+
apex==0.9.10dev
|
| 3 |
+
bert_score==0.3.9
|
| 4 |
+
captum==0.8.0
|
| 5 |
+
datasets==4.2.0
|
| 6 |
+
deepspeed==0.18.9
|
| 7 |
+
evaluate==0.4.5
|
| 8 |
+
faiss==1.9.0
|
| 9 |
+
faiss_cpu==1.9.0
|
| 10 |
+
filelock==3.28.0
|
| 11 |
+
Flask==3.1.3
|
| 12 |
+
flask_cors==6.0.2
|
| 13 |
+
gradio==6.12.0
|
| 14 |
+
huggingface_hub==0.35.3
|
| 15 |
+
integrations==0.1.0
|
| 16 |
+
matplotlib==3.10.8
|
| 17 |
+
mauve_text==0.4.0
|
| 18 |
+
nltk==3.9.1
|
| 19 |
+
numpy==2.4.4
|
| 20 |
+
packaging==26.1
|
| 21 |
+
pandas==3.0.2
|
| 22 |
+
prettytable==3.17.0
|
| 23 |
+
pyarrow==21.0.0
|
| 24 |
+
PyYAML==6.0.2
|
| 25 |
+
PyYAML==6.0.3
|
| 26 |
+
ray==2.55.0
|
| 27 |
+
Requests==2.33.1
|
| 28 |
+
rouge_score==0.1.2
|
| 29 |
+
scikit_learn==1.8.0
|
| 30 |
+
scipy==1.17.1
|
| 31 |
+
seaborn==0.13.2
|
| 32 |
+
sentence_transformers==5.0.0
|
| 33 |
+
setuptools==82.0.0
|
| 34 |
+
skipthoughts==0.0.1
|
| 35 |
+
tensorflow==2.21.0
|
| 36 |
+
tensorflow_hub==0.16.1
|
| 37 |
+
torch==2.5.1
|
| 38 |
+
torch_xla==2.9.0
|
| 39 |
+
tornado==6.5.1
|
| 40 |
+
tqdm==4.67.1
|
| 41 |
+
transformers==4.48.3
|