Jakubrd4 commited on
Commit
6eabf28
·
verified ·
1 Parent(s): 7d93e94

Upload variant-d/eval_5shot_gen_finetuned.json with huggingface_hub

Browse files
variant-d/eval_5shot_gen_finetuned.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "polish_poquad_open_book": {
4
+ "exact_match,none": 0.37161693268563495,
5
+ "exact_match_stderr,none": 0.006365546196831381,
6
+ "levenshtein,none": 0.6839000693962526,
7
+ "levenshtein_stderr,none": "N/A",
8
+ "alias": "polish_poquad_open_book"
9
+ },
10
+ "polish_polqa_open_book": {
11
+ "exact_match,none": 0.7887989203778677,
12
+ "exact_match_stderr,none": 0.005301683004866101,
13
+ "levenshtein,none": 0.9195344129554656,
14
+ "levenshtein_stderr,none": "N/A",
15
+ "alias": "polish_polqa_open_book"
16
+ },
17
+ "polish_polqa_closed_book": {
18
+ "exact_match,none": 0.6697819314641744,
19
+ "exact_match_stderr,none": 0.01516280654895572,
20
+ "levenshtein,none": 0.8026998961578401,
21
+ "levenshtein_stderr,none": "N/A",
22
+ "alias": "polish_polqa_closed_book"
23
+ },
24
+ "polish_klej_ner_regex": {
25
+ "exact_match,score-first": 0.5063168124392614,
26
+ "exact_match_stderr,score-first": 0.011023466767864459,
27
+ "alias": "polish_klej_ner_regex"
28
+ },
29
+ "polish_cbd_regex": {
30
+ "exact_match,score-first": 0.769,
31
+ "exact_match_stderr,score-first": 0.013334797216936442,
32
+ "f1,score-first": 0.36007471833625665,
33
+ "f1_stderr,score-first": "N/A",
34
+ "alias": "polish_cbd_regex"
35
+ },
36
+ "polish_psc_regex": {
37
+ "exact_match,score-first": 0.9545454545454546,
38
+ "exact_match_stderr,score-first": 0.006347155158011735,
39
+ "f1,score-first": 0.9670477471418965,
40
+ "f1_stderr,score-first": "N/A",
41
+ "alias": "polish_psc_regex"
42
+ },
43
+ "polish_ppc_regex": {
44
+ "exact_match,score-first": 0.798,
45
+ "exact_match_stderr,score-first": 0.012702651587655128,
46
+ "alias": "polish_ppc_regex"
47
+ },
48
+ "polish_dyk_regex": {
49
+ "exact_match,score-first": 0.8600583090379009,
50
+ "exact_match_stderr,score-first": 0.010820341041107833,
51
+ "f1,score-first": 0.6771300448430493,
52
+ "f1_stderr,score-first": "N/A",
53
+ "alias": "polish_dyk_regex"
54
+ },
55
+ "polish_belebele_regex": {
56
+ "exact_match,score-first": 0.8722222222222222,
57
+ "exact_match_stderr,score-first": 0.011134260891977766,
58
+ "alias": "polish_belebele_regex"
59
+ },
60
+ "polish_8tags_regex": {
61
+ "exact_match,score-first": 0.7712717291857274,
62
+ "exact_match_stderr,score-first": 0.006352917659437552,
63
+ "alias": "polish_8tags_regex"
64
+ },
65
+ "polemo2_out": {
66
+ "exact_match,score-first": 0.708502024291498,
67
+ "exact_match_stderr,score-first": 0.02046750285591508,
68
+ "alias": "polemo2_out"
69
+ },
70
+ "polemo2_in": {
71
+ "exact_match,score-first": 0.8490304709141274,
72
+ "exact_match_stderr,score-first": 0.01333333086778269,
73
+ "alias": "polemo2_in"
74
+ }
75
+ },
76
+ "config": {
77
+ "model": "Jakubrd4/Bielik-11B-v2.3-Instruct-QTIP-2bit-finetuned",
78
+ "tokenizer": "speakleash/Bielik-11B-v2.3-Instruct",
79
+ "batch_size": 8,
80
+ "num_fewshot": 5,
81
+ "tasks": [
82
+ "polemo2_in",
83
+ "polemo2_out",
84
+ "polish_8tags_regex",
85
+ "polish_belebele_regex",
86
+ "polish_dyk_regex",
87
+ "polish_ppc_regex",
88
+ "polish_psc_regex",
89
+ "polish_cbd_regex",
90
+ "polish_klej_ner_regex",
91
+ "polish_polqa_closed_book",
92
+ "polish_polqa_open_book",
93
+ "polish_poquad_open_book"
94
+ ]
95
+ }
96
+ }