CultriX commited on
Commit
3d63fe3
1 Parent(s): b1ddf59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +113 -11
README.md CHANGED
@@ -1,20 +1,109 @@
1
  ---
 
 
 
 
2
  base_model:
3
  - allknowingroger/Qwenslerp2-14B
4
  - rombodawg/Rombos-LLM-V2.6-Qwen-14b
5
  - VAGOsolutions/SauerkrautLM-v2-14b-DPO
6
  - Qwen/Qwen2.5-14B
7
  - CultriX/Qwen2.5-14B-Wernicke
8
- library_name: transformers
9
- tags:
10
- - mergekit
11
- - merge
12
- license: apache-2.0
13
- language:
14
- - en
15
- metrics:
16
- - accuracy
17
- pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
  # merge
20
 
@@ -72,4 +161,17 @@ adaptive_merge_parameters:
72
  smoothing_factor: 0.15 # Fine-tune blending for stable transitions between tasks
73
  gradient_clipping: 1.0 # Prevent over-contribution from any single model
74
 
75
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: transformers
3
+ tags:
4
+ - mergekit
5
+ - merge
6
  base_model:
7
  - allknowingroger/Qwenslerp2-14B
8
  - rombodawg/Rombos-LLM-V2.6-Qwen-14b
9
  - VAGOsolutions/SauerkrautLM-v2-14b-DPO
10
  - Qwen/Qwen2.5-14B
11
  - CultriX/Qwen2.5-14B-Wernicke
12
+ model-index:
13
+ - name: Qwestion-14B
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: 63.18
26
+ name: strict accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=CultriX/Qwestion-14B
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: 48.76
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=CultriX/Qwestion-14B
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: 31.72
56
+ name: exact match
57
+ source:
58
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=CultriX/Qwestion-14B
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: 15.77
71
+ name: acc_norm
72
+ source:
73
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=CultriX/Qwestion-14B
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: 17.22
86
+ name: acc_norm
87
+ source:
88
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=CultriX/Qwestion-14B
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: 49.14
103
+ name: accuracy
104
+ source:
105
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=CultriX/Qwestion-14B
106
+ name: Open LLM Leaderboard
107
  ---
108
  # merge
109
 
 
161
  smoothing_factor: 0.15 # Fine-tune blending for stable transitions between tasks
162
  gradient_clipping: 1.0 # Prevent over-contribution from any single model
163
 
164
+ ```
165
+
166
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
167
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_CultriX__Qwestion-14B)
168
+
169
+ | Metric |Value|
170
+ |-------------------|----:|
171
+ |Avg. |37.63|
172
+ |IFEval (0-Shot) |63.18|
173
+ |BBH (3-Shot) |48.76|
174
+ |MATH Lvl 5 (4-Shot)|31.72|
175
+ |GPQA (0-shot) |15.77|
176
+ |MuSR (0-shot) |17.22|
177
+ |MMLU-PRO (5-shot) |49.14|