Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zeromodels
/
gemma-3n-e4b-it

Image-Text-to-Text
ZeroModels
Keras
PyTorch
JAX
google-tensorflow TensorFlow
English
gemma3n
gemma-3n
audio-text-to-text
multimodal
Model card Files Files and versions
xet
Community

Instructions to use zeromodels/gemma-3n-e4b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ZeroModels

    How to use zeromodels/gemma-3n-e4b-it with ZeroModels:

    # pip install -U zeromodels
    # ZeroModels is pure Keras 3, so pick a backend: "jax", "torch" or "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    from zeromodels import AutoZModel
    
    # AutoZModel reads the repo's model_type and loads the matching class.
    # For a task head use the matching loader, e.g. AutoZMImageClassify / AutoZMDetect /
    # AutoZMSemanticSegment / AutoZMTextGenerate (see zeromodels.auto).
    model = AutoZModel.from_weights("zeromodels/gemma-3n-e4b-it")
    
  • Keras

    How to use zeromodels/gemma-3n-e4b-it with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://zeromodels/gemma-3n-e4b-it")
    
  • Notebooks
  • Google Colab
  • Kaggle
gemma-3n-e4b-it
32.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
IMvision12's picture
IMvision12
Fix Collection badge link to the current zeromodels collection slug
d8e04bd verified 17 days ago
  • .gitattributes
    1.57 kB
    Super-squash branch 'main' using huggingface_hub 18 days ago
  • README.md
    4.92 kB
    Fix Collection badge link to the current zeromodels collection slug 17 days ago
  • model.weights.json
    198 kB
    Super-squash branch 'main' using huggingface_hub 18 days ago
  • model_00000.weights.h5
    7.33 GB
    xet
    Super-squash branch 'main' using huggingface_hub 18 days ago
  • model_00001.weights.h5
    9.61 GB
    xet
    Super-squash branch 'main' using huggingface_hub 18 days ago
  • model_00002.weights.h5
    9.55 GB
    xet
    Super-squash branch 'main' using huggingface_hub 18 days ago
  • model_00003.weights.h5
    6.1 GB
    xet
    Super-squash branch 'main' using huggingface_hub 18 days ago
  • tokenizer.json
    33.4 MB
    xet
    Super-squash branch 'main' using huggingface_hub 18 days ago
  • zm_config.json
    4.15 kB
    Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge) 17 days ago
  • zm_preprocessor.json
    355 Bytes
    Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge) 17 days ago