Add library_name: transformers to metadata
Browse filesThis PR adds `library_name: transformers` to the model card metadata. This enables the "Use in Transformers" button on the model page, as the model is compatible with the `transformers` library via the `auto_map` configuration in its `config.json`. The rest of the metadata and the model card content have been preserved.
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
- en
|
| 4 |
base_model:
|
| 5 |
- GSAI-ML/LLaDA-8B-Base
|
|
|
|
|
|
|
| 6 |
pipeline_tag: text-generation
|
|
|
|
| 7 |
---
|
|
|
|
| 8 |
## Edit-Based Refinement for Parallel Masked Diffusion Language Models
|
| 9 |
|
| 10 |
<p align="center">
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- GSAI-ML/LLaDA-8B-Base
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
+
library_name: transformers
|
| 8 |
---
|
| 9 |
+
|
| 10 |
## Edit-Based Refinement for Parallel Masked Diffusion Language Models
|
| 11 |
|
| 12 |
<p align="center">
|