librarian-bot commited on
Commit
f1387c9
·
verified ·
1 Parent(s): f241440

Librarian Bot: Add base_model metadata to model

Browse files

This pull request aims to enrich the metadata of your model by adding `base_model` metadata to `YAML` block of your model's `README.md`.

How did we find this information? We use the `mergekit_config.yml` config from [mergekit](https://github.com/cg123/mergekit).

**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.

For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).

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