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,5 +1,7 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
3 |
license_name: microsoft-research-license
|
4 |
license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
|
5 |
pipeline_tag: text-generation
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
tags:
|
4 |
+
- merge
|
5 |
license_name: microsoft-research-license
|
6 |
license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
|
7 |
pipeline_tag: text-generation
|