Add pipeline tag, library name, and link to paper

#1
by nielsr HF Staff - opened

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

This PR improves the model card for iLLaDA-8B-Instruct by:

  • Adding the pipeline_tag: text-generation so users can easily find this masked diffusion language model on the Hub.
  • Adding the library_name: transformers metadata since the model is compatible with Hugging Face transformers via trust_remote_code=True.
  • Linking the model card to its arXiv paper (Improved Large Language Diffusion Models).
  • Adding a quickstart usage section to help users load the model programmatically.

Please let me know if you have any questions or feedback!

nieshen changed pull request status to merged

Sign up or log in to comment