nielsr HF Staff commited on
Commit
7009a12
·
verified ·
1 Parent(s): a0d5be5

Add library_name and pipeline_tag to metadata

Browse files

Hi! I have opened a pull request to add `library_name: transformers` and `pipeline_tag: text-generation` to the metadata of your model card. This will enable the automatic code snippet generator ("Use in Transformers" button) on the Hugging Face hub, making it easier for users to load and play with your model.

Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,9 +1,9 @@
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 +15,8 @@ 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
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
  tags:
8
  - scientific-language-model
9
  - protein
 
15
  - autoregressive
16
  - generative
17
  - one-model-fits-all
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.