Adding Evaluation Results

#1
by T145 - opened
Files changed (1) hide show
  1. README.md +110 -1
README.md CHANGED
@@ -21,6 +21,101 @@ tags:
21
  - medical
22
  - healthcare
23
  pipeline_tag: question-answering
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
  <p align="center">
26
  <picture>
@@ -383,4 +478,18 @@ If you use this repository in a published work, please cite the corresponding pa
383
  archivePrefix={arXiv},
384
  primaryClass={cs.CL}
385
  }
386
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - medical
22
  - healthcare
23
  pipeline_tag: question-answering
24
+ model-index:
25
+ - name: Llama3.1-Aloe-Beta-8B
26
+ results:
27
+ - task:
28
+ type: text-generation
29
+ name: Text Generation
30
+ dataset:
31
+ name: IFEval (0-Shot)
32
+ type: HuggingFaceH4/ifeval
33
+ args:
34
+ num_few_shot: 0
35
+ metrics:
36
+ - type: inst_level_strict_acc and prompt_level_strict_acc
37
+ value: 72.53
38
+ name: strict accuracy
39
+ source:
40
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=HPAI-BSC/Llama3.1-Aloe-Beta-8B
41
+ name: Open LLM Leaderboard
42
+ - task:
43
+ type: text-generation
44
+ name: Text Generation
45
+ dataset:
46
+ name: BBH (3-Shot)
47
+ type: BBH
48
+ args:
49
+ num_few_shot: 3
50
+ metrics:
51
+ - type: acc_norm
52
+ value: 30.37
53
+ name: normalized accuracy
54
+ source:
55
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=HPAI-BSC/Llama3.1-Aloe-Beta-8B
56
+ name: Open LLM Leaderboard
57
+ - task:
58
+ type: text-generation
59
+ name: Text Generation
60
+ dataset:
61
+ name: MATH Lvl 5 (4-Shot)
62
+ type: hendrycks/competition_math
63
+ args:
64
+ num_few_shot: 4
65
+ metrics:
66
+ - type: exact_match
67
+ value: 1.66
68
+ name: exact match
69
+ source:
70
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=HPAI-BSC/Llama3.1-Aloe-Beta-8B
71
+ name: Open LLM Leaderboard
72
+ - task:
73
+ type: text-generation
74
+ name: Text Generation
75
+ dataset:
76
+ name: GPQA (0-shot)
77
+ type: Idavidrein/gpqa
78
+ args:
79
+ num_few_shot: 0
80
+ metrics:
81
+ - type: acc_norm
82
+ value: 2.46
83
+ name: acc_norm
84
+ source:
85
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=HPAI-BSC/Llama3.1-Aloe-Beta-8B
86
+ name: Open LLM Leaderboard
87
+ - task:
88
+ type: text-generation
89
+ name: Text Generation
90
+ dataset:
91
+ name: MuSR (0-shot)
92
+ type: TAUR-Lab/MuSR
93
+ args:
94
+ num_few_shot: 0
95
+ metrics:
96
+ - type: acc_norm
97
+ value: 6.83
98
+ name: acc_norm
99
+ source:
100
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=HPAI-BSC/Llama3.1-Aloe-Beta-8B
101
+ name: Open LLM Leaderboard
102
+ - task:
103
+ type: text-generation
104
+ name: Text Generation
105
+ dataset:
106
+ name: MMLU-PRO (5-shot)
107
+ type: TIGER-Lab/MMLU-Pro
108
+ config: main
109
+ split: test
110
+ args:
111
+ num_few_shot: 5
112
+ metrics:
113
+ - type: acc
114
+ value: 28.67
115
+ name: accuracy
116
+ source:
117
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=HPAI-BSC/Llama3.1-Aloe-Beta-8B
118
+ name: Open LLM Leaderboard
119
  ---
120
  <p align="center">
121
  <picture>
 
478
  archivePrefix={arXiv},
479
  primaryClass={cs.CL}
480
  }
481
+ ```
482
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
483
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/HPAI-BSC__Llama3.1-Aloe-Beta-8B-details)!
484
+ Summarized results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/contents/viewer/default/train?q=HPAI-BSC/Llama3.1-Aloe-Beta-8B)!
485
+
486
+ | Metric |Value|
487
+ |-------------------|----:|
488
+ |Avg. |23.75|
489
+ |IFEval (0-Shot) |72.53|
490
+ |BBH (3-Shot) |30.37|
491
+ |MATH Lvl 5 (4-Shot)| 1.66|
492
+ |GPQA (0-shot) | 2.46|
493
+ |MuSR (0-shot) | 6.83|
494
+ |MMLU-PRO (5-shot) |28.67|
495
+