abdull4h commited on
Commit
e36b2cb
·
verified ·
1 Parent(s): ea4bdbe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,17 +1,18 @@
1
- gradio>=3.44.0
2
  transformers>=4.30.0
3
- accelerate>=0.20.0
4
- bitsandbytes>=0.41.0
5
- langchain>=0.0.235
6
- langchain-community>=0.0.10
7
  faiss-cpu>=1.7.4
 
 
8
  PyPDF2>=3.0.0
9
- sentence-transformers>=2.2.2
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
- torch>=2.0.0
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