Create index
Browse files
index
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
model-index:
|
3 |
+
- name: Yi-34B
|
4 |
+
results:
|
5 |
+
- task:
|
6 |
+
type: text-generation
|
7 |
+
dataset:
|
8 |
+
name: ai2_arc
|
9 |
+
type: ai2_arc
|
10 |
+
metrics:
|
11 |
+
- name: AI2 Reasoning Challenge (25-Shot)
|
12 |
+
type: AI2 Reasoning Challenge (25-Shot)
|
13 |
+
value: 64.59
|
14 |
+
source:
|
15 |
+
name: Open LLM Leaderboard
|
16 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard
|
17 |
+
---
|