Skip to content

Commit f444e44

Browse files
authored
Update model-release-checklist.md
1 parent eb31aa1 commit f444e44

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
@@ -103,7 +103,7 @@ It's a good practise to load the model from the model's own repository in the de
103103
---
104104
```
105105

106-
9. **Linking Datasets on the Model Page**: Link datasets in your `README.md` metadata to display those used directly from your model page.
106+
7. **Linking Datasets on the Model Page**: Link datasets in your `README.md` metadata to display those used directly from your model page.
107107

108108
```yaml
109109
---
@@ -113,15 +113,15 @@ It's a good practise to load the model from the model's own repository in the de
113113
---
114114
```
115115

116-
10. **New Model Version**: If your model is an update of an existing one, you can specify it on the older version model model card. This will [display a banner](https://huggingface.co/docs/hub/en/model-cards#specifying-a-new-version) on the older model's page linking directly to this updated version.
116+
8. **New Model Version**: If your model is an update of an existing one, you can specify it on the older version model model card. This will [display a banner](https://huggingface.co/docs/hub/en/model-cards#specifying-a-new-version) on the older model's page linking directly to this updated version.
117117

118118
```yaml
119119
---
120120
new_version: username/updated-model
121121
---
122122
```
123123

124-
11. **Visual Examples**: For image or video generation models, include examples directly on your model page using the [`<Gallery>` card component](https://huggingface.co/docs/hub/en/model-cards-components#the-gallery-component). Visual examples provide immediate insight into your model's capabilities.
124+
9. **Visual Examples**: For image or video generation models, include examples directly on your model page using the [`<Gallery>` card component](https://huggingface.co/docs/hub/en/model-cards-components#the-gallery-component). Visual examples provide immediate insight into your model's capabilities.
125125

126126
```markdown
127127
<Gallery>
@@ -130,7 +130,7 @@ It's a good practise to load the model from the model's own repository in the de
130130
</Gallery>
131131
```
132132

133-
12. **Carbon Emissions**: If possible, specify the [carbon emissions](https://huggingface.co/docs/hub/model-cards-co2) associated with training your model. This information helps environmentally conscious users and organizations make informed decisions.
133+
10. **Carbon Emissions**: If possible, specify the [carbon emissions](https://huggingface.co/docs/hub/model-cards-co2) associated with training your model. This information helps environmentally conscious users and organizations make informed decisions.
134134

135135
```yaml
136136
---

0 commit comments

Comments
 (0)