Commit
•
fbe2d77
1
Parent(s):
b875065
Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,24 @@ model-index:
|
|
84 |
source:
|
85 |
name: Open LLM Leaderboard Results
|
86 |
url: https://huggingface.co/datasets/open-llm-leaderboard/results/blob/main/argilla/notus-7b-v1/results_2023-11-29T22-16-51.521321.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
# GSM8k (5-shot)
|
88 |
- task:
|
89 |
type: text-generation
|
|
|
84 |
source:
|
85 |
name: Open LLM Leaderboard Results
|
86 |
url: https://huggingface.co/datasets/open-llm-leaderboard/results/blob/main/argilla/notus-7b-v1/results_2023-11-29T22-16-51.521321.json
|
87 |
+
# MMLU (5-Shot)
|
88 |
+
- task:
|
89 |
+
type: text-generation
|
90 |
+
name: Text Generation
|
91 |
+
dataset:
|
92 |
+
name: MMLU (5-Shot)
|
93 |
+
type: cais/mmlu
|
94 |
+
config: all
|
95 |
+
split: test
|
96 |
+
args:
|
97 |
+
num_few_shot: 5
|
98 |
+
metrics:
|
99 |
+
- type: acc
|
100 |
+
name: accuracy
|
101 |
+
value: 0.6303308230938872 # average accuracy
|
102 |
+
source:
|
103 |
+
name: Open LLM Leaderboard Results
|
104 |
+
url: https://huggingface.co/datasets/open-llm-leaderboard/results/blob/main/argilla/notus-7b-v1/results_2023-11-29T22-16-51.521321.json
|
105 |
# GSM8k (5-shot)
|
106 |
- task:
|
107 |
type: text-generation
|