Librarian Bot: Add merge tag to model
Browse filesThis pull request aims to enrich the metadata of your model by adding an `merge` `tag` in the `YAML` block of your model's `README.md`.
How did we find this information? We infered that this model is a `merge` model based on the presence of one of the following files:
- `merge.yml`
- `merge.yaml`
- `mergekit_config.yml`
- `mergekit_config.yaml`
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes easier to find merge models on the Hub
- **Helping understand the ecosystem** - It becomes easier to understand the ecosystem of merge models on the Hub
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
.
@@ -1,12 +1,14 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
datasets:
|
3 |
- ehartford/dolphin
|
4 |
- jondurbin/airoboros-2.2.1
|
5 |
- ehartford/samantha-data
|
6 |
- ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
|
7 |
-
language:
|
8 |
-
- en
|
9 |
-
license: llama2
|
10 |
---
|
11 |
|
12 |
MegaDolphin 2.2 120b 🐬
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: llama2
|
5 |
+
tags:
|
6 |
+
- merge
|
7 |
datasets:
|
8 |
- ehartford/dolphin
|
9 |
- jondurbin/airoboros-2.2.1
|
10 |
- ehartford/samantha-data
|
11 |
- ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
MegaDolphin 2.2 120b 🐬
|