nielsr HF Staff commited on
Commit
2f73110
·
verified ·
1 Parent(s): 7c39a6a

Add model card

Browse files

This PR adds a model card for the LLaDA model, linking it to the paper [Large Language Diffusion Models](https://hf.co/papers/2502.09992). It includes the `text-generation` pipeline tag and the `transformers` library name for discoverability on the Hub. It also provides a link to the project's GitHub repository and the project page.

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ # LLaDA-8B-Base
8
+
9
+ This repository contains the LLaDA-8B-Base model, as described in the paper [Large Language Diffusion Models](https://hf.co/papers/2502.09992). LLaDA is a diffusion model with an 8B scale, trained entirely from scratch.
10
+
11
+ For code, see the project's GitHub repository: [ML-GSAI/SMDM](https://github.com/ML-GSAI/SMDM)
12
+
13
+ [Project Page](https://ml-gsai.github.io/LLaDA-demo/)