Adding Evaluation Results
Browse filesThis is an automated PR created with https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr
The purpose of this PR is to add evaluation results from the Open LLM Leaderboard to your model card.
If you encounter any issues, please report them to https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr/discussions
README.md
CHANGED
|
@@ -8,7 +8,8 @@ language:
|
|
| 8 |
- hi
|
| 9 |
- es
|
| 10 |
- th
|
| 11 |
-
|
|
|
|
| 12 |
tags:
|
| 13 |
- llama-3.1
|
| 14 |
- conversational
|
|
@@ -18,8 +19,102 @@ tags:
|
|
| 18 |
- mergekit
|
| 19 |
- finetuning
|
| 20 |
- axolotl
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |

|
|
@@ -359,4 +454,17 @@ While **Llama-3.1-Storm-8B** did not undergo an explicit model alignment process
|
|
| 359 |
## Support Our Work
|
| 360 |
With 3 team-members spanned across 3 different time-zones, we have won [NeurIPS LLM Efficiency Challenge 2023](https://llm-efficiency-challenge.github.io/) and 4 other competitions in Finance and Arabic LLM space. We have also published [SOTA mathematical reasoning model](https://huggingface.co/akjindal53244/Arithmo-Mistral-7B).
|
| 361 |
|
| 362 |
-
**Llama-3.1-Storm-8B** is our most valuable contribution so far towards the open-source community. We are committed in developing efficient generalist LLMs. **We're seeking both computational resources and innovative collaborators to drive this initiative forward.**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- hi
|
| 9 |
- es
|
| 10 |
- th
|
| 11 |
+
license: llama3.1
|
| 12 |
+
library_name: transformers
|
| 13 |
tags:
|
| 14 |
- llama-3.1
|
| 15 |
- conversational
|
|
|
|
| 19 |
- mergekit
|
| 20 |
- finetuning
|
| 21 |
- axolotl
|
| 22 |
+
pipeline_tag: text-generation
|
| 23 |
+
model-index:
|
| 24 |
+
- name: Llama-3.1-Storm-8B
|
| 25 |
+
results:
|
| 26 |
+
- task:
|
| 27 |
+
type: text-generation
|
| 28 |
+
name: Text Generation
|
| 29 |
+
dataset:
|
| 30 |
+
name: IFEval (0-Shot)
|
| 31 |
+
type: HuggingFaceH4/ifeval
|
| 32 |
+
args:
|
| 33 |
+
num_few_shot: 0
|
| 34 |
+
metrics:
|
| 35 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
| 36 |
+
value: 80.51
|
| 37 |
+
name: strict accuracy
|
| 38 |
+
source:
|
| 39 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=akjindal53244/Llama-3.1-Storm-8B
|
| 40 |
+
name: Open LLM Leaderboard
|
| 41 |
+
- task:
|
| 42 |
+
type: text-generation
|
| 43 |
+
name: Text Generation
|
| 44 |
+
dataset:
|
| 45 |
+
name: BBH (3-Shot)
|
| 46 |
+
type: BBH
|
| 47 |
+
args:
|
| 48 |
+
num_few_shot: 3
|
| 49 |
+
metrics:
|
| 50 |
+
- type: acc_norm
|
| 51 |
+
value: 31.49
|
| 52 |
+
name: normalized accuracy
|
| 53 |
+
source:
|
| 54 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=akjindal53244/Llama-3.1-Storm-8B
|
| 55 |
+
name: Open LLM Leaderboard
|
| 56 |
+
- task:
|
| 57 |
+
type: text-generation
|
| 58 |
+
name: Text Generation
|
| 59 |
+
dataset:
|
| 60 |
+
name: MATH Lvl 5 (4-Shot)
|
| 61 |
+
type: hendrycks/competition_math
|
| 62 |
+
args:
|
| 63 |
+
num_few_shot: 4
|
| 64 |
+
metrics:
|
| 65 |
+
- type: exact_match
|
| 66 |
+
value: 16.62
|
| 67 |
+
name: exact match
|
| 68 |
+
source:
|
| 69 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=akjindal53244/Llama-3.1-Storm-8B
|
| 70 |
+
name: Open LLM Leaderboard
|
| 71 |
+
- task:
|
| 72 |
+
type: text-generation
|
| 73 |
+
name: Text Generation
|
| 74 |
+
dataset:
|
| 75 |
+
name: GPQA (0-shot)
|
| 76 |
+
type: Idavidrein/gpqa
|
| 77 |
+
args:
|
| 78 |
+
num_few_shot: 0
|
| 79 |
+
metrics:
|
| 80 |
+
- type: acc_norm
|
| 81 |
+
value: 10.18
|
| 82 |
+
name: acc_norm
|
| 83 |
+
source:
|
| 84 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=akjindal53244/Llama-3.1-Storm-8B
|
| 85 |
+
name: Open LLM Leaderboard
|
| 86 |
+
- task:
|
| 87 |
+
type: text-generation
|
| 88 |
+
name: Text Generation
|
| 89 |
+
dataset:
|
| 90 |
+
name: MuSR (0-shot)
|
| 91 |
+
type: TAUR-Lab/MuSR
|
| 92 |
+
args:
|
| 93 |
+
num_few_shot: 0
|
| 94 |
+
metrics:
|
| 95 |
+
- type: acc_norm
|
| 96 |
+
value: 9.12
|
| 97 |
+
name: acc_norm
|
| 98 |
+
source:
|
| 99 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=akjindal53244/Llama-3.1-Storm-8B
|
| 100 |
+
name: Open LLM Leaderboard
|
| 101 |
+
- task:
|
| 102 |
+
type: text-generation
|
| 103 |
+
name: Text Generation
|
| 104 |
+
dataset:
|
| 105 |
+
name: MMLU-PRO (5-shot)
|
| 106 |
+
type: TIGER-Lab/MMLU-Pro
|
| 107 |
+
config: main
|
| 108 |
+
split: test
|
| 109 |
+
args:
|
| 110 |
+
num_few_shot: 5
|
| 111 |
+
metrics:
|
| 112 |
+
- type: acc
|
| 113 |
+
value: 31.15
|
| 114 |
+
name: accuracy
|
| 115 |
+
source:
|
| 116 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=akjindal53244/Llama-3.1-Storm-8B
|
| 117 |
+
name: Open LLM Leaderboard
|
| 118 |
---
|
| 119 |
|
| 120 |

|
|
|
|
| 454 |
## Support Our Work
|
| 455 |
With 3 team-members spanned across 3 different time-zones, we have won [NeurIPS LLM Efficiency Challenge 2023](https://llm-efficiency-challenge.github.io/) and 4 other competitions in Finance and Arabic LLM space. We have also published [SOTA mathematical reasoning model](https://huggingface.co/akjindal53244/Arithmo-Mistral-7B).
|
| 456 |
|
| 457 |
+
**Llama-3.1-Storm-8B** is our most valuable contribution so far towards the open-source community. We are committed in developing efficient generalist LLMs. **We're seeking both computational resources and innovative collaborators to drive this initiative forward.**
|
| 458 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
| 459 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/akjindal53244__Llama-3.1-Storm-8B-details)
|
| 460 |
+
|
| 461 |
+
| Metric |Value|
|
| 462 |
+
|-------------------|----:|
|
| 463 |
+
|Avg. |29.84|
|
| 464 |
+
|IFEval (0-Shot) |80.51|
|
| 465 |
+
|BBH (3-Shot) |31.49|
|
| 466 |
+
|MATH Lvl 5 (4-Shot)|16.62|
|
| 467 |
+
|GPQA (0-shot) |10.18|
|
| 468 |
+
|MuSR (0-shot) | 9.12|
|
| 469 |
+
|MMLU-PRO (5-shot) |31.15|
|
| 470 |
+
|