Skip to content

Commit 9117215

Browse files
committed
structure
1 parent 4ae3dbf commit 9117215

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/hub/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
sections:
4040
- local: models-the-hub
4141
title: The Model Hub
42+
- local: model-release
43+
title: Model Release Checklist
4244
- local: model-cards
4345
title: Model Cards
4446
sections:

docs/hub/model-release.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Model Release Checklist
2+
3+
4+
### Prepare the Model
5+
- [ ] Finalize model weights and architecture
6+
- [ ] Set up a repository on Hugging Face Hub
7+
- [ ] Choose a license (e.g., Apache 2.0, MIT)
8+
9+
### Upload Model Files:
10+
- [ ] Add model weights, config files, and tokenizers (if applicable).
11+
12+
### Write a Model Card:
13+
- [ ] Add metadata (license, pipeline tag, datasets used, library etc.)
14+
- [ ] Include a link to the arXiv paper or blog post
15+
- [ ] Add a code snippet for loading and using the model
16+
17+
### Link to Other Artifacts:
18+
- [ ] Connect the model to related datasets, demos, or papers on Hugging Face
19+
- [ ] Create a demo space for showcasing the model usage
20+
21+
### Communicate:
22+
- [ ] Share the release on social media, blogs and on hf.co/posts
23+
- [ ] Engage with the community for feedback on the model discussions

0 commit comments

Comments
 (0)