Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
sentencepiece
|
| 3 |
+
sentence-transformers
|
| 4 |
+
faiss-cpu
|
| 5 |
+
sacrebleu
|
| 6 |
+
gradio
|
| 7 |
+
PyMuPDF
|
| 8 |
+
python-docx
|
| 9 |
+
torch
|
| 10 |
+
matplotlib
|