bunnycore commited on
Commit
d9d48c9
1 Parent(s): d66d88b

Adding Evaluation Results (#1)

Browse files

- Adding Evaluation Results (533c8e78c9a31f112314cf1c55c1ad14aad2bc27)

Files changed (1) hide show
  1. README.md +113 -5
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  base_model:
3
  - passing2961/Thanos-3B
4
  - prithivMLmods/Llama-Sentient-3.2-3B-Instruct
@@ -7,11 +11,101 @@ base_model:
7
  - huihui-ai/Llama-3.2-3B-Instruct-abliterated
8
  - prithivMLmods/Codepy-Deepthink-3B
9
  - HuggingFaceTB/finemath-ablation-infiwebmath
10
- library_name: transformers
11
- tags:
12
- - mergekit
13
- - merge
14
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
  # merge
17
 
@@ -74,3 +168,17 @@ models:
74
  density: 0.8
75
 
76
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: transformers
3
+ tags:
4
+ - mergekit
5
+ - merge
6
  base_model:
7
  - passing2961/Thanos-3B
8
  - prithivMLmods/Llama-Sentient-3.2-3B-Instruct
 
11
  - huihui-ai/Llama-3.2-3B-Instruct-abliterated
12
  - prithivMLmods/Codepy-Deepthink-3B
13
  - HuggingFaceTB/finemath-ablation-infiwebmath
14
+ model-index:
15
+ - name: Smol-Llama-3.2-3B
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: IFEval (0-Shot)
22
+ type: HuggingFaceH4/ifeval
23
+ args:
24
+ num_few_shot: 0
25
+ metrics:
26
+ - type: inst_level_strict_acc and prompt_level_strict_acc
27
+ value: 66.79
28
+ name: strict accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Smol-Llama-3.2-3B
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: BBH (3-Shot)
37
+ type: BBH
38
+ args:
39
+ num_few_shot: 3
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 23.04
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Smol-Llama-3.2-3B
46
+ name: Open LLM Leaderboard
47
+ - task:
48
+ type: text-generation
49
+ name: Text Generation
50
+ dataset:
51
+ name: MATH Lvl 5 (4-Shot)
52
+ type: hendrycks/competition_math
53
+ args:
54
+ num_few_shot: 4
55
+ metrics:
56
+ - type: exact_match
57
+ value: 13.52
58
+ name: exact match
59
+ source:
60
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Smol-Llama-3.2-3B
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: GPQA (0-shot)
67
+ type: Idavidrein/gpqa
68
+ args:
69
+ num_few_shot: 0
70
+ metrics:
71
+ - type: acc_norm
72
+ value: 3.58
73
+ name: acc_norm
74
+ source:
75
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Smol-Llama-3.2-3B
76
+ name: Open LLM Leaderboard
77
+ - task:
78
+ type: text-generation
79
+ name: Text Generation
80
+ dataset:
81
+ name: MuSR (0-shot)
82
+ type: TAUR-Lab/MuSR
83
+ args:
84
+ num_few_shot: 0
85
+ metrics:
86
+ - type: acc_norm
87
+ value: 3.15
88
+ name: acc_norm
89
+ source:
90
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Smol-Llama-3.2-3B
91
+ name: Open LLM Leaderboard
92
+ - task:
93
+ type: text-generation
94
+ name: Text Generation
95
+ dataset:
96
+ name: MMLU-PRO (5-shot)
97
+ type: TIGER-Lab/MMLU-Pro
98
+ config: main
99
+ split: test
100
+ args:
101
+ num_few_shot: 5
102
+ metrics:
103
+ - type: acc
104
+ value: 24.76
105
+ name: accuracy
106
+ source:
107
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Smol-Llama-3.2-3B
108
+ name: Open LLM Leaderboard
109
  ---
110
  # merge
111
 
 
168
  density: 0.8
169
 
170
  ```
171
+
172
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
173
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/bunnycore__Smol-Llama-3.2-3B-details)
174
+
175
+ | Metric |Value|
176
+ |-------------------|----:|
177
+ |Avg. |22.47|
178
+ |IFEval (0-Shot) |66.79|
179
+ |BBH (3-Shot) |23.04|
180
+ |MATH Lvl 5 (4-Shot)|13.52|
181
+ |GPQA (0-shot) | 3.58|
182
+ |MuSR (0-shot) | 3.15|
183
+ |MMLU-PRO (5-shot) |24.76|
184
+