Emil-7 commited on
Commit
2302b77
·
verified ·
1 Parent(s): a6c3b69

Upload raw/qwen2.5-3b-instruct/int4_bnb__hellaswag.json with huggingface_hub

Browse files
raw/qwen2.5-3b-instruct/int4_bnb__hellaswag.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "hellaswag": {
4
+ "name": "hellaswag",
5
+ "alias": "hellaswag",
6
+ "sample_len": 10042,
7
+ "acc,none": 0.5444134634534953,
8
+ "acc_stderr,none": 0.004970057183367316,
9
+ "acc_norm,none": 0.7328221469826728,
10
+ "acc_norm_stderr,none": 0.0044158166963031605
11
+ }
12
+ },
13
+ "group_subtasks": {},
14
+ "configs": {
15
+ "hellaswag": {
16
+ "task": "hellaswag",
17
+ "dataset_path": "Rowan/hellaswag",
18
+ "training_split": "train",
19
+ "validation_split": "validation",
20
+ "process_docs": "def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:\n def _process_doc(doc):\n ctx = doc[\"ctx_a\"] + \" \" + doc[\"ctx_b\"].capitalize()\n out_doc = {\n \"query\": preprocess(doc[\"activity_label\"] + \": \" + ctx),\n \"choices\": [preprocess(ending) for ending in doc[\"endings\"]],\n \"gold\": int(doc[\"label\"]),\n }\n return out_doc\n\n return dataset.map(_process_doc)\n",
21
+ "doc_to_text": "{{query}}",
22
+ "doc_to_target": "{{label}}",
23
+ "unsafe_code": false,
24
+ "doc_to_choice": "choices",
25
+ "description": "",
26
+ "target_delimiter": " ",
27
+ "fewshot_delimiter": "\n\n",
28
+ "fewshot_config": {
29
+ "sampler": "default",
30
+ "split": null,
31
+ "process_docs": "<function process_docs at 0x000002875E5F53A0>",
32
+ "fewshot_indices": null,
33
+ "samples": null,
34
+ "doc_to_text": "{{query}}",
35
+ "doc_to_choice": "choices",
36
+ "doc_to_target": "{{label}}",
37
+ "gen_prefix": null,
38
+ "fewshot_delimiter": "\n\n",
39
+ "target_delimiter": " "
40
+ },
41
+ "num_fewshot": 10,
42
+ "metric_list": [
43
+ {
44
+ "metric": "acc",
45
+ "aggregation": "mean",
46
+ "higher_is_better": true
47
+ },
48
+ {
49
+ "metric": "acc_norm",
50
+ "aggregation": "mean",
51
+ "higher_is_better": true
52
+ }
53
+ ],
54
+ "output_type": "multiple_choice",
55
+ "repeats": 1,
56
+ "should_decontaminate": false,
57
+ "metadata": {
58
+ "version": 1.0,
59
+ "pretrained": "Qwen/Qwen2.5-3B-Instruct",
60
+ "trust_remote_code": true,
61
+ "dtype": "float16",
62
+ "load_in_4bit": true,
63
+ "bnb_4bit_quant_type": "nf4",
64
+ "bnb_4bit_compute_dtype": "float16",
65
+ "config_source": "C:\\Users\\user\\Desktop\\projects\\llm_rp\\research_project\\.venv311\\Lib\\site-packages\\lm_eval\\tasks\\hellaswag\\hellaswag.yaml"
66
+ }
67
+ }
68
+ },
69
+ "versions": {
70
+ "hellaswag": 1.0
71
+ },
72
+ "n-shot": {
73
+ "hellaswag": 10
74
+ },
75
+ "higher_is_better": {
76
+ "hellaswag": {
77
+ "acc": true,
78
+ "acc_norm": true
79
+ }
80
+ },
81
+ "n-samples": {
82
+ "hellaswag": {
83
+ "original": 10042,
84
+ "effective": 10042
85
+ }
86
+ },
87
+ "config": {
88
+ "model": "hf",
89
+ "model_args": {
90
+ "pretrained": "Qwen/Qwen2.5-3B-Instruct",
91
+ "trust_remote_code": true,
92
+ "dtype": "float16",
93
+ "load_in_4bit": true,
94
+ "bnb_4bit_quant_type": "nf4",
95
+ "bnb_4bit_compute_dtype": "float16"
96
+ },
97
+ "model_num_parameters": 3085938688,
98
+ "model_dtype": "torch.float16",
99
+ "model_revision": "main",
100
+ "model_sha": "aa8e72537993ba99e69dfaafa59ed015b17504d1",
101
+ "batch_size": "auto",
102
+ "batch_sizes": [
103
+ 8
104
+ ],
105
+ "device": "cuda:0",
106
+ "use_cache": null,
107
+ "limit": null,
108
+ "bootstrap_iters": 100000,
109
+ "gen_kwargs": {},
110
+ "random_seed": 0,
111
+ "numpy_seed": 1234,
112
+ "torch_seed": 1234,
113
+ "fewshot_seed": 1234
114
+ },
115
+ "git_hash": null,
116
+ "date": 1780948263.3173285,
117
+ "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: Microsoft Windows 11 Pro (10.0.26200 64-bit)\nGCC version: Could not collect\nClang version: Could not collect\nCMake version: Could not collect\nLibc version: N/A\n\nPython version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)] (64-bit runtime)\nPython platform: Windows-10-10.0.26200-SP0\nIs CUDA available: True\nCUDA runtime version: Could not collect\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: GPU 0: NVIDIA GeForce RTX 4060 Laptop GPU\nNvidia driver version: 560.94\ncuDNN version: Could not collect\nHIP runtime version: N/A\nMIOpen runtime version: N/A\nIs XNNPACK available: True\n\nCPU:\nName: 13th Gen Intel(R) Core(TM) i7-13620H\nManufacturer: GenuineIntel\nFamily: 198\nArchitecture: 9\nProcessorType: 3\nDeviceID: CPU0\nCurrentClockSpeed: 2400\nMaxClockSpeed: 2400\nL2CacheSize: 9728\nL2CacheSpeed: None\nRevision: None\n\nVersions of relevant libraries:\n[pip3] numpy==2.4.6\n[pip3] torch==2.6.0+cu124\n[conda] Could not collect",
118
+ "transformers_version": "4.49.0",
119
+ "lm_eval_version": "0.4.12",
120
+ "upper_git_hash": null,
121
+ "tokenizer_pad_token": [
122
+ "<|endoftext|>",
123
+ "151643"
124
+ ],
125
+ "tokenizer_eos_token": [
126
+ "<|im_end|>",
127
+ "151645"
128
+ ],
129
+ "tokenizer_bos_token": [
130
+ null,
131
+ "None"
132
+ ],
133
+ "eot_token_id": 151645,
134
+ "max_length": 32768,
135
+ "task_hashes": {},
136
+ "model_source": "hf",
137
+ "model_name": "Qwen/Qwen2.5-3B-Instruct",
138
+ "model_name_sanitized": "Qwen__Qwen2.5-3B-Instruct",
139
+ "system_instruction": null,
140
+ "system_instruction_sha": null,
141
+ "fewshot_as_multiturn": null,
142
+ "chat_template": null,
143
+ "chat_template_sha": null,
144
+ "total_evaluation_time_seconds": "16773.490136499982"
145
+ }