Adding Evaluation Results (#1)
Browse files- Adding Evaluation Results (8b23ec3f236def93c3fe755a1d28402f53904877)
README.md
CHANGED
@@ -1,20 +1,115 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- gguf
|
9 |
-
|
10 |
-
language:
|
11 |
-
- en
|
12 |
datasets:
|
13 |
- bespokelabs/Bespoke-Stratos-17k
|
14 |
- bespokelabs/Bespoke-Stratos-35k
|
15 |
- NovaSky-AI/Sky-T1_data_17k
|
16 |
- Quazim0t0/BenfordsLawReasoningJSON
|
17 |
- open-thoughts/OpenThoughts-114k
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
# TurnPhi Project
|
@@ -97,4 +192,17 @@ tokenizer = AutoTokenizer.from_pretrained(base_model)
|
|
97 |
model = AutoModelForCausalLM.from_pretrained(base_model)
|
98 |
model = PeftModel.from_pretrained(model, lora_adapter)
|
99 |
|
100 |
-
model.eval()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
8 |
- unsloth
|
9 |
- llama
|
10 |
- gguf
|
11 |
+
base_model: unsloth/phi-4-unsloth-bnb-4bit
|
|
|
|
|
12 |
datasets:
|
13 |
- bespokelabs/Bespoke-Stratos-17k
|
14 |
- bespokelabs/Bespoke-Stratos-35k
|
15 |
- NovaSky-AI/Sky-T1_data_17k
|
16 |
- Quazim0t0/BenfordsLawReasoningJSON
|
17 |
- open-thoughts/OpenThoughts-114k
|
18 |
+
model-index:
|
19 |
+
- name: Phi4.Turn.R1Distill_v1.5.1-Tensors
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
type: text-generation
|
23 |
+
name: Text Generation
|
24 |
+
dataset:
|
25 |
+
name: IFEval (0-Shot)
|
26 |
+
type: HuggingFaceH4/ifeval
|
27 |
+
args:
|
28 |
+
num_few_shot: 0
|
29 |
+
metrics:
|
30 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
31 |
+
value: 29.95
|
32 |
+
name: strict accuracy
|
33 |
+
source:
|
34 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Quazim0t0/Phi4.Turn.R1Distill_v1.5.1-Tensors
|
35 |
+
name: Open LLM Leaderboard
|
36 |
+
- task:
|
37 |
+
type: text-generation
|
38 |
+
name: Text Generation
|
39 |
+
dataset:
|
40 |
+
name: BBH (3-Shot)
|
41 |
+
type: BBH
|
42 |
+
args:
|
43 |
+
num_few_shot: 3
|
44 |
+
metrics:
|
45 |
+
- type: acc_norm
|
46 |
+
value: 49.22
|
47 |
+
name: normalized accuracy
|
48 |
+
source:
|
49 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Quazim0t0/Phi4.Turn.R1Distill_v1.5.1-Tensors
|
50 |
+
name: Open LLM Leaderboard
|
51 |
+
- task:
|
52 |
+
type: text-generation
|
53 |
+
name: Text Generation
|
54 |
+
dataset:
|
55 |
+
name: MATH Lvl 5 (4-Shot)
|
56 |
+
type: hendrycks/competition_math
|
57 |
+
args:
|
58 |
+
num_few_shot: 4
|
59 |
+
metrics:
|
60 |
+
- type: exact_match
|
61 |
+
value: 1.59
|
62 |
+
name: exact match
|
63 |
+
source:
|
64 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Quazim0t0/Phi4.Turn.R1Distill_v1.5.1-Tensors
|
65 |
+
name: Open LLM Leaderboard
|
66 |
+
- task:
|
67 |
+
type: text-generation
|
68 |
+
name: Text Generation
|
69 |
+
dataset:
|
70 |
+
name: GPQA (0-shot)
|
71 |
+
type: Idavidrein/gpqa
|
72 |
+
args:
|
73 |
+
num_few_shot: 0
|
74 |
+
metrics:
|
75 |
+
- type: acc_norm
|
76 |
+
value: 2.46
|
77 |
+
name: acc_norm
|
78 |
+
source:
|
79 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Quazim0t0/Phi4.Turn.R1Distill_v1.5.1-Tensors
|
80 |
+
name: Open LLM Leaderboard
|
81 |
+
- task:
|
82 |
+
type: text-generation
|
83 |
+
name: Text Generation
|
84 |
+
dataset:
|
85 |
+
name: MuSR (0-shot)
|
86 |
+
type: TAUR-Lab/MuSR
|
87 |
+
args:
|
88 |
+
num_few_shot: 0
|
89 |
+
metrics:
|
90 |
+
- type: acc_norm
|
91 |
+
value: 7.04
|
92 |
+
name: acc_norm
|
93 |
+
source:
|
94 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Quazim0t0/Phi4.Turn.R1Distill_v1.5.1-Tensors
|
95 |
+
name: Open LLM Leaderboard
|
96 |
+
- task:
|
97 |
+
type: text-generation
|
98 |
+
name: Text Generation
|
99 |
+
dataset:
|
100 |
+
name: MMLU-PRO (5-shot)
|
101 |
+
type: TIGER-Lab/MMLU-Pro
|
102 |
+
config: main
|
103 |
+
split: test
|
104 |
+
args:
|
105 |
+
num_few_shot: 5
|
106 |
+
metrics:
|
107 |
+
- type: acc
|
108 |
+
value: 45.75
|
109 |
+
name: accuracy
|
110 |
+
source:
|
111 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Quazim0t0/Phi4.Turn.R1Distill_v1.5.1-Tensors
|
112 |
+
name: Open LLM Leaderboard
|
113 |
---
|
114 |
|
115 |
# TurnPhi Project
|
|
|
192 |
model = AutoModelForCausalLM.from_pretrained(base_model)
|
193 |
model = PeftModel.from_pretrained(model, lora_adapter)
|
194 |
|
195 |
+
model.eval()
|
196 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
197 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/Quazim0t0__Phi4.Turn.R1Distill_v1.5.1-Tensors-details)
|
198 |
+
|
199 |
+
| Metric |Value|
|
200 |
+
|-------------------|----:|
|
201 |
+
|Avg. |22.67|
|
202 |
+
|IFEval (0-Shot) |29.95|
|
203 |
+
|BBH (3-Shot) |49.22|
|
204 |
+
|MATH Lvl 5 (4-Shot)| 1.59|
|
205 |
+
|GPQA (0-shot) | 2.46|
|
206 |
+
|MuSR (0-shot) | 7.04|
|
207 |
+
|MMLU-PRO (5-shot) |45.75|
|
208 |
+
|