Add `library_name` to metadata
Browse filesThis PR adds the `library_name: transformers` metadata tag to the model card. This will enable the automated "How to Use" code snippet on the Hugging Face Hub, improving discoverability and ease of use for the model. The model's `config.json` indicates compatibility with the Transformers library.
README.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- databricks/databricks-dolly-15k
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 7 |
metrics:
|
| 8 |
- rouge
|
| 9 |
pipeline_tag: text-generation
|
|
|
|
| 10 |
---
|
|
|
|
| 11 |
# MiniLLM-Llama-7B
|
| 12 |
|
| 13 |
[paper](https://arxiv.org/abs/2306.08543) | [code](https://github.com/microsoft/LMOps/tree/main/minillm)
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- databricks/databricks-dolly-15k
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
metrics:
|
| 8 |
- rouge
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
+
library_name: transformers
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# MiniLLM-Llama-7B
|
| 14 |
|
| 15 |
[paper](https://arxiv.org/abs/2306.08543) | [code](https://github.com/microsoft/LMOps/tree/main/minillm)
|