Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +110 -2
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- base_model: unsloth/meta-llama-3.1-8b-bnb-4bit
3
  language:
4
  - en
5
  license: apache-2.0
@@ -12,9 +11,105 @@ tags:
12
  - sft
13
  - theprint
14
  - cleverboi
 
15
  datasets:
16
  - theprint/CleverBoi-Data-20k
17
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
  <img src="https://huggingface.co/theprint/CleverBoi-Gemma-2-9B/resolve/main/cleverboi.png"/>
20
 
@@ -32,4 +127,17 @@ This model has been fine tuned for 1 epoch on the CleverBoi-Data-20k data set.
32
 
33
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
34
 
35
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  language:
3
  - en
4
  license: apache-2.0
 
11
  - sft
12
  - theprint
13
  - cleverboi
14
+ base_model: unsloth/meta-llama-3.1-8b-bnb-4bit
15
  datasets:
16
  - theprint/CleverBoi-Data-20k
17
  pipeline_tag: text-generation
18
+ model-index:
19
+ - name: CleverBoi-Llama-3.1-8B-v2
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: 19.61
32
+ name: strict accuracy
33
+ source:
34
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/CleverBoi-Llama-3.1-8B-v2
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: 24.13
47
+ name: normalized accuracy
48
+ source:
49
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/CleverBoi-Llama-3.1-8B-v2
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: 4.46
62
+ name: exact match
63
+ source:
64
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/CleverBoi-Llama-3.1-8B-v2
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: 4.81
77
+ name: acc_norm
78
+ source:
79
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/CleverBoi-Llama-3.1-8B-v2
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: 6.72
92
+ name: acc_norm
93
+ source:
94
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/CleverBoi-Llama-3.1-8B-v2
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: 24.31
109
+ name: accuracy
110
+ source:
111
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/CleverBoi-Llama-3.1-8B-v2
112
+ name: Open LLM Leaderboard
113
  ---
114
  <img src="https://huggingface.co/theprint/CleverBoi-Gemma-2-9B/resolve/main/cleverboi.png"/>
115
 
 
127
 
128
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
129
 
130
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
131
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
132
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_theprint__CleverBoi-Llama-3.1-8B-v2)
133
+
134
+ | Metric |Value|
135
+ |-------------------|----:|
136
+ |Avg. |14.01|
137
+ |IFEval (0-Shot) |19.61|
138
+ |BBH (3-Shot) |24.13|
139
+ |MATH Lvl 5 (4-Shot)| 4.46|
140
+ |GPQA (0-shot) | 4.81|
141
+ |MuSR (0-shot) | 6.72|
142
+ |MMLU-PRO (5-shot) |24.31|
143
+