SeaWolf-AI commited on
Commit
f3b5272
·
verified ·
1 Parent(s): 2051588

fix: correct model-index YAML for Idavidrein/gpqa indexing

Browse files
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -32,21 +32,19 @@ base_model:
32
  - FINAL-Bench/Darwin-28B-Opus
33
  base_model_relation: finetune
34
  model-index:
35
- - name: Darwin-28B-REASON
36
- results:
37
- - task:
38
- type: text-generation
39
- name: Graduate-Level Reasoning
40
- dataset:
41
- type: Idavidrein/gpqa
42
- name: GPQA Diamond
43
- config: gpqa_diamond
44
- split: train
45
- metrics:
46
- - type: accuracy
47
- value: 89.39
48
- name: Accuracy (with Darwin-DELPHI)
49
- verified: false
50
  ---
51
 
52
  # Darwin-28B-REASON — Reasoning-Trace Distilled, Darwin-DELPHI Enhanced
 
32
  - FINAL-Bench/Darwin-28B-Opus
33
  base_model_relation: finetune
34
  model-index:
35
+ - name: Darwin-28B-REASON
36
+ results:
37
+ - task:
38
+ type: question-answering
39
+ name: Question Answering
40
+ dataset:
41
+ name: GPQA Diamond
42
+ type: Idavidrein/gpqa
43
+ config: gpqa_diamond
44
+ metrics:
45
+ - type: accuracy
46
+ value: 89.39
47
+ name: Accuracy
 
 
48
  ---
49
 
50
  # Darwin-28B-REASON — Reasoning-Trace Distilled, Darwin-DELPHI Enhanced