Update README.md
Browse files
README.md
CHANGED
|
@@ -70,6 +70,48 @@ model-index:
|
|
| 70 |
- type: accuracy
|
| 71 |
value: 84.98
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
---
|
| 74 |
|
| 75 |

|
|
|
|
| 70 |
- type: accuracy
|
| 71 |
value: 84.98
|
| 72 |
|
| 73 |
+
- task:
|
| 74 |
+
type: text-generation
|
| 75 |
+
dataset:
|
| 76 |
+
name: GPQA (Main)
|
| 77 |
+
type: Idavidrein/gpqa
|
| 78 |
+
config: gpqa_main
|
| 79 |
+
metrics:
|
| 80 |
+
- type: accuracy
|
| 81 |
+
value: 31.92
|
| 82 |
+
|
| 83 |
+
- task:
|
| 84 |
+
type: text-generation
|
| 85 |
+
dataset:
|
| 86 |
+
name: GPQA (Extended)
|
| 87 |
+
type: Idavidrein/gpqa
|
| 88 |
+
config: gpqa_extended
|
| 89 |
+
metrics:
|
| 90 |
+
- type: accuracy
|
| 91 |
+
value: 28.39
|
| 92 |
+
|
| 93 |
+
- task:
|
| 94 |
+
type: text-generation
|
| 95 |
+
dataset:
|
| 96 |
+
name: GPQA Diamond (generative, flexible extract)
|
| 97 |
+
type: Idavidrein/gpqa
|
| 98 |
+
config: gpqa_diamond
|
| 99 |
+
metrics:
|
| 100 |
+
- type: exact_match
|
| 101 |
+
value: 36.36
|
| 102 |
+
name: exact_match (flexible)
|
| 103 |
+
|
| 104 |
+
- task:
|
| 105 |
+
type: text-generation
|
| 106 |
+
dataset:
|
| 107 |
+
name: GPQA (Diamond)
|
| 108 |
+
type: Idavidrein/gpqa
|
| 109 |
+
config: gpqa_diamond
|
| 110 |
+
metrics:
|
| 111 |
+
- type: accuracy
|
| 112 |
+
value: 32.83
|
| 113 |
+
|
| 114 |
+
|
| 115 |
---
|
| 116 |
|
| 117 |

|