MaziyarPanahi commited on
Commit
e12f670
1 Parent(s): 58f87a5

Update README.md (#8)

Browse files

- Update README.md (c640b4682579fb5c257f5f67f88a896eed59fa5f)

Files changed (1) hide show
  1. README.md +12 -15
README.md CHANGED
@@ -131,9 +131,19 @@ 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.1-qwen2-7b](https://huggingface.co/MaziyarPanahi/calme-2.1-qwen2-7b)
133
 
134
- # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
 
 
 
 
 
 
 
 
 
 
 
135
 
136
- coming soon!
137
 
138
 
139
  # Prompt Template
@@ -174,16 +184,3 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
174
  tokenizer = AutoTokenizer.from_pretrained("MaziyarPanahi/calme-2.1-qwen2-7b")
175
  model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/calme-2.1-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__calme-2.1-qwen2-7b)
179
-
180
- | Metric |Value|
181
- |-------------------|----:|
182
- |Avg. |23.20|
183
- |IFEval (0-Shot) |38.16|
184
- |BBH (3-Shot) |31.01|
185
- |MATH Lvl 5 (4-Shot)|21.07|
186
- |GPQA (0-shot) | 5.26|
187
- |MuSR (0-shot) |13.80|
188
- |MMLU-PRO (5-shot) |29.92|
189
-
 
131
 
132
  All GGUF models are available here: [MaziyarPanahi/calme-2.1-qwen2-7b](https://huggingface.co/MaziyarPanahi/calme-2.1-qwen2-7b)
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.1-qwen2-7b)
136
+
137
+ | Metric |Value|
138
+ |-------------------|----:|
139
+ |Avg. |23.20|
140
+ |IFEval (0-Shot) |38.16|
141
+ |BBH (3-Shot) |31.01|
142
+ |MATH Lvl 5 (4-Shot)|21.07|
143
+ |GPQA (0-shot) | 5.26|
144
+ |MuSR (0-shot) |13.80|
145
+ |MMLU-PRO (5-shot) |29.92|
146
 
 
147
 
148
 
149
  # Prompt Template
 
184
  tokenizer = AutoTokenizer.from_pretrained("MaziyarPanahi/calme-2.1-qwen2-7b")
185
  model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/calme-2.1-qwen2-7b")
186
  ```