Librarian Bot: Add base_model metadata to model
Browse filesThis 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).
@@ -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
|
12 |
dataset:
|
13 |
-
|
14 |
-
|
15 |
metrics:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
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
|