nielsr HF Staff commited on
Commit
f57af15
·
verified ·
1 Parent(s): 2a57330

Improve model card: Add pipeline tag, library name, and project page

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -3
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
  [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/2504.06416)
16
  [![Code](https://img.shields.io/badge/Code-GitHub-blue)](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
  [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/2504.06416)
17
  [![Code](https://img.shields.io/badge/Code-GitHub-blue)](https://github.com/ServiceNow/hdlm)
18
+ [![Website](https://img.shields.io/badge/Website-green)](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.