Skip to content

Commit aea96de

Browse files
Update models details to hub_api (#1978)
* Update models to hub_api * nit
1 parent 6a34a74 commit aea96de

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

scripts/hub_api_master.py

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,39 @@
13931393
},
13941394
],
13951395
},
1396+
{
1397+
"path": "t5/",
1398+
"title": "T5",
1399+
"toc": True,
1400+
"children": [
1401+
{
1402+
"path": "t5_tokenizer",
1403+
"title": "T5Tokenizer",
1404+
"generate": [
1405+
"keras_hub.tokenizers.T5Tokenizer",
1406+
"keras_hub.tokenizers.T5Tokenizer.from_preset",
1407+
],
1408+
},
1409+
{
1410+
"path": "t5_backbone",
1411+
"title": "T5Backbone model",
1412+
"generate": [
1413+
"keras_hub.models.T5Backbone",
1414+
"keras_hub.models.T5Backbone.from_preset",
1415+
"keras_hub.models.T5Backbone.token_embedding",
1416+
],
1417+
},
1418+
{
1419+
"path": "t5_preprocessor",
1420+
"title": "T5Preprocessor layer",
1421+
"generate": [
1422+
"keras_hub.models.T5Preprocessor",
1423+
"keras_hub.models.T5Preprocessor.from_preset",
1424+
"keras_hub.models.T5Preprocessor.tokenizer",
1425+
],
1426+
},
1427+
],
1428+
},
13961429
{
13971430
"path": "vgg/",
13981431
"title": "VGG",
@@ -1450,6 +1483,37 @@
14501483
},
14511484
],
14521485
},
1486+
{
1487+
"path": "whisper/",
1488+
"title": "Whisper",
1489+
"toc": True,
1490+
"children": [
1491+
{
1492+
"path": "whisper_tokenizer",
1493+
"title": "WhisperTokenizer",
1494+
"generate": [
1495+
"keras_hub.tokenizers.WhisperTokenizer",
1496+
"keras_hub.tokenizers.WhisperTokenizer.from_preset",
1497+
],
1498+
},
1499+
{
1500+
"path": "whisper_audio_converter",
1501+
"title": "WhisperAudioConverter",
1502+
"generate": [
1503+
"keras_hub.layers.WhisperAudioConverter",
1504+
"keras_hub.layers.WhisperAudioConverter.from_preset",
1505+
],
1506+
},
1507+
{
1508+
"path": "whisper_backbone",
1509+
"title": "WhisperBackbone model",
1510+
"generate": [
1511+
"keras_hub.models.WhisperBackbone",
1512+
"keras_hub.models.WhisperBackbone.from_preset",
1513+
],
1514+
},
1515+
],
1516+
},
14531517
{
14541518
"path": "xlm_roberta/",
14551519
"title": "XLMRoberta",

templates/keras_hub/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ to start learning our API. We welcome
2929
* [Getting Started with KerasHub](/guides/keras_hub/getting_started/)
3030
* [Classification with KerasHub](/guides/keras_hub/classification_with_keras_hub/)
3131
* [Segment Anything in KerasHub](/guides/keras_hub/segment_anything_in_keras_hub/)
32+
* [Semantic Segmentation with KerasHub](/guides/keras_hub/semantic_segmentation_deeplab_v3/)
3233
* [Stable Diffusion 3 in KerasHub](/guides/keras_hub/stable_diffusion_3_in_keras_hub/)
34+
* [Pretraining a Transformer from scratch with KerasHub](/guides/keras_hub/transformer_pretrainingb/)
35+
* [Uploading Models with KerasHub](/guides/keras_hub/upload/)
3336

3437
---
3538
## Installation

0 commit comments

Comments
 (0)