Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
---
|
| 6 |
+
# LLaDA-8B-Instruct
|
| 7 |
+
|
| 8 |
+
We introduce LLaDA, a diffusion model with an unprecedented 8B scale, trained entirely from scratch, rivaling LLaMA3 8B in performance.
|
| 9 |
+
|
| 10 |
+
[Project Page](https://ml-gsai.github.io/LLaDA-demo/)
|
| 11 |
+
|
| 12 |
+
[Code](https://github.com/ML-GSAI/LLaDA)
|