nielsr HF Staff commited on
Commit
b202d05
·
verified ·
1 Parent(s): f7b4fde

Add pipeline_tag and library_name to metadata

Browse files

Hi! I'm Niels from the Hugging Face community science team.

This PR improves the model card metadata by explicitly adding the `pipeline_tag` (`text-generation`) and the `library_name` (`transformers`) tags. This enables the automated code generation snippets and "Use in Transformers" button on the Hugging Face Hub, improving the discoverability and usability of the model.

Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,9 +1,7 @@
1
  ---
2
- license: cc-by-4.0
3
- task_categories:
4
- - text-generation
5
  language:
6
  - en
 
7
  tags:
8
  - scientific-language-model
9
  - protein
@@ -15,6 +13,10 @@ tags:
15
  - autoregressive
16
  - generative
17
  - one-model-fits-all
 
 
 
 
18
  size_categories:
19
  - 1B-10B
20
  ---
@@ -113,4 +115,4 @@ If you find this work useful in your research or applications, please cite our t
113
 
114
  This project is released under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode)**.
115
 
116
- We welcome collaboration, feedback, and community contributions to advance unified generative modeling for the natural sciences.
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: cc-by-4.0
5
  tags:
6
  - scientific-language-model
7
  - protein
 
13
  - autoregressive
14
  - generative
15
  - one-model-fits-all
16
+ library_name: transformers
17
+ pipeline_tag: text-generation
18
+ task_categories:
19
+ - text-generation
20
  size_categories:
21
  - 1B-10B
22
  ---
 
115
 
116
  This project is released under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode)**.
117
 
118
+ We welcome collaboration, feedback, and community contributions to advance unified generative modeling for the natural sciences.