nielsr HF Staff commited on
Commit
81298ee
·
verified ·
1 Parent(s): 5684f38

Add pipeline tag and library_name to model card

Browse files

This PR enhances the model card by adding two important metadata tags: `pipeline_tag: text-generation` and `library_name: transformers`.

- The `pipeline_tag` ensures your model is easily discoverable under the "text-generation" task on the Hugging Face Hub.
- The `library_name` enables the automatic "Use in Transformers" widget on the model page, providing users with a convenient, pre-defined code snippet to start using your model.

These additions will improve the model's visibility and user experience.

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
 
 
5
  ---
 
6
  ## Alignment with Fill-In-the-Middle for Enhancing Code Generation
7
 
8
  <p align="center">
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
  ---
8
+
9
  ## Alignment with Fill-In-the-Middle for Enhancing Code Generation
10
 
11
  <p align="center">