Add model card (#1)
Browse files- Add model card (2f73110c4a665e96ecd2e37002ab217fa30009c8)
Co-authored-by: Niels Rogge <[email protected]>
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/)
|