Jakubrd4 commited on
Commit
0d3a4dc
·
verified ·
1 Parent(s): 018feae

Variant C eval results: 8 MC tasks, logs, GPU info, timestamps

Browse files
variant-c/dyk_test.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "polish_dyk_multiple_choice": {
4
+ "acc,none": 0.7531584062196307,
5
+ "acc_stderr,none": 0.013447940455348528,
6
+ "f1,none": 0.12413793103448276,
7
+ "f1_stderr,none": "N/A",
8
+ "acc_norm,none": 0.7531584062196307,
9
+ "acc_norm_stderr,none": 0.013447940455348528,
10
+ "alias": "polish_dyk_multiple_choice"
11
+ }
12
+ },
13
+ "group_subtasks": {
14
+ "polish_dyk_multiple_choice": []
15
+ },
16
+ "configs": {
17
+ "polish_dyk_multiple_choice": {
18
+ "task": "polish_dyk_multiple_choice",
19
+ "dataset_path": "allegro/klej-dyk",
20
+ "training_split": "train",
21
+ "test_split": "test",
22
+ "doc_to_text": "Pytanie: \"{{question}}\"\nSugerowana odpowiedź: \"{{answer}}\"\nPytanie: Czy sugerowana odpowiedź na zadane pytanie jest poprawna?\nOdpowiedz krótko \"Tak\" lub \"Nie\". Prawidłowa odpowiedź:",
23
+ "doc_to_target": "{{target|int}}",
24
+ "doc_to_choice": [
25
+ "Nie",
26
+ "Tak"
27
+ ],
28
+ "description": "",
29
+ "target_delimiter": " ",
30
+ "fewshot_delimiter": "\n\n",
31
+ "num_fewshot": 5,
32
+ "metric_list": [
33
+ {
34
+ "metric": "acc",
35
+ "aggregation": "mean",
36
+ "higher_is_better": true
37
+ },
38
+ {
39
+ "metric": "acc_norm",
40
+ "aggregation": "mean",
41
+ "higher_is_better": true
42
+ },
43
+ {
44
+ "metric": "def f1(predictions, references):\n _prediction = predictions[0]\n _reference = references[0]\n string_label = [\"B\", \"C\"]\n reference = string_label.index(_reference)\n prediction = (\n string_label.index(_prediction)\n if _prediction in string_label\n else 0\n )\n\n return (prediction, reference)\n",
45
+ "aggregation": "def agg_f1(items):\n predictions, references = zip(*items)\n references, predictions = np.asarray(references), np.asarray(predictions)\n\n return sklearn.metrics.f1_score(references, predictions)\n",
46
+ "higher_is_better": true
47
+ }
48
+ ],
49
+ "output_type": "multiple_choice",
50
+ "repeats": 1,
51
+ "should_decontaminate": true,
52
+ "doc_to_decontamination_query": "{{question}} {{answer}}"
53
+ }
54
+ },
55
+ "versions": {
56
+ "polish_dyk_multiple_choice": "Yaml"
57
+ },
58
+ "n-shot": {
59
+ "polish_dyk_multiple_choice": 5
60
+ },
61
+ "higher_is_better": {
62
+ "polish_dyk_multiple_choice": {
63
+ "acc": true,
64
+ "acc_norm": true,
65
+ "f1": true
66
+ }
67
+ },
68
+ "n-samples": {
69
+ "polish_dyk_multiple_choice": {
70
+ "original": 1029,
71
+ "effective": 1029
72
+ }
73
+ },
74
+ "config": {
75
+ "model": "hf",
76
+ "model_args": "pretrained=/dev/shm/variant-c-fp16,dtype=float16",
77
+ "model_num_parameters": 11168796672,
78
+ "model_dtype": "torch.float16",
79
+ "model_revision": "main",
80
+ "model_sha": "",
81
+ "batch_size": "8",
82
+ "batch_sizes": [],
83
+ "device": null,
84
+ "use_cache": null,
85
+ "limit": null,
86
+ "bootstrap_iters": 100000,
87
+ "gen_kwargs": null,
88
+ "random_seed": 0,
89
+ "numpy_seed": 1234,
90
+ "torch_seed": 1234,
91
+ "fewshot_seed": 1234
92
+ },
93
+ "git_hash": "29a34b75",
94
+ "date": 1771785731.9599779,
95
+ "pretty_env_info": "PyTorch version: 2.6.0+cu124\nIs debug build: False\nCUDA used to build PyTorch: 12.4\nROCM used to build PyTorch: N/A\n\nOS: Ubuntu 24.04.3 LTS (x86_64)\nGCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0\nClang version: Could not collect\nCMake version: version 3.28.3\nLibc version: glibc-2.39\n\nPython version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] (64-bit runtime)\nPython platform: Linux-6.8.0-90-generic-x86_64-with-glibc2.39\nIs CUDA available: True\nCUDA runtime version: 12.8.93\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: GPU 0: NVIDIA H200\nNvidia driver version: 570.211.01\ncuDNN version: Probably one of the following:\n/usr/lib/x86_64-linux-gnu/libcudnn.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_adv.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_cnn.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_engines_precompiled.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_engines_runtime_compiled.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_graph.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_heuristic.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_ops.so.9.8.0\nHIP runtime version: N/A\nMIOpen runtime version: N/A\nIs XNNPACK available: True\n\nCPU:\nArchitecture: x86_64\nCPU op-mode(s): 32-bit, 64-bit\nAddress sizes: 46 bits physical, 57 bits virtual\nByte Order: Little Endian\nCPU(s): 96\nOn-line CPU(s) list: 0-95\nVendor ID: GenuineIntel\nModel name: INTEL(R) XEON(R) PLATINUM 8568Y+\nCPU family: 6\nModel: 207\nThread(s) per core: 1\nCore(s) per socket: 48\nSocket(s): 2\nStepping: 2\nCPU(s) scaling MHz: 30%\nCPU max MHz: 4000.0000\nCPU min MHz: 800.0000\nBogoMIPS: 4600.00\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect user_shstk avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts hfi avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr ibt amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities ibpb_exit_to_user\nL1d cache: 4.5 MiB (96 instances)\nL1i cache: 3 MiB (96 instances)\nL2 cache: 192 MiB (96 instances)\nL3 cache: 600 MiB (2 instances)\nNUMA node(s): 4\nNUMA node0 CPU(s): 0-23\nNUMA node1 CPU(s): 24-47\nNUMA node2 CPU(s): 48-71\nNUMA node3 CPU(s): 72-95\nVulnerability Gather data sampling: Not affected\nVulnerability Itlb multihit: Not affected\nVulnerability L1tf: Not affected\nVulnerability Mds: Not affected\nVulnerability Meltdown: Not affected\nVulnerability Mmio stale data: Not affected\nVulnerability Reg file data sampling: Not affected\nVulnerability Retbleed: Not affected\nVulnerability Spec rstack overflow: Not affected\nVulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl\nVulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization\nVulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S\nVulnerability Srbds: Not affected\nVulnerability Tsx async abort: Not affected\nVulnerability Vmscape: Mitigation; IBPB before exit to userspace\n\nVersions of relevant libraries:\n[pip3] numpy==2.4.0\n[pip3] nvidia-cublas-cu12==12.4.5.8\n[pip3] nvidia-cuda-cupti-cu12==12.4.127\n[pip3] nvidia-cuda-nvrtc-cu12==12.4.127\n[pip3] nvidia-cuda-runtime-cu12==12.4.127\n[pip3] nvidia-cudnn-cu12==9.1.0.70\n[pip3] nvidia-cufft-cu12==11.2.1.3\n[pip3] nvidia-curand-cu12==10.3.5.147\n[pip3] nvidia-cusolver-cu12==11.6.1.9\n[pip3] nvidia-cusparse-cu12==12.3.1.170\n[pip3] nvidia-cusparselt-cu12==0.6.2\n[pip3] nvidia-nccl-cu12==2.21.5\n[pip3] nvidia-nvjitlink-cu12==12.4.127\n[pip3] nvidia-nvtx-cu12==12.4.127\n[pip3] torch==2.6.0+cu124\n[pip3] torchvision==0.21.0+cu124\n[pip3] triton==3.2.0\n[conda] Could not collect",
96
+ "transformers_version": "5.2.0",
97
+ "upper_git_hash": null,
98
+ "task_hashes": {},
99
+ "model_source": "hf",
100
+ "model_name": "/dev/shm/variant-c-fp16",
101
+ "model_name_sanitized": "__dev__shm__variant-c-fp16",
102
+ "system_instruction": null,
103
+ "system_instruction_sha": null,
104
+ "chat_template": null,
105
+ "chat_template_sha": null,
106
+ "start_time": 2091254.652321646,
107
+ "end_time": 2091336.927434277,
108
+ "total_evaluation_time_seconds": "82.27511263103224"
109
+ }
variant-c/gpu_info.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Sun Feb 22 19:47:34 2026
2
+ +-----------------------------------------------------------------------------------------+
3
+ | NVIDIA-SMI 570.211.01 Driver Version: 570.211.01 CUDA Version: 12.8 |
4
+ |-----------------------------------------+------------------------+----------------------+
5
+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
6
+ | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
7
+ | | | MIG M. |
8
+ |=========================================+========================+======================|
9
+ | 0 NVIDIA H200 On | 00000000:5D:00.0 Off | 0 |
10
+ | N/A 39C P0 78W / 700W | 0MiB / 143771MiB | 0% Default |
11
+ | | | Disabled |
12
+ +-----------------------------------------+------------------------+----------------------+
13
+
14
+ +-----------------------------------------------------------------------------------------+
15
+ | Processes: |
16
+ | GPU GI CI PID Type Process name GPU Memory |
17
+ | ID ID Usage |
18
+ |=========================================================================================|
19
+ | No running processes found |
20
+ +-----------------------------------------------------------------------------------------+
21
+ Model: /dev/shm/variant-c-fp16/
22
+ 21G /dev/shm/variant-c-fp16/
23
+ total 21817572
24
+ drwxrwxr-x 2 root root 160 Feb 22 17:50 .
25
+ drwxrwxrwt 3 root root 60 Feb 22 18:59 ..
26
+ -rw-rw-r-- 1 root root 209 Feb 22 17:50 chat_template.jinja
27
+ -rw-rw-r-- 1 root root 707 Feb 22 17:49 config.json
28
+ -rw-rw-r-- 1 root root 152 Feb 22 17:49 generation_config.json
29
+ -rw-rw-r-- 1 root root 22337646168 Feb 22 17:50 model.safetensors
30
+ -rw-rw-r-- 1 root root 3530101 Feb 22 17:50 tokenizer.json
31
+ -rw-rw-r-- 1 root root 3314 Feb 22 17:50 tokenizer_config.json
variant-c/mc_eval_8tasks.json ADDED
@@ -0,0 +1,506 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "polish_psc_multiple_choice": {
4
+ "acc,none": 0.5983302411873841,
5
+ "acc_stderr,none": 0.014938162965495022,
6
+ "f1,none": 0.26981450252951095,
7
+ "f1_stderr,none": "N/A",
8
+ "acc_norm,none": 0.5983302411873841,
9
+ "acc_norm_stderr,none": 0.014938162965495022,
10
+ "alias": "polish_psc_multiple_choice"
11
+ },
12
+ "polish_ppc_multiple_choice": {
13
+ "acc,none": 0.399,
14
+ "acc_stderr,none": 0.015493193313163012,
15
+ "acc_norm,none": 0.399,
16
+ "acc_norm_stderr,none": 0.015493193313163012,
17
+ "alias": "polish_ppc_multiple_choice"
18
+ },
19
+ "polish_klej_ner_multiple_choice": {
20
+ "acc,none": 0.14723032069970846,
21
+ "acc_stderr,none": 0.007812631824579438,
22
+ "acc_norm,none": 0.1477162293488824,
23
+ "acc_norm_stderr,none": 0.007823283528086637,
24
+ "alias": "polish_klej_ner_multiple_choice"
25
+ },
26
+ "polish_dyk_multiple_choice": {
27
+ "acc,none": 0.7531584062196307,
28
+ "acc_stderr,none": 0.013447940455348528,
29
+ "f1,none": 0.12413793103448276,
30
+ "f1_stderr,none": "N/A",
31
+ "acc_norm,none": 0.7531584062196307,
32
+ "acc_norm_stderr,none": 0.013447940455348528,
33
+ "alias": "polish_dyk_multiple_choice"
34
+ },
35
+ "polish_cbd_multiple_choice": {
36
+ "acc,none": 0.693,
37
+ "acc_stderr,none": 0.01459328489285274,
38
+ "f1,none": 0.16823572705807968,
39
+ "f1_stderr,none": "N/A",
40
+ "acc_norm,none": 0.718,
41
+ "acc_norm_stderr,none": 0.01423652621529138,
42
+ "alias": "polish_cbd_multiple_choice"
43
+ },
44
+ "polish_8tags_multiple_choice": {
45
+ "acc,none": 0.12145471180237877,
46
+ "acc_stderr,none": 0.0049408180124094975,
47
+ "acc_norm,none": 0.12031107044830741,
48
+ "acc_norm_stderr,none": 0.004920700762170319,
49
+ "alias": "polish_8tags_multiple_choice"
50
+ },
51
+ "polemo2_out_multiple_choice": {
52
+ "acc,none": 0.31983805668016196,
53
+ "acc_stderr,none": 0.0210062134234594,
54
+ "acc_norm,none": 0.32388663967611336,
55
+ "acc_norm_stderr,none": 0.02107573921838272,
56
+ "alias": "polemo2_out_multiple_choice"
57
+ },
58
+ "polemo2_in_multiple_choice": {
59
+ "acc,none": 0.30193905817174516,
60
+ "acc_stderr,none": 0.017097739074081113,
61
+ "acc_norm,none": 0.29362880886426596,
62
+ "acc_norm_stderr,none": 0.016960872466519682,
63
+ "alias": "polemo2_in_multiple_choice"
64
+ }
65
+ },
66
+ "group_subtasks": {
67
+ "polemo2_in_multiple_choice": [],
68
+ "polemo2_out_multiple_choice": [],
69
+ "polish_8tags_multiple_choice": [],
70
+ "polish_cbd_multiple_choice": [],
71
+ "polish_dyk_multiple_choice": [],
72
+ "polish_klej_ner_multiple_choice": [],
73
+ "polish_ppc_multiple_choice": [],
74
+ "polish_psc_multiple_choice": []
75
+ },
76
+ "configs": {
77
+ "polemo2_in_multiple_choice": {
78
+ "task": "polemo2_in_multiple_choice",
79
+ "group": [
80
+ "polemo2_mc"
81
+ ],
82
+ "dataset_path": "allegro/klej-polemo2-in",
83
+ "training_split": "train",
84
+ "validation_split": "validation",
85
+ "test_split": "test",
86
+ "doc_to_text": "Opinia: \"{{sentence}}\"\nOkreśl sentyment podanej opinii: Neutralny, Negatywny, Pozytywny, Niejednoznaczny.\nSentyment:",
87
+ "doc_to_target": "{{['__label__meta_zero', '__label__meta_minus_m', '__label__meta_plus_m', '__label__meta_amb'].index(target)}}",
88
+ "doc_to_choice": [
89
+ "Neutralny",
90
+ "Negatywny",
91
+ "Pozytywny",
92
+ "Niejednoznaczny"
93
+ ],
94
+ "description": "",
95
+ "target_delimiter": " ",
96
+ "fewshot_delimiter": "\n\n",
97
+ "num_fewshot": 5,
98
+ "metric_list": [
99
+ {
100
+ "metric": "acc",
101
+ "aggregation": "mean",
102
+ "higher_is_better": true
103
+ },
104
+ {
105
+ "metric": "acc_norm",
106
+ "aggregation": "mean",
107
+ "higher_is_better": true
108
+ }
109
+ ],
110
+ "output_type": "multiple_choice",
111
+ "repeats": 1,
112
+ "should_decontaminate": true,
113
+ "doc_to_decontamination_query": "{{sentence}}"
114
+ },
115
+ "polemo2_out_multiple_choice": {
116
+ "task": "polemo2_out_multiple_choice",
117
+ "group": [
118
+ "polemo2_mc"
119
+ ],
120
+ "dataset_path": "allegro/klej-polemo2-out",
121
+ "training_split": "train",
122
+ "validation_split": "validation",
123
+ "test_split": "test",
124
+ "doc_to_text": "Opinia: \"{{sentence}}\"\nOkreśl sentyment podanej opinii: Neutralny, Negatywny, Pozytywny, Niejednoznaczny.\nSentyment:",
125
+ "doc_to_target": "{{['__label__meta_zero', '__label__meta_minus_m', '__label__meta_plus_m', '__label__meta_amb'].index(target)}}",
126
+ "doc_to_choice": [
127
+ "Neutralny",
128
+ "Negatywny",
129
+ "Pozytywny",
130
+ "Niejednoznaczny"
131
+ ],
132
+ "description": "",
133
+ "target_delimiter": " ",
134
+ "fewshot_delimiter": "\n\n",
135
+ "num_fewshot": 5,
136
+ "metric_list": [
137
+ {
138
+ "metric": "acc",
139
+ "aggregation": "mean",
140
+ "higher_is_better": true
141
+ },
142
+ {
143
+ "metric": "acc_norm",
144
+ "aggregation": "mean",
145
+ "higher_is_better": true
146
+ }
147
+ ],
148
+ "output_type": "multiple_choice",
149
+ "repeats": 1,
150
+ "should_decontaminate": true,
151
+ "doc_to_decontamination_query": "{{sentence}}"
152
+ },
153
+ "polish_8tags_multiple_choice": {
154
+ "task": "polish_8tags_multiple_choice",
155
+ "dataset_path": "sdadas/8tags",
156
+ "training_split": "train",
157
+ "test_split": "test",
158
+ "fewshot_split": "train",
159
+ "doc_to_text": "Tytuł: \"{{sentence}}\"\nDo podanego tytułu przyporządkuj jedną najlepiej pasującą kategorię z podanych: Film, Historia, Jedzenie, Medycyna, Motoryzacja, Praca, Sport, Technologie.\nKategoria:",
160
+ "doc_to_target": "{{label|int}}",
161
+ "doc_to_choice": [
162
+ "Film",
163
+ "Historia",
164
+ "Jedzenie",
165
+ "Medycyna",
166
+ "Motoryzacja",
167
+ "Praca",
168
+ "Sport",
169
+ "Technologie"
170
+ ],
171
+ "description": "",
172
+ "target_delimiter": " ",
173
+ "fewshot_delimiter": "\n\n",
174
+ "num_fewshot": 5,
175
+ "metric_list": [
176
+ {
177
+ "metric": "acc",
178
+ "aggregation": "mean",
179
+ "higher_is_better": true
180
+ },
181
+ {
182
+ "metric": "acc_norm",
183
+ "aggregation": "mean",
184
+ "higher_is_better": true
185
+ }
186
+ ],
187
+ "output_type": "multiple_choice",
188
+ "repeats": 1,
189
+ "should_decontaminate": true,
190
+ "doc_to_decontamination_query": "{{sentence}}"
191
+ },
192
+ "polish_cbd_multiple_choice": {
193
+ "task": "polish_cbd_multiple_choice",
194
+ "dataset_path": "ptaszynski/PolishCyberbullyingDataset",
195
+ "training_split": "train",
196
+ "test_split": "test",
197
+ "doc_to_text": "Wypowiedź: \"{{TEXT}}\"\nDo podanej wypowiedzi przyporządkuj jedną, najlepiej pasującą kategorię z podanych: nieszkodliwa, szyderstwo, obelga, insynuacja, groźba, molestowanie.\nKategoria:",
198
+ "doc_to_target": "{{{'szyderstwo': 1, 'obelga': 2, 'insynuacja': 3, 'grozba': 4, 'molestowanie': 5}.get(CATEGORIES, 0)}}",
199
+ "doc_to_choice": [
200
+ "nieszkodliwa",
201
+ "szyderstwo",
202
+ "obelga",
203
+ "insynuacja",
204
+ "groźba",
205
+ "molestowanie"
206
+ ],
207
+ "description": "",
208
+ "target_delimiter": " ",
209
+ "fewshot_delimiter": "\n\n",
210
+ "num_fewshot": 5,
211
+ "metric_list": [
212
+ {
213
+ "metric": "acc",
214
+ "aggregation": "mean",
215
+ "higher_is_better": true
216
+ },
217
+ {
218
+ "metric": "acc_norm",
219
+ "aggregation": "mean",
220
+ "higher_is_better": true
221
+ },
222
+ {
223
+ "metric": "def f1(predictions, references):\n _prediction = predictions[0]\n _reference = references[0]\n string_label = [\"A\", \"B\", \"C\", \"D\", \"E\", \"F\"]\n reference = string_label.index(_reference)\n prediction = (\n string_label.index(_prediction)\n if _prediction in string_label\n else 0\n )\n\n return (prediction, reference)\n",
224
+ "aggregation": "def agg_f1_macro(items):\n predictions, references = zip(*items)\n references, predictions = np.asarray(references), np.asarray(predictions)\n\n return sklearn.metrics.f1_score(references, predictions, average='macro')\n",
225
+ "higher_is_better": true
226
+ }
227
+ ],
228
+ "output_type": "multiple_choice",
229
+ "repeats": 1,
230
+ "should_decontaminate": true,
231
+ "doc_to_decontamination_query": "{{TEXT}}"
232
+ },
233
+ "polish_dyk_multiple_choice": {
234
+ "task": "polish_dyk_multiple_choice",
235
+ "dataset_path": "allegro/klej-dyk",
236
+ "training_split": "train",
237
+ "test_split": "test",
238
+ "doc_to_text": "Pytanie: \"{{question}}\"\nSugerowana odpowiedź: \"{{answer}}\"\nPytanie: Czy sugerowana odpowiedź na zadane pytanie jest poprawna?\nOdpowiedz krótko \"Tak\" lub \"Nie\". Prawidłowa odpowiedź:",
239
+ "doc_to_target": "{{target|int}}",
240
+ "doc_to_choice": [
241
+ "Nie",
242
+ "Tak"
243
+ ],
244
+ "description": "",
245
+ "target_delimiter": " ",
246
+ "fewshot_delimiter": "\n\n",
247
+ "num_fewshot": 5,
248
+ "metric_list": [
249
+ {
250
+ "metric": "acc",
251
+ "aggregation": "mean",
252
+ "higher_is_better": true
253
+ },
254
+ {
255
+ "metric": "acc_norm",
256
+ "aggregation": "mean",
257
+ "higher_is_better": true
258
+ },
259
+ {
260
+ "metric": "def f1(predictions, references):\n _prediction = predictions[0]\n _reference = references[0]\n string_label = [\"B\", \"C\"]\n reference = string_label.index(_reference)\n prediction = (\n string_label.index(_prediction)\n if _prediction in string_label\n else 0\n )\n\n return (prediction, reference)\n",
261
+ "aggregation": "def agg_f1(items):\n predictions, references = zip(*items)\n references, predictions = np.asarray(references), np.asarray(predictions)\n\n return sklearn.metrics.f1_score(references, predictions)\n",
262
+ "higher_is_better": true
263
+ }
264
+ ],
265
+ "output_type": "multiple_choice",
266
+ "repeats": 1,
267
+ "should_decontaminate": true,
268
+ "doc_to_decontamination_query": "{{question}} {{answer}}"
269
+ },
270
+ "polish_klej_ner_multiple_choice": {
271
+ "task": "polish_klej_ner_multiple_choice",
272
+ "dataset_path": "allegro/klej-nkjp-ner",
273
+ "training_split": "train",
274
+ "validation_split": "validation",
275
+ "test_split": "test",
276
+ "fewshot_split": "train",
277
+ "doc_to_text": "Zdanie: \"{{sentence}}\"\nJakiego rodzaju jest nazwana jednostka, jeżeli występuje w podanym zdaniu?\nMożliwe odpowiedzi: Brak nazwanej jednostki, Nazwa miejsca, Nazwa osoby, Nazwa organizacji, Czas, Nazwa geograficzna.\nRodzaj:",
278
+ "doc_to_target": "{{{'noEntity': 0, 'placeName': 1, 'persName': 2, 'orgName': 3, 'time': 4, 'geogName': 5}.get(target)}}",
279
+ "doc_to_choice": [
280
+ "Brak nazwanej jednostki",
281
+ "Nazwa miejsca",
282
+ "Nazwa osoby",
283
+ "Nazwa organizacji",
284
+ "Czas",
285
+ "Nazwa geograficzna"
286
+ ],
287
+ "description": "",
288
+ "target_delimiter": " ",
289
+ "fewshot_delimiter": "\n\n",
290
+ "num_fewshot": 5,
291
+ "metric_list": [
292
+ {
293
+ "metric": "acc",
294
+ "aggregation": "mean",
295
+ "higher_is_better": true
296
+ },
297
+ {
298
+ "metric": "acc_norm",
299
+ "aggregation": "mean",
300
+ "higher_is_better": true
301
+ }
302
+ ],
303
+ "output_type": "multiple_choice",
304
+ "repeats": 1,
305
+ "should_decontaminate": true,
306
+ "doc_to_decontamination_query": "{{sentence}}"
307
+ },
308
+ "polish_ppc_multiple_choice": {
309
+ "task": "polish_ppc_multiple_choice",
310
+ "dataset_path": "sdadas/ppc",
311
+ "training_split": "train",
312
+ "validation_split": "validation",
313
+ "test_split": "test",
314
+ "doc_to_text": "Zdanie A: \"{{sentence_A}}\"\nZdanie B: \"{{sentence_B}}\"\nPytanie: jaka jest zależność między zdaniami A i B? Możliwe odpowiedzi:\nA - znaczą dokładnie to samo\nB - mają podobne znaczenie\nC - mają różne znaczenie\nPrawidłowa odpowiedź:",
315
+ "doc_to_target": "{{label|int - 1}}",
316
+ "doc_to_choice": [
317
+ "A",
318
+ "B",
319
+ "C"
320
+ ],
321
+ "description": "",
322
+ "target_delimiter": " ",
323
+ "fewshot_delimiter": "\n\n",
324
+ "num_fewshot": 5,
325
+ "metric_list": [
326
+ {
327
+ "metric": "acc",
328
+ "aggregation": "mean",
329
+ "higher_is_better": true
330
+ },
331
+ {
332
+ "metric": "acc_norm",
333
+ "aggregation": "mean",
334
+ "higher_is_better": true
335
+ }
336
+ ],
337
+ "output_type": "multiple_choice",
338
+ "repeats": 1,
339
+ "should_decontaminate": true,
340
+ "doc_to_decontamination_query": "{{sentence_A}} {{sentence_B}}"
341
+ },
342
+ "polish_psc_multiple_choice": {
343
+ "task": "polish_psc_multiple_choice",
344
+ "dataset_path": "allegro/klej-psc",
345
+ "training_split": "train",
346
+ "test_split": "test",
347
+ "doc_to_text": "Tekst: \"{{extract_text}}\"\nPodsumowanie: \"{{summary_text}}\"\nPytanie: Czy podsumowanie dla podanego tekstu jest poprawne?\nOdpowiedz krótko \"Tak\" lub \"Nie\". Prawidłowa odpowiedź:",
348
+ "doc_to_target": "{{label|int}}",
349
+ "doc_to_choice": [
350
+ "Nie",
351
+ "Tak"
352
+ ],
353
+ "description": "",
354
+ "target_delimiter": " ",
355
+ "fewshot_delimiter": "\n\n",
356
+ "num_fewshot": 5,
357
+ "metric_list": [
358
+ {
359
+ "metric": "acc",
360
+ "aggregation": "mean",
361
+ "higher_is_better": true
362
+ },
363
+ {
364
+ "metric": "acc_norm",
365
+ "aggregation": "mean",
366
+ "higher_is_better": true
367
+ },
368
+ {
369
+ "metric": "def f1(predictions, references):\n _prediction = predictions[0]\n _reference = references[0]\n string_label = [\"B\", \"C\"]\n reference = string_label.index(_reference)\n prediction = (\n string_label.index(_prediction)\n if _prediction in string_label\n else 0\n )\n\n return (prediction, reference)\n",
370
+ "aggregation": "def agg_f1(items):\n predictions, references = zip(*items)\n references, predictions = np.asarray(references), np.asarray(predictions)\n\n return sklearn.metrics.f1_score(references, predictions)\n",
371
+ "higher_is_better": true
372
+ }
373
+ ],
374
+ "output_type": "multiple_choice",
375
+ "repeats": 1,
376
+ "should_decontaminate": true,
377
+ "doc_to_decontamination_query": "{{extract_text}} {{summary_text}}"
378
+ }
379
+ },
380
+ "versions": {
381
+ "polemo2_in_multiple_choice": "Yaml",
382
+ "polemo2_out_multiple_choice": "Yaml",
383
+ "polish_8tags_multiple_choice": "Yaml",
384
+ "polish_cbd_multiple_choice": "Yaml",
385
+ "polish_dyk_multiple_choice": "Yaml",
386
+ "polish_klej_ner_multiple_choice": "Yaml",
387
+ "polish_ppc_multiple_choice": "Yaml",
388
+ "polish_psc_multiple_choice": "Yaml"
389
+ },
390
+ "n-shot": {
391
+ "polemo2_in_multiple_choice": 5,
392
+ "polemo2_out_multiple_choice": 5,
393
+ "polish_8tags_multiple_choice": 5,
394
+ "polish_cbd_multiple_choice": 5,
395
+ "polish_dyk_multiple_choice": 5,
396
+ "polish_klej_ner_multiple_choice": 5,
397
+ "polish_ppc_multiple_choice": 5,
398
+ "polish_psc_multiple_choice": 5
399
+ },
400
+ "higher_is_better": {
401
+ "polemo2_in_multiple_choice": {
402
+ "acc": true,
403
+ "acc_norm": true
404
+ },
405
+ "polemo2_out_multiple_choice": {
406
+ "acc": true,
407
+ "acc_norm": true
408
+ },
409
+ "polish_8tags_multiple_choice": {
410
+ "acc": true,
411
+ "acc_norm": true
412
+ },
413
+ "polish_cbd_multiple_choice": {
414
+ "acc": true,
415
+ "acc_norm": true,
416
+ "f1": true
417
+ },
418
+ "polish_dyk_multiple_choice": {
419
+ "acc": true,
420
+ "acc_norm": true,
421
+ "f1": true
422
+ },
423
+ "polish_klej_ner_multiple_choice": {
424
+ "acc": true,
425
+ "acc_norm": true
426
+ },
427
+ "polish_ppc_multiple_choice": {
428
+ "acc": true,
429
+ "acc_norm": true
430
+ },
431
+ "polish_psc_multiple_choice": {
432
+ "acc": true,
433
+ "acc_norm": true,
434
+ "f1": true
435
+ }
436
+ },
437
+ "n-samples": {
438
+ "polish_psc_multiple_choice": {
439
+ "original": 1078,
440
+ "effective": 1078
441
+ },
442
+ "polish_ppc_multiple_choice": {
443
+ "original": 1000,
444
+ "effective": 1000
445
+ },
446
+ "polish_klej_ner_multiple_choice": {
447
+ "original": 2058,
448
+ "effective": 2058
449
+ },
450
+ "polish_dyk_multiple_choice": {
451
+ "original": 1029,
452
+ "effective": 1029
453
+ },
454
+ "polish_cbd_multiple_choice": {
455
+ "original": 1000,
456
+ "effective": 1000
457
+ },
458
+ "polish_8tags_multiple_choice": {
459
+ "original": 4372,
460
+ "effective": 4372
461
+ },
462
+ "polemo2_out_multiple_choice": {
463
+ "original": 494,
464
+ "effective": 494
465
+ },
466
+ "polemo2_in_multiple_choice": {
467
+ "original": 722,
468
+ "effective": 722
469
+ }
470
+ },
471
+ "config": {
472
+ "model": "hf",
473
+ "model_args": "pretrained=/dev/shm/variant-c-fp16,dtype=float16",
474
+ "model_num_parameters": 11168796672,
475
+ "model_dtype": "torch.float16",
476
+ "model_revision": "main",
477
+ "model_sha": "",
478
+ "batch_size": "8",
479
+ "batch_sizes": [],
480
+ "device": null,
481
+ "use_cache": null,
482
+ "limit": null,
483
+ "bootstrap_iters": 100000,
484
+ "gen_kwargs": null,
485
+ "random_seed": 0,
486
+ "numpy_seed": 1234,
487
+ "torch_seed": 1234,
488
+ "fewshot_seed": 1234
489
+ },
490
+ "git_hash": "29a34b75",
491
+ "date": 1771786739.542946,
492
+ "pretty_env_info": "PyTorch version: 2.6.0+cu124\nIs debug build: False\nCUDA used to build PyTorch: 12.4\nROCM used to build PyTorch: N/A\n\nOS: Ubuntu 24.04.3 LTS (x86_64)\nGCC version: (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0\nClang version: Could not collect\nCMake version: version 3.28.3\nLibc version: glibc-2.39\n\nPython version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] (64-bit runtime)\nPython platform: Linux-6.8.0-90-generic-x86_64-with-glibc2.39\nIs CUDA available: True\nCUDA runtime version: 12.8.93\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: GPU 0: NVIDIA H200\nNvidia driver version: 570.211.01\ncuDNN version: Probably one of the following:\n/usr/lib/x86_64-linux-gnu/libcudnn.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_adv.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_cnn.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_engines_precompiled.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_engines_runtime_compiled.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_graph.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_heuristic.so.9.8.0\n/usr/lib/x86_64-linux-gnu/libcudnn_ops.so.9.8.0\nHIP runtime version: N/A\nMIOpen runtime version: N/A\nIs XNNPACK available: True\n\nCPU:\nArchitecture: x86_64\nCPU op-mode(s): 32-bit, 64-bit\nAddress sizes: 46 bits physical, 57 bits virtual\nByte Order: Little Endian\nCPU(s): 96\nOn-line CPU(s) list: 0-95\nVendor ID: GenuineIntel\nModel name: INTEL(R) XEON(R) PLATINUM 8568Y+\nCPU family: 6\nModel: 207\nThread(s) per core: 1\nCore(s) per socket: 48\nSocket(s): 2\nStepping: 2\nCPU(s) scaling MHz: 32%\nCPU max MHz: 4000.0000\nCPU min MHz: 800.0000\nBogoMIPS: 4600.00\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect user_shstk avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts hfi avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr ibt amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities ibpb_exit_to_user\nL1d cache: 4.5 MiB (96 instances)\nL1i cache: 3 MiB (96 instances)\nL2 cache: 192 MiB (96 instances)\nL3 cache: 600 MiB (2 instances)\nNUMA node(s): 4\nNUMA node0 CPU(s): 0-23\nNUMA node1 CPU(s): 24-47\nNUMA node2 CPU(s): 48-71\nNUMA node3 CPU(s): 72-95\nVulnerability Gather data sampling: Not affected\nVulnerability Itlb multihit: Not affected\nVulnerability L1tf: Not affected\nVulnerability Mds: Not affected\nVulnerability Meltdown: Not affected\nVulnerability Mmio stale data: Not affected\nVulnerability Reg file data sampling: Not affected\nVulnerability Retbleed: Not affected\nVulnerability Spec rstack overflow: Not affected\nVulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl\nVulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization\nVulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S\nVulnerability Srbds: Not affected\nVulnerability Tsx async abort: Not affected\nVulnerability Vmscape: Mitigation; IBPB before exit to userspace\n\nVersions of relevant libraries:\n[pip3] numpy==2.4.0\n[pip3] nvidia-cublas-cu12==12.4.5.8\n[pip3] nvidia-cuda-cupti-cu12==12.4.127\n[pip3] nvidia-cuda-nvrtc-cu12==12.4.127\n[pip3] nvidia-cuda-runtime-cu12==12.4.127\n[pip3] nvidia-cudnn-cu12==9.1.0.70\n[pip3] nvidia-cufft-cu12==11.2.1.3\n[pip3] nvidia-curand-cu12==10.3.5.147\n[pip3] nvidia-cusolver-cu12==11.6.1.9\n[pip3] nvidia-cusparse-cu12==12.3.1.170\n[pip3] nvidia-cusparselt-cu12==0.6.2\n[pip3] nvidia-nccl-cu12==2.21.5\n[pip3] nvidia-nvjitlink-cu12==12.4.127\n[pip3] nvidia-nvtx-cu12==12.4.127\n[pip3] torch==2.6.0+cu124\n[pip3] torchvision==0.21.0+cu124\n[pip3] triton==3.2.0\n[conda] Could not collect",
493
+ "transformers_version": "5.2.0",
494
+ "upper_git_hash": null,
495
+ "task_hashes": {},
496
+ "model_source": "hf",
497
+ "model_name": "/dev/shm/variant-c-fp16",
498
+ "model_name_sanitized": "__dev__shm__variant-c-fp16",
499
+ "system_instruction": null,
500
+ "system_instruction_sha": null,
501
+ "chat_template": null,
502
+ "chat_template_sha": null,
503
+ "start_time": 2092262.250794888,
504
+ "end_time": 2094771.558905053,
505
+ "total_evaluation_time_seconds": "2509.308110164944"
506
+ }
variant-c/timestamps.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization start: 2026-02-22 16:34 UTC
2
+ Quantization end: 2026-02-22 17:50 UTC
3
+ Quantization duration: ~76 minutes (layers 6-49, resumed from checkpoint)
4
+ MC eval start: 2026-02-22 18:55 UTC
5
+ MC eval end: 2026-02-22 19:40 UTC
6
+ MC eval duration: ~45 minutes (8 tasks, 65402 loglikelihood requests)
7
+ Method: QuIP# 2-bit E8P12, Variant C (kron incoh), decompressed to FP16
8
+ Base model: Bielik-11B-v2.3-Instruct
9
+ GPU: NVIDIA H200 141GB, CUDA 12.8, Driver 570.211.01
10
+ Model size (FP16): 21GB (model.safetensors: 22337646168 bytes)
variant-c/variant_c_final.log ADDED
The diff for this file is too large to render. See raw diff
 
variant-c/variant_c_mc.log ADDED
The diff for this file is too large to render. See raw diff