Add transformers library_name and pipeline_tag to metadata
Browse filesHi! I'm Niels from the Hugging Face team.
This PR improves the model card by adding some important metadata to your YAML block:
* `library_name: transformers`: This will enable the interactive "Use in Transformers" button on the top right of the model page, providing users with a copy-pasteable code snippet.
* `pipeline_tag: text-generation`: This ensures the model is properly indexed and discoverable under the "Text Generation" category on the Hub.
These changes will help the community easily find and use your model!
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.
|