Skip to content

Add Gemma3n #2329

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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions keras_hub/api/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@
from keras_hub.src.models.gemma3.gemma3_vision_encoder import (
Gemma3VisionEncoder as Gemma3VisionEncoder,
)
from keras_hub.src.models.gemma3n.gemma3n_backbone import (
Gemma3nBackbone as Gemma3nBackbone,
)
from keras_hub.src.models.gpt2.gpt2_backbone import GPT2Backbone as GPT2Backbone
from keras_hub.src.models.gpt2.gpt2_causal_lm import (
GPT2CausalLM as GPT2CausalLM,
Expand Down Expand Up @@ -388,6 +391,9 @@
from keras_hub.src.models.mobilenet.mobilenet_image_classifier_preprocessor import (
MobileNetImageClassifierPreprocessor as MobileNetImageClassifierPreprocessor,
)
from keras_hub.src.models.mobilenetv5.mobilenetv5_backbone import (
MobileNetV5Backbone as MobileNetV5Backbone,
)
from keras_hub.src.models.moonshine.moonshine_audio_to_text import (
MoonshineAudioToText as MoonshineAudioToText,
)
Expand Down
Loading
Loading