nieshen commited on
Commit
ce71e3c
·
verified ·
1 Parent(s): 8d4bda1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,8 +6,8 @@ pipeline_tag: text-generation
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/)
 
6
 
7
  # LLaDA-8B-Base
8
 
9
+ We introduce LLaDA, a diffusion model with an unprecedented 8B scale, trained entirely from scratch, rivaling LLaMA3 8B in performance.
10
 
11
+ [Project Page](https://ml-gsai.github.io/LLaDA-demo/)
12
 
13
+ [Code](https://github.com/ML-GSAI/LLaDA)