nielsr HF Staff commited on
Commit
12705c6
·
verified ·
1 Parent(s): 5956334

Add library_name metadata

Browse files

This PR improves the model card by adding `library_name: transformers` to the metadata. This ensures the model is correctly categorized and discoverable within the Hugging Face ecosystem, particularly for users of the `transformers` library, and enables the "how to use" widget on the model page.

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  - zh
 
6
  pipeline_tag: text-generation
 
7
  ---
8
 
9
  # BlockFFN-Small
@@ -25,4 +26,4 @@ If you find our work useful for your research, please kindly cite our paper as f
25
  year={2025},
26
  url={https://arxiv.org/pdf/2507.08771},
27
  }
28
- ```
 
1
  ---
 
2
  language:
3
  - en
4
  - zh
5
+ license: apache-2.0
6
  pipeline_tag: text-generation
7
+ library_name: transformers
8
  ---
9
 
10
  # BlockFFN-Small
 
26
  year={2025},
27
  url={https://arxiv.org/pdf/2507.08771},
28
  }
29
+ ```