Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Announce the move of tfhub.dev to Kaggle Models
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574817046
  • Loading branch information
TensorFlow Hub Authors authored and copybara-github committed Oct 19, 2023
1 parent 850494a commit a23ea8e
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# External contributions to tfhub.dev
[![Documentation markdown validator](https://github.com/tensorflow/tfhub.dev/actions/workflows/contributions-validator.yml/badge.svg?branch=master)](https://github.com/tensorflow/tfhub.dev/actions/workflows/contributions-validator.yml)

## Overview
This repository serves for storing documentation for models to be published on
[tfhub.dev](https://tfhub.dev).

If you are interested in publishing, please follow
[https://www.tensorflow.org/hub/publish](https://www.tensorflow.org/hub/publish)
and we will process your submission as soon as possible.

Please see the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)
for more information about creating Pull Requests.

### Terms of service
By submitting a model for publication, you agree to the TensorFlow Hub Terms
of Service at [https://tfhub.dev/terms](https://tfhub.dev/terms).
# TensorFlow Hub is moving to [Kaggle Models](https://kaggle.com/models)

Starting November 15th, links to [tfhub.dev](https://tfhub.dev) will redirect to
their counterparts on Kaggle Models. `tensorflow_hub` will continue to support
downloading models that were initially uploaded to tfhub.dev via e.g.
`hub.load("https://tfhub.dev/<publisher>/<model>")`. Although no migration or
code rewrites are explicitly required, we recommend replacing tfhub.dev links
with their Kaggle Models counterparts before November 15th to improve code
health and debuggability.

0 comments on commit a23ea8e

Please sign in to comment.