SeaWolf-AI commited on
Commit
6090e04
·
verified ·
1 Parent(s): 3857334

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

Browse files
Files changed (1) hide show
  1. README.md +13 -26
README.md CHANGED
@@ -40,32 +40,19 @@ language:
40
  pipeline_tag: text-generation
41
  library_name: transformers
42
  model-index:
43
- - name: Darwin-36B-Opus
44
- results:
45
- - task:
46
- type: text-generation
47
- name: Graduate-Level Reasoning
48
- dataset:
49
- type: Idavidrein/gpqa
50
- name: GPQA Diamond
51
- config: gpqa_diamond
52
- split: train
53
- metrics:
54
- - type: accuracy
55
- value: 88.4
56
- name: Accuracy
57
- verified: false
58
- - task:
59
- type: text-generation
60
- name: Multilingual Knowledge
61
- dataset:
62
- type: openai/MMMLU
63
- name: MMMLU
64
- metrics:
65
- - type: accuracy
66
- value: 85.0
67
- name: Accuracy
68
- verified: false
69
  ---
70
 
71
  # Darwin-36B-Opus: Darwin V7 Evolutionary Merge on Qwen3.6-35B-A3B — 88.4% on GPQA Diamond
 
40
  pipeline_tag: text-generation
41
  library_name: transformers
42
  model-index:
43
+ - name: Darwin-36B-Opus
44
+ results:
45
+ - task:
46
+ type: question-answering
47
+ name: Question Answering
48
+ dataset:
49
+ name: GPQA Diamond
50
+ type: Idavidrein/gpqa
51
+ config: gpqa_diamond
52
+ metrics:
53
+ - type: accuracy
54
+ value: 88.4
55
+ name: Accuracy
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ---
57
 
58
  # Darwin-36B-Opus: Darwin V7 Evolutionary Merge on Qwen3.6-35B-A3B — 88.4% on GPQA Diamond