Skip to content

Commit f2b178a

Browse files
Update title for HF Guide (#2149)
* Update short title for HF Guide * Update scripts/hub_master.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update guides/md/keras_hub/hugging_face_keras_integration.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update guides/keras_hub/hugging_face_keras_integration.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update hugging_face_keras_integration.ipynb * Address comments --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b4677ba commit f2b178a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

guides/ipynb/keras_hub/hugging_face_keras_integration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"colab_type": "text"
77
},
88
"source": [
9-
"# Loading HuggingFace Transformers checkpoints into multi-backend KerasHub models\n",
9+
"# Loading Hugging Face Transformers Checkpoints\n",
1010
"\n",
1111
"**Author:** [Laxma Reddy Patlolla](https://github.com/laxmareddyp), [Divyashree Sreepathihalli](https://github.com/divyashreepathihalli)<br>\n",
1212
"**Date created:** 2025/06/17<br>\n",

guides/keras_hub/hugging_face_keras_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
Title: Loading HuggingFace Transformers checkpoints into multi-backend KerasHub models
2+
Title: Loading Hugging Face Transformers Checkpoints
33
Author: [Laxma Reddy Patlolla](https://github.com/laxmareddyp), [Divyashree Sreepathihalli](https://github.com/divyashreepathihalli)
44
Date created: 2025/06/17
5-
Last modified: 2025/06/23
5+
Last modified: 2025/07/22
66
Description: How to load and run inference from KerasHub model checkpoints hosted on the HuggingFace Hub.
77
Accelerator: GPU
88
"""

guides/md/keras_hub/hugging_face_keras_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Loading HuggingFace Transformers checkpoints into multi-backend KerasHub models
1+
# Loading Hugging Face Transformers Checkpoints
22

33
**Author:** [Laxma Reddy Patlolla](https://github.com/laxmareddyp), [Divyashree Sreepathihalli](https://github.com/divyashreepathihalli)<br>
44
**Date created:** 2025/06/17<br>

scripts/hub_master.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2646,7 +2646,7 @@
26462646
},
26472647
{
26482648
"path": "hugging_face_keras_integration",
2649-
"title": "Loading HuggingFace Transformers checkpoints into multi-backend KerasHub models",
2649+
"title": "Loading Hugging Face Transformers Checkpoints",
26502650
},
26512651
{
26522652
"path": "function_calling_with_keras_hub",

0 commit comments

Comments
 (0)