Skip to content

Commit cb27289

Browse files
committed
Update model-release-checklist.md
1 parent 34b9a0b commit cb27289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/hub/model-release-checklist.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ To maximize your model's reach and usability:
5151
Examples of common pipeline tags:
5252
- `text-generation` - For language models that generate text
5353
- `text-to-image` - For text-to-image generation models
54-
- `Image-Text-to-Text` - For vision language models that generate text
55-
- `Text-to-Speech` - For models that generate audio from text
54+
- `image-text-to-text` - For vision language models that generate text
55+
- `text-to-speech` - For models that generate audio from text
5656

5757
3. **Research Papers**: If your model originates from research papers, you can cite them in your model card and it will [link them automatically](https://huggingface.co/docs/hub/model-cards#linking-a-paper) in your model card. This provides academic context and allows users to dive deeper into the theoretical foundations of your work.
5858

@@ -62,9 +62,9 @@ To maximize your model's reach and usability:
6262
* [Model Paper](https://arxiv.org/abs/xxxx.xxxxx)
6363
```
6464

65-
4. **Model Collections**: If you're releasing multiple related models or variants, organize them into a [collection](https://huggingface.co/docs/hub/collections). Collections help users discover related models and understand the relationships between different versions or variants.
65+
4. **Collections**: If you're releasing multiple related models or variants, organize them into a [collection](https://huggingface.co/docs/hub/collections). Collections help users discover related models and understand the relationships between different versions or variants.
6666

67-
5. **Demo application**: Create a [Hugging Face Space](https://huggingface.co/docs/hub/spaces) with an interactive demo of your model. This allows users to try your model directly without writing any code, significantly lowering the barrier to adoption. You can also [link the model](https://huggingface.co/docs/hub/spaces-config-reference) from the Space to make it appear on the model page dedicated UI.
67+
5. **Demo**: Create a [Hugging Face Space](https://huggingface.co/docs/hub/spaces) with an interactive demo of your model. This allows users to try your model directly without writing any code, significantly lowering the barrier to adoption. You can also [link the model](https://huggingface.co/docs/hub/spaces-config-reference) from the Space to make it appear on the model page dedicated UI.
6868

6969
```markdown
7070
## Demo

0 commit comments

Comments
 (0)