MaziyarPanahi
commited on
Commit
•
266e52a
1
Parent(s):
006c8d7
Update README.md (#12)
Browse files- Update README.md (296cfca588b5cef6364a72b401d8307a11612c03)
README.md
CHANGED
@@ -131,9 +131,18 @@ This is a fine-tuned version of the `Qwen/Qwen2-7B` model. It aims to improve th
|
|
131 |
|
132 |
All GGUF models are available here: [MaziyarPanahi/calme-2.8-qwen2-7b-GGUF](https://huggingface.co/MaziyarPanahi/calme-2.8-qwen2-7b-GGUF)
|
133 |
|
134 |
-
# 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/
|
|
|
135 |
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
|
139 |
# Prompt Template
|
@@ -174,16 +183,4 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
174 |
tokenizer = AutoTokenizer.from_pretrained("MaziyarPanahi/calme-2.8-qwen2-7b")
|
175 |
model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/calme-2.8-qwen2-7b")
|
176 |
```
|
177 |
-
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
178 |
-
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Qwen2-7B-Instruct-v0.8)
|
179 |
-
|
180 |
-
| Metric |Value|
|
181 |
-
|-------------------|----:|
|
182 |
-
|Avg. |19.22|
|
183 |
-
|IFEval (0-Shot) |27.75|
|
184 |
-
|BBH (3-Shot) |25.53|
|
185 |
-
|MATH Lvl 5 (4-Shot)|15.63|
|
186 |
-
|GPQA (0-shot) | 5.82|
|
187 |
-
|MuSR (0-shot) |12.06|
|
188 |
-
|MMLU-PRO (5-shot) |28.51|
|
189 |
|
|
|
131 |
|
132 |
All GGUF models are available here: [MaziyarPanahi/calme-2.8-qwen2-7b-GGUF](https://huggingface.co/MaziyarPanahi/calme-2.8-qwen2-7b-GGUF)
|
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/details_MaziyarPanahi__calme-2.8-qwen2-7b)
|
136 |
|
137 |
+
| Metric |Value|
|
138 |
+
|-------------------|----:|
|
139 |
+
|Avg. |19.22|
|
140 |
+
|IFEval (0-Shot) |27.75|
|
141 |
+
|BBH (3-Shot) |25.53|
|
142 |
+
|MATH Lvl 5 (4-Shot)|15.63|
|
143 |
+
|GPQA (0-shot) | 5.82|
|
144 |
+
|MuSR (0-shot) |12.06|
|
145 |
+
|MMLU-PRO (5-shot) |28.51|
|
146 |
|
147 |
|
148 |
# Prompt Template
|
|
|
183 |
tokenizer = AutoTokenizer.from_pretrained("MaziyarPanahi/calme-2.8-qwen2-7b")
|
184 |
model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/calme-2.8-qwen2-7b")
|
185 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
|