nielsr HF Staff commited on
Commit
9f4b2ac
·
verified ·
1 Parent(s): 0b75196

Add library_name: transformers to metadata

Browse files

This 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.

Files changed (1) hide show
  1. README.md +4 -2
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">