Commit
•
534106d
1
Parent(s):
29c952b
Adding Evaluation Results (#6)
Browse files- Adding Evaluation Results (81718dec0099081907c5b2def0cdcc9ec7e47dd1)
Co-authored-by: Open LLM Leaderboard PR Bot <[email protected]>
README.md
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
-
license_name: qwen-research
|
4 |
-
license_link: https://huggingface.co/Qwen/Qwen2.5-3B/blob/main/LICENSE
|
5 |
language:
|
6 |
- fr
|
7 |
- en
|
8 |
-
|
|
|
9 |
tags:
|
10 |
- chat
|
11 |
- qwen
|
@@ -13,15 +11,112 @@ tags:
|
|
13 |
- finetune
|
14 |
- french
|
15 |
- english
|
16 |
-
library_name: transformers
|
17 |
-
inference: false
|
18 |
-
model_creator: MaziyarPanahi
|
19 |
-
quantized_by: MaziyarPanahi
|
20 |
base_model: Qwen/Qwen2.5-3B
|
21 |
-
model_name: calme-3.3-instruct-3b
|
22 |
datasets:
|
23 |
- MaziyarPanahi/french_instruct_sharegpt
|
24 |
- arcee-ai/EvolKit-20k
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
<img src="./calme_3.png" alt="Calme-3 Models" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
@@ -87,4 +182,17 @@ model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/calme-3.3-instruct-3
|
|
87 |
|
88 |
# Ethical Considerations
|
89 |
|
90 |
-
As with any large language model, users should be aware of potential biases and limitations. We recommend implementing appropriate safeguards and human oversight when deploying this model in production environments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- fr
|
4 |
- en
|
5 |
+
license: other
|
6 |
+
library_name: transformers
|
7 |
tags:
|
8 |
- chat
|
9 |
- qwen
|
|
|
11 |
- finetune
|
12 |
- french
|
13 |
- english
|
|
|
|
|
|
|
|
|
14 |
base_model: Qwen/Qwen2.5-3B
|
|
|
15 |
datasets:
|
16 |
- MaziyarPanahi/french_instruct_sharegpt
|
17 |
- arcee-ai/EvolKit-20k
|
18 |
+
model_name: calme-3.3-instruct-3b
|
19 |
+
license_name: qwen-research
|
20 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-3B/blob/main/LICENSE
|
21 |
+
pipeline_tag: text-generation
|
22 |
+
inference: false
|
23 |
+
model_creator: MaziyarPanahi
|
24 |
+
quantized_by: MaziyarPanahi
|
25 |
+
model-index:
|
26 |
+
- name: calme-3.3-instruct-3b
|
27 |
+
results:
|
28 |
+
- task:
|
29 |
+
type: text-generation
|
30 |
+
name: Text Generation
|
31 |
+
dataset:
|
32 |
+
name: IFEval (0-Shot)
|
33 |
+
type: HuggingFaceH4/ifeval
|
34 |
+
args:
|
35 |
+
num_few_shot: 0
|
36 |
+
metrics:
|
37 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
38 |
+
value: 64.23
|
39 |
+
name: strict accuracy
|
40 |
+
source:
|
41 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.3-instruct-3b
|
42 |
+
name: Open LLM Leaderboard
|
43 |
+
- task:
|
44 |
+
type: text-generation
|
45 |
+
name: Text Generation
|
46 |
+
dataset:
|
47 |
+
name: BBH (3-Shot)
|
48 |
+
type: BBH
|
49 |
+
args:
|
50 |
+
num_few_shot: 3
|
51 |
+
metrics:
|
52 |
+
- type: acc_norm
|
53 |
+
value: 25.68
|
54 |
+
name: normalized accuracy
|
55 |
+
source:
|
56 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.3-instruct-3b
|
57 |
+
name: Open LLM Leaderboard
|
58 |
+
- task:
|
59 |
+
type: text-generation
|
60 |
+
name: Text Generation
|
61 |
+
dataset:
|
62 |
+
name: MATH Lvl 5 (4-Shot)
|
63 |
+
type: hendrycks/competition_math
|
64 |
+
args:
|
65 |
+
num_few_shot: 4
|
66 |
+
metrics:
|
67 |
+
- type: exact_match
|
68 |
+
value: 0.0
|
69 |
+
name: exact match
|
70 |
+
source:
|
71 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.3-instruct-3b
|
72 |
+
name: Open LLM Leaderboard
|
73 |
+
- task:
|
74 |
+
type: text-generation
|
75 |
+
name: Text Generation
|
76 |
+
dataset:
|
77 |
+
name: GPQA (0-shot)
|
78 |
+
type: Idavidrein/gpqa
|
79 |
+
args:
|
80 |
+
num_few_shot: 0
|
81 |
+
metrics:
|
82 |
+
- type: acc_norm
|
83 |
+
value: 4.36
|
84 |
+
name: acc_norm
|
85 |
+
source:
|
86 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.3-instruct-3b
|
87 |
+
name: Open LLM Leaderboard
|
88 |
+
- task:
|
89 |
+
type: text-generation
|
90 |
+
name: Text Generation
|
91 |
+
dataset:
|
92 |
+
name: MuSR (0-shot)
|
93 |
+
type: TAUR-Lab/MuSR
|
94 |
+
args:
|
95 |
+
num_few_shot: 0
|
96 |
+
metrics:
|
97 |
+
- type: acc_norm
|
98 |
+
value: 9.4
|
99 |
+
name: acc_norm
|
100 |
+
source:
|
101 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.3-instruct-3b
|
102 |
+
name: Open LLM Leaderboard
|
103 |
+
- task:
|
104 |
+
type: text-generation
|
105 |
+
name: Text Generation
|
106 |
+
dataset:
|
107 |
+
name: MMLU-PRO (5-shot)
|
108 |
+
type: TIGER-Lab/MMLU-Pro
|
109 |
+
config: main
|
110 |
+
split: test
|
111 |
+
args:
|
112 |
+
num_few_shot: 5
|
113 |
+
metrics:
|
114 |
+
- type: acc
|
115 |
+
value: 25.62
|
116 |
+
name: accuracy
|
117 |
+
source:
|
118 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=MaziyarPanahi/calme-3.3-instruct-3b
|
119 |
+
name: Open LLM Leaderboard
|
120 |
---
|
121 |
|
122 |
<img src="./calme_3.png" alt="Calme-3 Models" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
|
|
182 |
|
183 |
# Ethical Considerations
|
184 |
|
185 |
+
As with any large language model, users should be aware of potential biases and limitations. We recommend implementing appropriate safeguards and human oversight when deploying this model in production environments.
|
186 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
187 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__calme-3.3-instruct-3b)
|
188 |
+
|
189 |
+
| Metric |Value|
|
190 |
+
|-------------------|----:|
|
191 |
+
|Avg. |21.55|
|
192 |
+
|IFEval (0-Shot) |64.23|
|
193 |
+
|BBH (3-Shot) |25.68|
|
194 |
+
|MATH Lvl 5 (4-Shot)| 0.00|
|
195 |
+
|GPQA (0-shot) | 4.36|
|
196 |
+
|MuSR (0-shot) | 9.40|
|
197 |
+
|MMLU-PRO (5-shot) |25.62|
|
198 |
+
|