Skip to content

Commit 3c69731

Browse files
Update the publishing process
PiperOrigin-RevId: 574815004
1 parent 008b211 commit 3c69731

File tree

6 files changed

+17
-664
lines changed

6 files changed

+17
-664
lines changed

site/en/hub/_book.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,12 @@ upper_tabs:
4747
path: /hub/common_saved_model_apis/images
4848
- title: Text tasks
4949
path: /hub/common_saved_model_apis/text
50-
# Publishing models to TF-Hub
51-
- heading: Publishing models to TF-Hub
50+
# Publishing models
51+
- heading: Publishing models
5252
- title: Publishing process
5353
path: /hub/publish
54-
- title: Export a model
55-
path: /hub/exporting_tf2_saved_model
56-
- title: Write documentation
57-
path: /hub/writing_documentation
58-
- title: Submit a pull request
59-
path: /hub/contribute_a_model
6054
- title: Data portability and deletion
6155
path: /hub/portability_and_deletion
62-
- title: "Deprecated: TF1 Hub format export"
63-
path: /hub/exporting_hub_format
64-
status: deprecated
6556
# Advanced developer info
6657
- heading: Advanced developer info
6758
- title: Model formats

site/en/hub/contribute_a_model.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

site/en/hub/exporting_hub_format.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

site/en/hub/exporting_tf2_saved_model.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

site/en/hub/publish.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11

2-
# Publishing process
2+
# Publishing Process
33

4-
## Terms of service
4+
Thank you for considering to publish your models!
55

6-
By submitting a model for publication, you agree to the TensorFlow Hub Terms of
7-
Service at [https://tfhub.dev/terms](https://tfhub.dev/terms).
6+
**Please join the Early Access Model Publishing (EAP) on
7+
[Kaggle Models](https://www.kaggle.com/models):**
88

9-
## Overview of the publishing process
10-
11-
The full process of publishing consists of:
12-
13-
1. Exporting the model asset to publish (see how to
14-
[export a model](exporting_tf2_saved_model.md))
15-
1. Writing publisher page and model documentation (see how to
16-
[write documentation](writing_documentation.md))
17-
1. Sending a pull request for review (see how to
18-
[contribute](contribute_a_model.md))
19-
20-
Important: You are encouraged to send a small PR (e.g. fixing a typo in the
21-
repo) or a PR with only your publisher page as your first contribution before
22-
sending a PR publishing a model.
9+
10+
provide the following to get access to EAP:
11+
- (1) Your Kaggle username
12+
- (2) Your desired organization slug
13+
- (3) A URL to a square-shaped profile image (which is needed for the
14+
organization creation)
15+
- Follow the
16+
[documentation instructions](https://www.kaggle.com/model-publishing-instructions)
17+
to create and publish your model
18+
- Feel free to raise any questions and get support from
19+
[Kaggle Discord channel](https://discord.gg/rKEyxj9WF)

0 commit comments

Comments
 (0)