We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152b5d5 commit d1e7bcdCopy full SHA for d1e7bcd
1 file changed
requirements.txt
@@ -1,19 +1,31 @@
1
-accelerate==0.28.0
2
-evaluate==0.4.3
3
-faiss-cpu==1.11.0
4
-jsonschema==4.23.0
5
-langid==1.1.6
6
-lxml==5.1.0
7
-matplotlib==3.8.3
8
-networkx==3.2.1
9
-numba==0.59.0
+# Core libraries
10
numpy
11
-numpyencoder==0.3.0
12
pandas==2.2.3
13
scikit_learn==1.4.1.post1
14
-sentence_transformers==4.1.0
15
-setuptools>=70.0.0
+numba==0.59.0
+matplotlib==3.8.3
+networkx==3.2.1
+lxml==5.1.0
16
tabulate==0.9.0
+
+# NLP / ML
+transformers==4.48.0
+sentence_transformers==4.1.0
+evaluate==0.4.3
+accelerate==0.28.0
17
torch>=1.13.0
18
+# Text utils
19
+langid==1.1.6
20
+jsonschema==4.23.0
21
+numpyencoder==0.3.0
22
23
+# FAISS for similarity search
24
+faiss-cpu==1.11.0
25
26
+# Progress bar
27
tqdm==4.66.2
-transformers==4.48.0
28
29
+# Packaging
30
+setuptools>=70.0.0
31
0 commit comments