elichen3051 commited on
Commit
90ff885
·
verified ·
1 Parent(s): 2f29375

Adding aggregated results for meta-llama/Llama-3.2-1B-Instruct

Browse files
meta-llama/Llama-3.2-1B-Instruct/results_2025-01-03T14-36-17.409528.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "hellaswag": {
4
+ "alias": "hellaswag",
5
+ "acc,none": 0.45160326628161723,
6
+ "acc_stderr,none": 0.004966351835028115,
7
+ "acc_norm,none": 0.6069508066122287,
8
+ "acc_norm_stderr,none": 0.004874293964843622
9
+ }
10
+ },
11
+ "group_subtasks": {
12
+ "hellaswag": []
13
+ },
14
+ "configs": {
15
+ "hellaswag": {
16
+ "task": "hellaswag",
17
+ "tag": [
18
+ "multiple_choice"
19
+ ],
20
+ "dataset_path": "hellaswag",
21
+ "dataset_kwargs": {
22
+ "trust_remote_code": true
23
+ },
24
+ "training_split": "train",
25
+ "validation_split": "validation",
26
+ "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",
27
+ "doc_to_text": "{{query}}",
28
+ "doc_to_target": "{{label}}",
29
+ "doc_to_choice": "choices",
30
+ "description": "",
31
+ "target_delimiter": " ",
32
+ "fewshot_delimiter": "\n\n",
33
+ "num_fewshot": 0,
34
+ "metric_list": [
35
+ {
36
+ "metric": "acc",
37
+ "aggregation": "mean",
38
+ "higher_is_better": true
39
+ },
40
+ {
41
+ "metric": "acc_norm",
42
+ "aggregation": "mean",
43
+ "higher_is_better": true
44
+ }
45
+ ],
46
+ "output_type": "multiple_choice",
47
+ "repeats": 1,
48
+ "should_decontaminate": false,
49
+ "metadata": {
50
+ "version": 1.0
51
+ }
52
+ }
53
+ },
54
+ "versions": {
55
+ "hellaswag": 1.0
56
+ },
57
+ "n-shot": {
58
+ "hellaswag": 0
59
+ },
60
+ "higher_is_better": {
61
+ "hellaswag": {
62
+ "acc": true,
63
+ "acc_norm": true
64
+ }
65
+ },
66
+ "n-samples": {
67
+ "hellaswag": {
68
+ "original": 10042,
69
+ "effective": 10042
70
+ }
71
+ },
72
+ "config": {
73
+ "model": "hf",
74
+ "model_args": "pretrained=meta-llama/Llama-3.2-1B-Instruct",
75
+ "model_num_parameters": 1235814400,
76
+ "model_dtype": "torch.bfloat16",
77
+ "model_revision": "main",
78
+ "model_sha": "9213176726f574b556790deb65791e0c5aa438b6",
79
+ "batch_size": "auto:4",
80
+ "batch_sizes": [
81
+ 64,
82
+ 64,
83
+ 64,
84
+ 64,
85
+ 64
86
+ ],
87
+ "device": null,
88
+ "use_cache": null,
89
+ "limit": null,
90
+ "bootstrap_iters": 100000,
91
+ "gen_kwargs": null,
92
+ "random_seed": 0,
93
+ "numpy_seed": 1234,
94
+ "torch_seed": 1234,
95
+ "fewshot_seed": 1234
96
+ },
97
+ "git_hash": null,
98
+ "date": 1735886016.667044,
99
+ "pretty_env_info": "'NoneType' object has no attribute 'splitlines'",
100
+ "transformers_version": "4.47.1",
101
+ "upper_git_hash": null,
102
+ "tokenizer_pad_token": [
103
+ "<|eot_id|>",
104
+ "128009"
105
+ ],
106
+ "tokenizer_eos_token": [
107
+ "<|eot_id|>",
108
+ "128009"
109
+ ],
110
+ "tokenizer_bos_token": [
111
+ "<|begin_of_text|>",
112
+ "128000"
113
+ ],
114
+ "eot_token_id": 128009,
115
+ "max_length": 131072,
116
+ "task_hashes": {},
117
+ "model_source": "hf",
118
+ "model_name": "meta-llama/Llama-3.2-1B-Instruct",
119
+ "model_name_sanitized": "meta-llama__Llama-3.2-1B-Instruct",
120
+ "system_instruction": null,
121
+ "system_instruction_sha": null,
122
+ "fewshot_as_multiturn": false,
123
+ "chat_template": null,
124
+ "chat_template_sha": null,
125
+ "start_time": 579608.290218523,
126
+ "end_time": 579773.021729166,
127
+ "total_evaluation_time_seconds": "164.73151064303238"
128
+ }