Add library_name and pipeline_tag to model card
Browse filesThis PR adds the correct library and pipeline tag to the model card, allowing for more effective discoverability.
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 |
+
|
7 |
+
We introduce LLaDA (<b>L</b>arge <b>La</b>nguage <b>D</b>iffusion with m<b>A</b>sking), a diffusion model with an unprecedented 8B scale, trained entirely from scratch,
|
8 |
+
rivaling LLaMA3 8B in performance, as described in [the paper](https://hf.co/papers/2502.09992).
|
9 |
+
|
10 |
+
Project page: https://ml-gsai.github.io/LLaDA-demo/.
|
11 |
+
|
12 |
+
For code and sample usage, see https://github.com/ML-GSAI/SMDM.
|