csabakecskemeti commited on
Commit
40842ef
·
verified ·
1 Parent(s): a96d044

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -200
README.md CHANGED
@@ -8,6 +8,7 @@ license: llama3.2
8
  tags:
9
  - unsloth
10
  - transformers
 
11
  ---
12
 
13
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/X4WG8AnMFqJuWkRvA0CrW.png)
@@ -77,203 +78,3 @@ tags:
77
  ### Training HW
78
  - V100
79
 
80
- {
81
- "results": {
82
- "leaderboard_musr": {
83
- " ": " ",
84
- "alias": "leaderboard_musr"
85
- },
86
- "leaderboard_musr_murder_mysteries": {
87
- "alias": " - leaderboard_musr_murder_mysteries",
88
- "acc_norm,none": 0.54,
89
- "acc_norm_stderr,none": 0.03158465389149902
90
- },
91
- "leaderboard_musr_object_placements": {
92
- "alias": " - leaderboard_musr_object_placements",
93
- "acc_norm,none": 0.234375,
94
- "acc_norm_stderr,none": 0.02652733398834892
95
- },
96
- "leaderboard_musr_team_allocation": {
97
- "alias": " - leaderboard_musr_team_allocation",
98
- "acc_norm,none": 0.32,
99
- "acc_norm_stderr,none": 0.029561724955241033
100
- }
101
- },
102
- "group_subtasks": {
103
- "leaderboard_musr": [
104
- "leaderboard_musr_murder_mysteries",
105
- "leaderboard_musr_object_placements",
106
- "leaderboard_musr_team_allocation"
107
- ]
108
- },
109
- "configs": {
110
- "leaderboard_musr_murder_mysteries": {
111
- "task": "leaderboard_musr_murder_mysteries",
112
- "dataset_path": "TAUR-Lab/MuSR",
113
- "test_split": "murder_mysteries",
114
- "doc_to_text": "def doc_to_text(doc):\n \"\"\"\n Convert a doc to text.\n \"\"\"\n choices = \"\"\n for i, choice in enumerate(ast.literal_eval(doc[\"choices\"])):\n choices += f\"{i+1} - {choice}\\n\"\n\n text = DOC_TO_TEXT.format(\n narrative=doc[\"narrative\"], question=doc[\"question\"], choices=choices\n )\n\n return text\n",
115
- "doc_to_target": "{{answer_choice}}",
116
- "doc_to_choice": "{{choices}}",
117
- "description": "",
118
- "target_delimiter": " ",
119
- "fewshot_delimiter": "\n\n",
120
- "num_fewshot": 0,
121
- "metric_list": [
122
- {
123
- "metric": "acc_norm",
124
- "aggregation": "mean",
125
- "higher_is_better": true
126
- }
127
- ],
128
- "output_type": "multiple_choice",
129
- "repeats": 1,
130
- "should_decontaminate": false,
131
- "metadata": {
132
- "version": 1.0
133
- }
134
- },
135
- "leaderboard_musr_object_placements": {
136
- "task": "leaderboard_musr_object_placements",
137
- "dataset_path": "TAUR-Lab/MuSR",
138
- "test_split": "object_placements",
139
- "doc_to_text": "def doc_to_text(doc):\n \"\"\"\n Convert a doc to text.\n \"\"\"\n choices = \"\"\n for i, choice in enumerate(ast.literal_eval(doc[\"choices\"])):\n choices += f\"{i+1} - {choice}\\n\"\n\n text = DOC_TO_TEXT.format(\n narrative=doc[\"narrative\"], question=doc[\"question\"], choices=choices\n )\n\n return text\n",
140
- "doc_to_target": "{{answer_choice}}",
141
- "doc_to_choice": "{{choices}}",
142
- "description": "",
143
- "target_delimiter": " ",
144
- "fewshot_delimiter": "\n\n",
145
- "num_fewshot": 0,
146
- "metric_list": [
147
- {
148
- "metric": "acc_norm",
149
- "aggregation": "mean",
150
- "higher_is_better": true
151
- }
152
- ],
153
- "output_type": "multiple_choice",
154
- "repeats": 1,
155
- "should_decontaminate": false,
156
- "metadata": {
157
- "version": 1.0
158
- }
159
- },
160
- "leaderboard_musr_team_allocation": {
161
- "task": "leaderboard_musr_team_allocation",
162
- "dataset_path": "TAUR-Lab/MuSR",
163
- "test_split": "team_allocation",
164
- "doc_to_text": "def doc_to_text(doc):\n \"\"\"\n Convert a doc to text.\n \"\"\"\n choices = \"\"\n for i, choice in enumerate(ast.literal_eval(doc[\"choices\"])):\n choices += f\"{i+1} - {choice}\\n\"\n\n text = DOC_TO_TEXT.format(\n narrative=doc[\"narrative\"], question=doc[\"question\"], choices=choices\n )\n\n return text\n",
165
- "doc_to_target": "{{answer_choice}}",
166
- "doc_to_choice": "{{choices}}",
167
- "description": "",
168
- "target_delimiter": " ",
169
- "fewshot_delimiter": "\n\n",
170
- "num_fewshot": 0,
171
- "metric_list": [
172
- {
173
- "metric": "acc_norm",
174
- "aggregation": "mean",
175
- "higher_is_better": true
176
- }
177
- ],
178
- "output_type": "multiple_choice",
179
- "repeats": 1,
180
- "should_decontaminate": false,
181
- "metadata": {
182
- "version": 1.0
183
- }
184
- }
185
- },
186
- "versions": {
187
- "leaderboard_musr_murder_mysteries": 1.0,
188
- "leaderboard_musr_object_placements": 1.0,
189
- "leaderboard_musr_team_allocation": 1.0
190
- },
191
- "n-shot": {
192
- "leaderboard_musr_murder_mysteries": 0,
193
- "leaderboard_musr_object_placements": 0,
194
- "leaderboard_musr_team_allocation": 0
195
- },
196
- "higher_is_better": {
197
- "leaderboard_musr": {
198
- "acc_norm": true
199
- },
200
- "leaderboard_musr_murder_mysteries": {
201
- "acc_norm": true
202
- },
203
- "leaderboard_musr_object_placements": {
204
- "acc_norm": true
205
- },
206
- "leaderboard_musr_team_allocation": {
207
- "acc_norm": true
208
- }
209
- },
210
- "n-samples": {
211
- "leaderboard_musr_murder_mysteries": {
212
- "original": 250,
213
- "effective": 250
214
- },
215
- "leaderboard_musr_object_placements": {
216
- "original": 256,
217
- "effective": 256
218
- },
219
- "leaderboard_musr_team_allocation": {
220
- "original": 250,
221
- "effective": 250
222
- }
223
- },
224
- "config": {
225
- "model": "hf",
226
- "model_args": "pretrained=DevQuasar/analytical_reasoning_r16a32_unsloth-Llama-3.2-3B-Instruct-bnb-4bit",
227
- "batch_size": "auto:4",
228
- "batch_sizes": [
229
- 16,
230
- 16,
231
- 16,
232
- 32
233
- ],
234
- "device": null,
235
- "use_cache": "eval_cache",
236
- "limit": null,
237
- "bootstrap_iters": 100000,
238
- "gen_kwargs": null,
239
- "random_seed": 0,
240
- "numpy_seed": 1234,
241
- "torch_seed": 1234,
242
- "fewshot_seed": 1234
243
- },
244
- "git_hash": "0230356",
245
- "date": 1732986471.4917576,
246
- "pretty_env_info": "PyTorch version: 2.5.1+cu124\nIs debug build: False\nCUDA used to build PyTorch: 12.4\nROCM used to build PyTorch: N/A\n\nOS: Debian GNU/Linux 12 (bookworm) (x86_64)\nGCC version: (Debian 12.2.0-14) 12.2.0\nClang version: Could not collect\nCMake version: Could not collect\nLibc version: glibc-2.36\n\nPython version: 3.11.10 (main, Oct 3 2024, 07:29:13) [GCC 11.2.0] (64-bit runtime)\nPython platform: Linux-6.1.0-26-amd64-x86_64-with-glibc2.36\nIs CUDA available: True\nCUDA runtime version: Could not collect\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: \nGPU 0: NVIDIA GeForce GTX 1050 Ti\nGPU 1: Tesla P40\nGPU 2: Tesla V100-PCIE-32GB\nGPU 3: Tesla V100-PCIE-32GB\n\nNvidia driver version: 535.183.01\ncuDNN version: Could not collect\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: 43 bits physical, 48 bits virtual\nByte Order: Little Endian\nCPU(s): 32\nOn-line CPU(s) list: 0-31\nVendor ID: AuthenticAMD\nModel name: AMD Ryzen Threadripper 1950X 16-Core Processor\nCPU family: 23\nModel: 1\nThread(s) per core: 2\nCore(s) per socket: 16\nSocket(s): 1\nStepping: 1\nFrequency boost: enabled\nCPU(s) scaling MHz: 66%\nCPU max MHz: 3400.0000\nCPU min MHz: 2200.0000\nBogoMIPS: 6786.43\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca sev\nVirtualization: AMD-V\nL1d cache: 512 KiB (16 instances)\nL1i cache: 1 MiB (16 instances)\nL2 cache: 8 MiB (16 instances)\nL3 cache: 32 MiB (4 instances)\nNUMA node(s): 1\nNUMA node0 CPU(s): 0-31\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: Mitigation; untrained return thunk; SMT vulnerable\nVulnerability Spec rstack overflow: Mitigation; safe RET\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; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected\nVulnerability Srbds: Not affected\nVulnerability Tsx async abort: Not affected\n\nVersions of relevant libraries:\n[pip3] numpy==2.1.3\n[pip3] torch==2.5.1\n[pip3] triton==3.1.0\n[conda] numpy 2.1.3 pypi_0 pypi\n[conda] torch 2.5.1 pypi_0 pypi\n[conda] triton 3.1.0 pypi_0 pypi",
247
- "transformers_version": "4.46.3",
248
- "upper_git_hash": null,
249
- "tokenizer_pad_token": [
250
- "<|finetune_right_pad_id|>",
251
- "128004"
252
- ],
253
- "tokenizer_eos_token": [
254
- "<|eot_id|>",
255
- "128009"
256
- ],
257
- "tokenizer_bos_token": [
258
- "<|begin_of_text|>",
259
- "128000"
260
- ],
261
- "eot_token_id": 128009,
262
- "max_length": 131072,
263
- "task_hashes": {
264
- "leaderboard_musr_murder_mysteries": "a696259562ea5c5c09a2613e30526fae1de29f55da9e28e8d7e8a53027e6d330",
265
- "leaderboard_musr_object_placements": "3aa8c5e5bc59cd6ba2326269b9f0bf3cee8cba1b4e9e1d1330cf5f1f59ea0dce",
266
- "leaderboard_musr_team_allocation": "5a75f135c145ee861a1cf31b63346709ef41b9d542be6a61c5818c210a3797a5"
267
- },
268
- "model_source": "hf",
269
- "model_name": "DevQuasar/analytical_reasoning_r16a32_unsloth-Llama-3.2-3B-Instruct-bnb-4bit",
270
- "model_name_sanitized": "DevQuasar__analytical_reasoning_r16a32_unsloth-Llama-3.2-3B-Instruct-bnb-4bit",
271
- "system_instruction": null,
272
- "system_instruction_sha": null,
273
- "fewshot_as_multiturn": false,
274
- "chat_template": null,
275
- "chat_template_sha": null,
276
- "start_time": 52195.45405349,
277
- "end_time": 52407.302247922,
278
- "total_evaluation_time_seconds": "211.84819443200104"
279
- }
 
8
  tags:
9
  - unsloth
10
  - transformers
11
+
12
  ---
13
 
14
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/X4WG8AnMFqJuWkRvA0CrW.png)
 
78
  ### Training HW
79
  - V100
80