Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
-
gradio>=
|
2 |
transformers>=4.30.0
|
3 |
-
|
4 |
-
|
5 |
-
langchain>=0.0.235
|
6 |
-
langchain-community>=0.0.10
|
7 |
faiss-cpu>=1.7.4
|
|
|
|
|
8 |
PyPDF2>=3.0.0
|
9 |
-
|
10 |
-
evaluate>=0.4.0
|
11 |
-
rouge-score>=0.1.2
|
12 |
sacrebleu>=2.3.1
|
13 |
-
nltk>=3.8.1
|
14 |
arabic-reshaper>=3.0.0
|
15 |
python-bidi>=0.4.2
|
16 |
-
|
17 |
-
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
transformers>=4.30.0
|
3 |
+
torch>=2.0.0
|
4 |
+
sentence-transformers>=2.2.2
|
|
|
|
|
5 |
faiss-cpu>=1.7.4
|
6 |
+
langchain>=0.0.200
|
7 |
+
langchain_community>=0.0.10
|
8 |
PyPDF2>=3.0.0
|
9 |
+
rouge_score>=0.1.2
|
|
|
|
|
10 |
sacrebleu>=2.3.1
|
|
|
11 |
arabic-reshaper>=3.0.0
|
12 |
python-bidi>=0.4.2
|
13 |
+
pandas>=2.0.0
|
14 |
+
numpy>=1.24.0
|
15 |
+
matplotlib>=3.7.0
|
16 |
+
seaborn>=0.12.0
|
17 |
+
tqdm>=4.65.0
|
18 |
+
scikit-learn>=1.2.0
|