Improve model card: Add pipeline tag, library name, and project page
Browse filesThis PR enhances the model card by:
- Moving `text-generation` from `tags` to `pipeline_tag` metadata for better discoverability.
- Adding `library_name: transformers` to the metadata, enabling the automated code snippet on the Hub.
- Adding a direct link to the project page for easy access.
These changes will improve the model's visibility and user experience on Hugging Face.
README.md
CHANGED
|
@@ -1,19 +1,21 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
- dllm
|
| 6 |
- diffusion-language-model
|
| 7 |
-
- text-generation
|
| 8 |
- diffusion
|
| 9 |
- language-model
|
| 10 |
-
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
# HDLM-Gamma: Hybrid Diffusion Language Model
|
| 14 |
|
| 15 |
[](https://arxiv.org/abs/2504.06416)
|
| 16 |
[](https://github.com/ServiceNow/hdlm)
|
|
|
|
| 17 |
|
| 18 |
This is the model card for **dlm-group/hdlm-base-gamma-0.01**.
|
| 19 |
|
|
@@ -142,4 +144,4 @@ Available gamma values and their characteristics:
|
|
| 142 |
|
| 143 |
## License
|
| 144 |
|
| 145 |
-
This model is released under the same license as the original HDLM codebase. Please refer to the [GitHub repository](https://github.com/ServiceNow/hdlm) for license details.
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
library_name: transformers
|
| 7 |
tags:
|
| 8 |
- dllm
|
| 9 |
- diffusion-language-model
|
|
|
|
| 10 |
- diffusion
|
| 11 |
- language-model
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# HDLM-Gamma: Hybrid Diffusion Language Model
|
| 15 |
|
| 16 |
[](https://arxiv.org/abs/2504.06416)
|
| 17 |
[](https://github.com/ServiceNow/hdlm)
|
| 18 |
+
[](https://hdlm-colm.github.io/)
|
| 19 |
|
| 20 |
This is the model card for **dlm-group/hdlm-base-gamma-0.01**.
|
| 21 |
|
|
|
|
| 144 |
|
| 145 |
## License
|
| 146 |
|
| 147 |
+
This model is released under the same license as the original HDLM codebase. Please refer to the [GitHub repository](https://github.com/ServiceNow/hdlm) for license details.
|