Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate>=0.34.0
|
| 2 |
+
datasets>=2.20.0
|
| 3 |
+
evaluate>=0.4.2
|
| 4 |
+
gradio>=4.44.0
|
| 5 |
+
numpy>=1.26.0
|
| 6 |
+
rouge-score>=0.1.2
|
| 7 |
+
sentencepiece>=0.2.0
|
| 8 |
+
torch>=2.3.0
|
| 9 |
+
transformers>=4.44.0
|
| 10 |
+
bert-score>=0.3.13
|
| 11 |
+
pytest>=8.0.0
|
| 12 |
+
PyPDF2>=3.0.0
|
| 13 |
+
fastapi>=0.110.0
|
| 14 |
+
uvicorn>=0.29.0
|
| 15 |
+
python-dotenv>=1.0.1
|
| 16 |
+
pydantic>=2.7.0
|
| 17 |
+
google-genai>=0.2.0
|