-
Notifications
You must be signed in to change notification settings - Fork 2.1k
adding Hugging Face video to KerasHub guide #2280
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
base: master
Are you sure you want to change the base?
Changes from all commits
b50296d
f2eb6a9
3fece4e
f05229e
83eced0
82f5556
ea83fee
07f8d5e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,6 +8,13 @@ | |||||||||||||
| """ | ||||||||||||||
|
|
||||||||||||||
| """ | ||||||||||||||
|
|
||||||||||||||
| ## Video Guide | ||||||||||||||
|
|
||||||||||||||
| [https://www.youtube.com/watch?v=OpSddL3Lv7I](https://www.youtube.com/watch?v=OpSddL3Lv7I&list=PL9f9vdy2ar1IdH6O6kQGn4Ln-_oLH_Ra3&index=2) | ||||||||||||||
|
|
||||||||||||||
| [](https://www.youtube.com/watch?v=OpSddL3Lv7I&list=PL9f9vdy2ar1IdH6O6kQGn4Ln-_oLH_Ra3&index=2) | ||||||||||||||
|
Comment on lines
+14
to
+16
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To improve clarity, the redundant plain text link can be removed. Additionally, the image URL should be updated to use
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| ## Introduction | ||||||||||||||
|
|
||||||||||||||
| KerasHub has built-in converters for HuggingFace's `.safetensors` models. | ||||||||||||||
|
|
||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,13 @@ | |||||||||||||
|
|
||||||||||||||
| <img class="k-inline-icon" src="https://colab.research.google.com/img/colab_favicon.ico"/> [**View in Colab**](https://colab.research.google.com/github/keras-team/keras-io/blob/master/guides/ipynb/keras_hub/hugging_face_keras_integration.ipynb) <span class="k-dot">•</span><img class="k-inline-icon" src="https://github.com/favicon.ico"/> [**GitHub source**](https://github.com/keras-team/keras-io/blob/master/guides/keras_hub/hugging_face_keras_integration.py) | ||||||||||||||
|
|
||||||||||||||
| --- | ||||||||||||||
|
|
||||||||||||||
| ## Video Guide | ||||||||||||||
|
|
||||||||||||||
| [https://www.youtube.com/watch?v=OpSddL3Lv7I](https://www.youtube.com/watch?v=OpSddL3Lv7I&list=PL9f9vdy2ar1IdH6O6kQGn4Ln-_oLH_Ra3&index=2) | ||||||||||||||
|
|
||||||||||||||
| [](https://www.youtube.com/watch?v=OpSddL3Lv7I&list=PL9f9vdy2ar1IdH6O6kQGn4Ln-_oLH_Ra3&index=2) | ||||||||||||||
|
Comment on lines
+15
to
+17
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To improve clarity, the redundant plain text link can be removed. Additionally, the image URL should be updated to use
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| --- | ||||||||||||||
| ## Introduction | ||||||||||||||
|
|
||||||||||||||
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.
To improve clarity and security, the redundant plain text link can be removed, and the image URL should be updated to use
https.Specifically:
http. It's better to usehttpsto prevent mixed content issues.