Add pipeline_tag and library_name to metadata
Browse filesHi! I'm Niels from the Hugging Face community science team.
This pull request improves the model card by adding relevant metadata to the YAML header. Specifically:
- `pipeline_tag: text-generation`: Categorizes the model for the text generation task.
- `library_name: transformers`: Enables the "Use in Transformers" button on the Hub, as the model uses `auto_map` in its `config.json`.
These changes help users discover the model more easily and provide guidance on how to use it within the Hugging Face ecosystem.
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- zh
|
|
@@ -7,8 +8,9 @@ tags:
|
|
| 7 |
- math
|
| 8 |
- reasoning
|
| 9 |
- diffusion
|
| 10 |
-
base_model: JetLM/SDAR-8B-Chat
|
| 11 |
model_type: sdar
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<h1 align="center">DiRL-8B-Instruct</h1>
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: JetLM/SDAR-8B-Chat
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
|
|
|
| 8 |
- math
|
| 9 |
- reasoning
|
| 10 |
- diffusion
|
|
|
|
| 11 |
model_type: sdar
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
library_name: transformers
|
| 14 |
---
|
| 15 |
|
| 16 |
<h1 align="center">DiRL-8B-Instruct</h1>
|