feat: add integrated benchmarking system

This commit is contained in:
Philipp Emanuel Weidmann
2026-03-24 18:25:12 +05:30
parent 19cdf7e244
commit 1126332281
5 changed files with 733 additions and 4 deletions
+4 -1
View File
@@ -27,7 +27,11 @@ dependencies = [
"datasets~=4.7",
"hf-transfer~=0.1",
"huggingface-hub~=1.7",
"immutabledict~=4.3",
"kernels~=0.12",
"langdetect~=1.0",
"lm-eval[hf]~=0.4",
"numpy~=2.2",
"optuna~=4.7",
"peft~=0.18",
"psutil~=7.2",
@@ -42,7 +46,6 @@ research = [
"geom-median~=0.1",
"imageio~=2.37",
"matplotlib~=3.10",
"numpy~=2.2",
"pacmap~=0.8",
"scikit-learn~=1.7",
]