-
Notifications
You must be signed in to change notification settings - Fork 283
Keras hub rename #1840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keras hub rename #1840
Conversation
Just seeing how this does with tests for now. I'll mail this out later. |
b8a80af
to
635af20
Compare
635af20
to
0a46364
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Matt!
Just left a couple of nit comments!
CONTRIBUTING_MODELS.md
Outdated
assume that you want to contribute the DistilBERT model. Before we dive in, we encourage you to go through | ||
[our getting started guide](https://keras.io/guides/keras_nlp/getting_started/) | ||
[our getting started guide](https://keras.io/guides/keras_hub/getting_started/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keras.io paths will be updated before the keras-hub release, right? @divyashreepathihalli
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch! let's stick to the old paths for now, no sense breaking our links
CONTRIBUTING_MODELS.md
Outdated
@@ -22,29 +22,29 @@ Keep this checklist handy! | |||
|
|||
### Step 2: PR #1 - Add XXBackbone | |||
|
|||
- [ ] An `xx/xx_backbone.py` file which has the model graph \[[Example](https://github.com/keras-team/keras-nlp/blob/master/keras_nlp/models/distil_bert/distil_bert_backbone.py)\]. | |||
- [ ] An `xx/xx_backbone_test.py` file which has unit tests for the backbone \[[Example](https://github.com/keras-team/keras-nlp/blob/master/keras_nlp/models/distil_bert/distil_bert_backbone_test.py)\]. | |||
- [ ] An `xx/xx_backbone.py` file which has the model graph \[[Example](https://github.com/keras-team/keras-nlp/blob/master/keras_hub/models/distil_bert/distil_bert_backbone.py)\]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to this PR: the URL is broken (probably since we added api
and src
dirs)!
CONTRIBUTING_MODELS.md
Outdated
- [ ] An `xx/xx_backbone.py` file which has the model graph \[[Example](https://github.com/keras-team/keras-nlp/blob/master/keras_nlp/models/distil_bert/distil_bert_backbone.py)\]. | ||
- [ ] An `xx/xx_backbone_test.py` file which has unit tests for the backbone \[[Example](https://github.com/keras-team/keras-nlp/blob/master/keras_nlp/models/distil_bert/distil_bert_backbone_test.py)\]. | ||
- [ ] An `xx/xx_backbone.py` file which has the model graph \[[Example](https://github.com/keras-team/keras-nlp/blob/master/keras_hub/models/distil_bert/distil_bert_backbone.py)\]. | ||
- [ ] An `xx/xx_backbone_test.py` file which has unit tests for the backbone \[[Example](https://github.com/keras-team/keras-nlp/blob/master/keras_hub/models/distil_bert/distil_bert_backbone_test.py)\]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We aren't changing the repo name in this PR, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, so hopefully this still works. we are changing the directory the code is in.
README.md
Outdated
[](https://github.com/keras-team/keras-nlp/actions?query=workflow%3ATests+branch%3Amaster) | ||
 | ||
[](https://github.com/keras-team/keras-nlp/issues) | ||
|
||
> [!IMPORTANT] | ||
> KerasNLP is becoming KerasHub! Read the announcement [here](https://github.com/keras-team/keras-nlp/issues/1831). | ||
> KerasHub is becoming KerasHub! Read the announcement [here](https://github.com/keras-team/keras-nlp/issues/1831). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should remain KerasNLP
0a46364
to
96f900f
Compare
The actual rename commit! We are going to make our nightly package a preview of
keras-hub
(withkeras-nlp
provided as a compat package).