MaziyarPanahi commited on
Commit
f0ea767
1 Parent(s): a22cb94

Update README.md (#7)

Browse files

- Update README.md (c5bf9c8c9ca84ed5a656a31dd63fc459f3b4e769)

Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -137,7 +137,19 @@ This model is a fine-tune (DPO) of `microsoft/Phi-3-mini-4k-instruct` model.
137
  All GGUF models are available here: [MaziyarPanahi/Phi-3-mini-4k-instruct-v0.3-GGUF](https://huggingface.co/MaziyarPanahi/Phi-3-mini-4k-instruct-v0.3-GGUF)
138
 
139
  # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
140
- coming soon
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
  # Prompt Template
143
 
@@ -213,16 +225,3 @@ print(output[0]['generated_text'])
213
 
214
 
215
  ```
216
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
217
- Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Phi-3-mini-4k-instruct-v0.3)
218
-
219
- | Metric |Value|
220
- |---------------------------------|----:|
221
- |Avg. |70.26|
222
- |AI2 Reasoning Challenge (25-Shot)|63.48|
223
- |HellaSwag (10-Shot) |80.86|
224
- |MMLU (5-Shot) |69.24|
225
- |TruthfulQA (0-shot) |60.66|
226
- |Winogrande (5-shot) |72.77|
227
- |GSM8k (5-shot) |74.53|
228
-
 
137
  All GGUF models are available here: [MaziyarPanahi/Phi-3-mini-4k-instruct-v0.3-GGUF](https://huggingface.co/MaziyarPanahi/Phi-3-mini-4k-instruct-v0.3-GGUF)
138
 
139
  # 🏆 [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
140
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_MaziyarPanahi__Phi-3-mini-4k-instruct-v0.3)
141
+
142
+ | Metric |Value|
143
+ |---------------------------------|----:|
144
+ |Avg. |70.26|
145
+ |AI2 Reasoning Challenge (25-Shot)|63.48|
146
+ |HellaSwag (10-Shot) |80.86|
147
+ |MMLU (5-Shot) |69.24|
148
+ |TruthfulQA (0-shot) |60.66|
149
+ |Winogrande (5-shot) |72.77|
150
+ |GSM8k (5-shot) |74.53|
151
+
152
+
153
 
154
  # Prompt Template
155
 
 
225
 
226
 
227
  ```