bunnycore commited on
Commit
f2c1ad3
·
verified ·
1 Parent(s): 1f4b2f7

Adding Evaluation Results (#2)

Browse files

- Adding Evaluation Results (d0ec188ac23ced2af424f5be07e050769fe630e1)

Files changed (1) hide show
  1. README.md +115 -7
README.md CHANGED
@@ -1,16 +1,111 @@
1
  ---
 
 
 
 
 
 
2
  base_model:
3
  - unsloth/phi-4
4
  - bunnycore/Phi-4-Avg
5
  - prithivMLmods/Phi-4-Empathetic
6
  - prithivMLmods/Phi-4-Math-IO
7
  - prithivMLmods/Phi-4-QwQ
8
- library_name: transformers
9
- tags:
10
- - mergekit
11
- - merge
12
- - phi4
13
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
  # merge
16
 
@@ -46,4 +141,17 @@ parameters:
46
  dtype: bfloat16
47
  tokenizer_source: unsloth/phi-4
48
 
49
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+ - phi4
8
  base_model:
9
  - unsloth/phi-4
10
  - bunnycore/Phi-4-Avg
11
  - prithivMLmods/Phi-4-Empathetic
12
  - prithivMLmods/Phi-4-Math-IO
13
  - prithivMLmods/Phi-4-QwQ
14
+ model-index:
15
+ - name: Phi-4-Model-Stock
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: 68.79
28
+ name: strict accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Phi-4-Model-Stock
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: 55.32
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Phi-4-Model-Stock
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: 38.6
58
+ name: exact match
59
+ source:
60
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Phi-4-Model-Stock
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: 13.98
73
+ name: acc_norm
74
+ source:
75
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Phi-4-Model-Stock
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: 15.12
88
+ name: acc_norm
89
+ source:
90
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Phi-4-Model-Stock
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: 48.54
105
+ name: accuracy
106
+ source:
107
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=bunnycore/Phi-4-Model-Stock
108
+ name: Open LLM Leaderboard
109
  ---
110
  # merge
111
 
 
141
  dtype: bfloat16
142
  tokenizer_source: unsloth/phi-4
143
 
144
+ ```
145
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
146
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/bunnycore__Phi-4-Model-Stock-details)
147
+
148
+ | Metric |Value|
149
+ |-------------------|----:|
150
+ |Avg. |40.06|
151
+ |IFEval (0-Shot) |68.79|
152
+ |BBH (3-Shot) |55.32|
153
+ |MATH Lvl 5 (4-Shot)|38.60|
154
+ |GPQA (0-shot) |13.98|
155
+ |MuSR (0-shot) |15.12|
156
+ |MMLU-PRO (5-shot) |48.54|
157
+