重构eval代码

This commit is contained in:
lzy
2025-05-28 15:43:50 +08:00
parent 9f5318c23d
commit 9abd8fc1c5
39 changed files with 2468 additions and 166 deletions

View File

@@ -0,0 +1,3 @@
Model,accuracy,precision_micro,recall_micro,f1_micro,precision_macro,recall_macro,f1_macro,Data Count
qwen-max-2025-01-25,1.0,1.0,1.0,1.0,1.0,1.0,1.0,10
gpt-4o,1.0,1.0,1.0,1.0,1.0,1.0,1.0,10
1 Model accuracy precision_micro recall_micro f1_micro precision_macro recall_macro f1_macro Data Count
2 qwen-max-2025-01-25 1.0 1.0 1.0 1.0 1.0 1.0 1.0 10
3 gpt-4o 1.0 1.0 1.0 1.0 1.0 1.0 1.0 10