Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +115 -7
README.md CHANGED
@@ -1,14 +1,109 @@
1
  ---
2
- base_model:
3
- - deepseek-ai/DeepSeek-R1-Distill-Llama-8B
4
- - mpasila/Llama-3.1-Literotica-LoRA-8B
5
  library_name: transformers
6
  tags:
7
  - mergekit
8
  - merge
9
- license: apache-2.0
10
- language:
11
- - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
  # Merge
14
 
@@ -35,4 +130,17 @@ models:
35
  - model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B+mpasila/Llama-3.1-Literotica-LoRA-8B
36
  tokenizer_source: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
37
 
38
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
  library_name: transformers
6
  tags:
7
  - mergekit
8
  - merge
9
+ base_model:
10
+ - deepseek-ai/DeepSeek-R1-Distill-Llama-8B
11
+ - mpasila/Llama-3.1-Literotica-LoRA-8B
12
+ model-index:
13
+ - name: DSR1-Distill-Llama-Lit-8B
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: 18.85
26
+ name: strict accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/DSR1-Distill-Llama-Lit-8B
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: 19.23
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/DSR1-Distill-Llama-Lit-8B
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: 35.2
56
+ name: exact match
57
+ source:
58
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/DSR1-Distill-Llama-Lit-8B
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: 7.05
71
+ name: acc_norm
72
+ source:
73
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/DSR1-Distill-Llama-Lit-8B
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: 6.72
86
+ name: acc_norm
87
+ source:
88
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/DSR1-Distill-Llama-Lit-8B
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.97
103
+ name: accuracy
104
+ source:
105
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/DSR1-Distill-Llama-Lit-8B
106
+ name: Open LLM Leaderboard
107
  ---
108
  # Merge
109
 
 
130
  - model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B+mpasila/Llama-3.1-Literotica-LoRA-8B
131
  tokenizer_source: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
132
 
133
+ ```
134
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
135
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/Triangle104__DSR1-Distill-Llama-Lit-8B-details)
136
+
137
+ | Metric |Value|
138
+ |-------------------|----:|
139
+ |Avg. |17.84|
140
+ |IFEval (0-Shot) |18.85|
141
+ |BBH (3-Shot) |19.23|
142
+ |MATH Lvl 5 (4-Shot)|35.20|
143
+ |GPQA (0-shot) | 7.05|
144
+ |MuSR (0-shot) | 6.72|
145
+ |MMLU-PRO (5-shot) |19.97|
146
+