File tree Expand file tree Collapse file tree 1 file changed +25
-13
lines changed
Expand file tree Collapse file tree 1 file changed +25
-13
lines changed Original file line number Diff line number Diff line change 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
1+ # Core libraries
102numpy
11- numpyencoder == 0.3.0
123pandas == 2.2.3
134scikit_learn == 1.4.1.post1
14- sentence_transformers == 4.1.0
15- setuptools >= 70.0.0
5+ numba == 0.59.0
6+ matplotlib == 3.8.3
7+ networkx == 3.2.1
8+ lxml == 5.1.0
169tabulate == 0.9.0
10+
11+ # NLP / ML
12+ transformers == 4.48.0
13+ sentence_transformers == 4.1.0
14+ evaluate == 0.4.3
15+ accelerate == 0.28.0
1716torch >= 1.13.0
17+
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
1827tqdm == 4.66.2
19- transformers == 4.48.0
28+
29+ # Packaging
30+ setuptools >= 70.0.0
31+
You can’t perform that action at this time.
0 commit comments