nielsr HF Staff commited on
Commit
3830b8c
·
verified ·
1 Parent(s): 328e092

Improve model card: add library_name and paper link

Browse files

Hi! I'm Niels from the community team at Hugging Face.

This PR improves the model card for ME-DLM by:
- Adding the `library_name: transformers` metadata tag to enable the "Use in Transformers" button and better categorization.
- Updating the link to the associated paper page ([Edit-Based Refinement for Parallel Masked Diffusion Language Models](https://huggingface.co/papers/2605.09603)) for better visibility on the hub.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
- language:
3
- - en
4
  base_model:
5
  - GSAI-ML/LLaDA-8B-Base
 
 
6
  pipeline_tag: text-generation
 
7
  ---
 
8
  ## Edit-Based Refinement for Parallel Masked Diffusion Language Models
9
 
10
  <p align="center">
11
- <a href="https://arxiv.org/abs/2605.09603">📄 Paper</a> •
12
  <a href="https://github.com/renhouxing/ME-DLM">🏠 Repo</a> •
13
  <a href="https://huggingface.co/renhouxing/ME-DLM-Stage3">🤖 Models</a>
14
  </p>
 
1
  ---
 
 
2
  base_model:
3
  - GSAI-ML/LLaDA-8B-Base
4
+ language:
5
+ - en
6
  pipeline_tag: text-generation
7
+ library_name: transformers
8
  ---
9
+
10
  ## Edit-Based Refinement for Parallel Masked Diffusion Language Models
11
 
12
  <p align="center">
13
+ <a href="https://huggingface.co/papers/2605.09603">📄 Paper</a> •
14
  <a href="https://github.com/renhouxing/ME-DLM">🏠 Repo</a> •
15
  <a href="https://huggingface.co/renhouxing/ME-DLM-Stage3">🤖 Models</a>
16
  </p>