add: output results for various models and datasets

This commit is contained in:
buzz-lightsnack-2007 2024-12-07 23:45:28 +08:00
parent a028413832
commit 39516acf9a
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,13 @@
,model name,dataname,expected,human,AI,unsure,invalid
0,Microsoft Phi,LDAG,human,1,10,46,2
1,Microsoft Phi,HLTC,human,7,6,44,2
2,Microsoft Phi,LDAG,AI,7,4,43,5
3,Microsoft Phi,HLTC,AI,4,7,47,1
4,Gemma 2,LDAG,human,24,35,0,0
5,Gemma 2,HLTC,human,48,11,0,0
6,Gemma 2,LDAG,AI,49,10,0,0
7,Gemma 2,HLTC,AI,48,11,0,0
8,Tinyllama,LDAG,human,24,5,28,2
9,Tinyllama,HLTC,human,17,3,36,3
10,Tinyllama,LDAG,AI,14,3,37,5
11,Tinyllama,HLTC,AI,17,1,39,2
1 model name dataname expected human AI unsure invalid
2 0 Microsoft Phi LDAG human 1 10 46 2
3 1 Microsoft Phi HLTC human 7 6 44 2
4 2 Microsoft Phi LDAG AI 7 4 43 5
5 3 Microsoft Phi HLTC AI 4 7 47 1
6 4 Gemma 2 LDAG human 24 35 0 0
7 5 Gemma 2 HLTC human 48 11 0 0
8 6 Gemma 2 LDAG AI 49 10 0 0
9 7 Gemma 2 HLTC AI 48 11 0 0
10 8 Tinyllama LDAG human 24 5 28 2
11 9 Tinyllama HLTC human 17 3 36 3
12 10 Tinyllama LDAG AI 14 3 37 5
13 11 Tinyllama HLTC AI 17 1 39 2