Commit
b65848c
1 Parent(s): a3305ce

Adding Evaluation Results (#1)

Browse files

- Adding Evaluation Results (a5db2f75a7ab5f490638d090592936a823391946)


Co-authored-by: Open LLM Leaderboard PR Bot <[email protected]>

Files changed (1) hide show
  1. README.md +113 -5
README.md CHANGED
@@ -1,14 +1,109 @@
1
  ---
 
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-3B
4
  - Qwen/Qwen2.5-3B-Instruct
5
  - arcee-ai/raspberry-3B
6
- license: other
7
  license_name: qwen-research
8
  license_link: https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/blob/main/LICENSE
9
- tags:
10
- - mergekit
11
- - merge
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
  # Rombos-LLM-V2.5.1-Qwen-3b
14
 
@@ -37,4 +132,17 @@ parameters:
37
  normalize: true
38
  int8_mask: true
39
  dtype: bfloat16
40
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ tags:
4
+ - mergekit
5
+ - merge
6
  base_model:
7
  - Qwen/Qwen2.5-3B
8
  - Qwen/Qwen2.5-3B-Instruct
9
  - arcee-ai/raspberry-3B
 
10
  license_name: qwen-research
11
  license_link: https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/blob/main/LICENSE
12
+ model-index:
13
+ - name: Rombos-LLM-V2.5.1-Qwen-3b
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ name: Text Generation
18
+ dataset:
19
+ name: IFEval (0-Shot)
20
+ type: HuggingFaceH4/ifeval
21
+ args:
22
+ num_few_shot: 0
23
+ metrics:
24
+ - type: inst_level_strict_acc and prompt_level_strict_acc
25
+ value: 25.95
26
+ name: strict accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.5.1-Qwen-3b
29
+ name: Open LLM Leaderboard
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: BBH (3-Shot)
35
+ type: BBH
36
+ args:
37
+ num_few_shot: 3
38
+ metrics:
39
+ - type: acc_norm
40
+ value: 14.88
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.5.1-Qwen-3b
44
+ name: Open LLM Leaderboard
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: MATH Lvl 5 (4-Shot)
50
+ type: hendrycks/competition_math
51
+ args:
52
+ num_few_shot: 4
53
+ metrics:
54
+ - type: exact_match
55
+ value: 8.31
56
+ name: exact match
57
+ source:
58
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.5.1-Qwen-3b
59
+ name: Open LLM Leaderboard
60
+ - task:
61
+ type: text-generation
62
+ name: Text Generation
63
+ dataset:
64
+ name: GPQA (0-shot)
65
+ type: Idavidrein/gpqa
66
+ args:
67
+ num_few_shot: 0
68
+ metrics:
69
+ - type: acc_norm
70
+ value: 3.24
71
+ name: acc_norm
72
+ source:
73
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.5.1-Qwen-3b
74
+ name: Open LLM Leaderboard
75
+ - task:
76
+ type: text-generation
77
+ name: Text Generation
78
+ dataset:
79
+ name: MuSR (0-shot)
80
+ type: TAUR-Lab/MuSR
81
+ args:
82
+ num_few_shot: 0
83
+ metrics:
84
+ - type: acc_norm
85
+ value: 7.82
86
+ name: acc_norm
87
+ source:
88
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.5.1-Qwen-3b
89
+ name: Open LLM Leaderboard
90
+ - task:
91
+ type: text-generation
92
+ name: Text Generation
93
+ dataset:
94
+ name: MMLU-PRO (5-shot)
95
+ type: TIGER-Lab/MMLU-Pro
96
+ config: main
97
+ split: test
98
+ args:
99
+ num_few_shot: 5
100
+ metrics:
101
+ - type: acc
102
+ value: 19.1
103
+ name: accuracy
104
+ source:
105
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.5.1-Qwen-3b
106
+ name: Open LLM Leaderboard
107
  ---
108
  # Rombos-LLM-V2.5.1-Qwen-3b
109
 
 
132
  normalize: true
133
  int8_mask: true
134
  dtype: bfloat16
135
+ ```
136
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
137
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_rombodawg__Rombos-LLM-V2.5.1-Qwen-3b)
138
+
139
+ | Metric |Value|
140
+ |-------------------|----:|
141
+ |Avg. |13.22|
142
+ |IFEval (0-Shot) |25.95|
143
+ |BBH (3-Shot) |14.88|
144
+ |MATH Lvl 5 (4-Shot)| 8.31|
145
+ |GPQA (0-shot) | 3.24|
146
+ |MuSR (0-shot) | 7.82|
147
+ |MMLU-PRO (5-shot) |19.10|
148
+