Librarian Bot: Add base_model metadata to model

#1
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -4,19 +4,23 @@ tags:
4
  - merge
5
  - beowolx/CodeNinja-1.0-OpenChat-7B
6
  - beowolx/MistralHermes-CodePro-7B-v1
 
 
 
 
7
  model-index:
8
  - name: NinjaDolphin-7B
9
  results:
10
  - task:
11
- type: text-generation # Required. Example: automatic-speech-recognition
12
  dataset:
13
- type: openai_humaneval # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
14
- name: HumanEval # Required. A pretty name for the dataset. Example: Common Voice (French)
15
  metrics:
16
- - type: pass@1 # Required. Example: wer. Use metric id from https://hf.co/metrics
17
- value: 52.4390243902439 # Required. Example: 20.90
18
- name: pass@1 # Optional. Example: Test WER
19
- verified: false
20
  ---
21
 
22
  # NinjaDolphin-7B
 
4
  - merge
5
  - beowolx/CodeNinja-1.0-OpenChat-7B
6
  - beowolx/MistralHermes-CodePro-7B-v1
7
+ base_model:
8
+ - FelixChao/WizardDolphin-7B
9
+ - beowolx/CodeNinja-1.0-OpenChat-7B
10
+ - beowolx/MistralHermes-CodePro-7B-v1
11
  model-index:
12
  - name: NinjaDolphin-7B
13
  results:
14
  - task:
15
+ type: text-generation
16
  dataset:
17
+ name: HumanEval
18
+ type: openai_humaneval
19
  metrics:
20
+ - type: pass@1
21
+ value: 52.4390243902439
22
+ name: pass@1
23
+ verified: false
24
  ---
25
 
26
  # NinjaDolphin-7B