bunnycore commited on
Commit
9ce5326
·
verified ·
1 Parent(s): 613f57d

Adding Evaluation Results (#2)

Browse files

- Adding Evaluation Results (3c9c11e1e054dee286d452cd282087c490246c89)

Files changed (1) hide show
  1. README.md +113 -5
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-7B-Instruct
4
  - bunnycore/Qwen-2.5-7B-R1-Stock
@@ -8,11 +12,101 @@ base_model:
8
  - Xiaojian9992024/Qwen2.5-Dyanka-7B-Preview
9
  - bunnycore/Qwen-2.5-7b-s1k-lora_model
10
  - bunnycore/QandoraExp-7B
11
- library_name: transformers
12
- tags:
13
- - mergekit
14
- - merge
15
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  ## Thinking Mode:
@@ -56,3 +150,17 @@ dtype: bfloat16
56
  tokenizer_source: Qwen/Qwen2.5-7B-Instruct
57
 
58
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: transformers
3
+ tags:
4
+ - mergekit
5
+ - merge
6
  base_model:
7
  - Qwen/Qwen2.5-7B-Instruct
8
  - bunnycore/Qwen-2.5-7B-R1-Stock
 
12
  - Xiaojian9992024/Qwen2.5-Dyanka-7B-Preview
13
  - bunnycore/Qwen-2.5-7b-s1k-lora_model
14
  - bunnycore/QandoraExp-7B
15
+ model-index:
16
+ - name: Qwen2.5-7B-Instruct-Merge-Stock-v0.1
17
+ results:
18
+ - task:
19
+ type: text-generation
20
+ name: Text Generation
21
+ dataset:
22
+ name: IFEval (0-Shot)
23
+ type: HuggingFaceH4/ifeval
24
+ args:
25
+ num_few_shot: 0
26
+ metrics:
27
+ - type: inst_level_strict_acc and prompt_level_strict_acc
28
+ value: 75.09
29
+ name: strict accuracy
30
+ source:
31
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Qwen2.5-7B-Instruct-Merge-Stock-v0.1
32
+ name: Open LLM Leaderboard
33
+ - task:
34
+ type: text-generation
35
+ name: Text Generation
36
+ dataset:
37
+ name: BBH (3-Shot)
38
+ type: BBH
39
+ args:
40
+ num_few_shot: 3
41
+ metrics:
42
+ - type: acc_norm
43
+ value: 36.4
44
+ name: normalized accuracy
45
+ source:
46
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Qwen2.5-7B-Instruct-Merge-Stock-v0.1
47
+ name: Open LLM Leaderboard
48
+ - task:
49
+ type: text-generation
50
+ name: Text Generation
51
+ dataset:
52
+ name: MATH Lvl 5 (4-Shot)
53
+ type: hendrycks/competition_math
54
+ args:
55
+ num_few_shot: 4
56
+ metrics:
57
+ - type: exact_match
58
+ value: 48.94
59
+ name: exact match
60
+ source:
61
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Qwen2.5-7B-Instruct-Merge-Stock-v0.1
62
+ name: Open LLM Leaderboard
63
+ - task:
64
+ type: text-generation
65
+ name: Text Generation
66
+ dataset:
67
+ name: GPQA (0-shot)
68
+ type: Idavidrein/gpqa
69
+ args:
70
+ num_few_shot: 0
71
+ metrics:
72
+ - type: acc_norm
73
+ value: 7.16
74
+ name: acc_norm
75
+ source:
76
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Qwen2.5-7B-Instruct-Merge-Stock-v0.1
77
+ name: Open LLM Leaderboard
78
+ - task:
79
+ type: text-generation
80
+ name: Text Generation
81
+ dataset:
82
+ name: MuSR (0-shot)
83
+ type: TAUR-Lab/MuSR
84
+ args:
85
+ num_few_shot: 0
86
+ metrics:
87
+ - type: acc_norm
88
+ value: 11.69
89
+ name: acc_norm
90
+ source:
91
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Qwen2.5-7B-Instruct-Merge-Stock-v0.1
92
+ name: Open LLM Leaderboard
93
+ - task:
94
+ type: text-generation
95
+ name: Text Generation
96
+ dataset:
97
+ name: MMLU-PRO (5-shot)
98
+ type: TIGER-Lab/MMLU-Pro
99
+ config: main
100
+ split: test
101
+ args:
102
+ num_few_shot: 5
103
+ metrics:
104
+ - type: acc
105
+ value: 37.59
106
+ name: accuracy
107
+ source:
108
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Qwen2.5-7B-Instruct-Merge-Stock-v0.1
109
+ name: Open LLM Leaderboard
110
  ---
111
 
112
  ## Thinking Mode:
 
150
  tokenizer_source: Qwen/Qwen2.5-7B-Instruct
151
 
152
  ```
153
+
154
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
155
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/bunnycore__Qwen2.5-7B-Instruct-Merge-Stock-v0.1-details)
156
+
157
+ | Metric |Value|
158
+ |-------------------|----:|
159
+ |Avg. |36.14|
160
+ |IFEval (0-Shot) |75.09|
161
+ |BBH (3-Shot) |36.40|
162
+ |MATH Lvl 5 (4-Shot)|48.94|
163
+ |GPQA (0-shot) | 7.16|
164
+ |MuSR (0-shot) |11.69|
165
+ |MMLU-PRO (5-shot) |37.59|
166
+