SeaWolf-AI commited on
Commit
e121cab
·
verified ·
1 Parent(s): faf8e83

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

Browse files
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -31,21 +31,19 @@ language:
31
  pipeline_tag: text-generation
32
  library_name: transformers
33
  model-index:
34
- - name: Darwin-9B-NEG
35
- results:
36
- - task:
37
- type: text-generation
38
- name: Graduate-Level Reasoning
39
- dataset:
40
- type: Idavidrein/gpqa
41
- name: GPQA Diamond
42
- config: gpqa_diamond
43
- split: train
44
- metrics:
45
- - type: accuracy
46
- value: 84.34
47
- name: Accuracy
48
- verified: false
49
  ---
50
 
51
  # Darwin-9B-NEG — The First Native Entropy Gating Model
 
31
  pipeline_tag: text-generation
32
  library_name: transformers
33
  model-index:
34
+ - name: Darwin-9B-NEG
35
+ results:
36
+ - task:
37
+ type: question-answering
38
+ name: Question Answering
39
+ dataset:
40
+ name: GPQA Diamond
41
+ type: Idavidrein/gpqa
42
+ config: gpqa_diamond
43
+ metrics:
44
+ - type: accuracy
45
+ value: 84.34
46
+ name: Accuracy
 
 
47
  ---
48
 
49
  # Darwin-9B-NEG — The First Native Entropy Gating Model