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

Edmon02
/
gemma-4-12B-it-MLX

Image-Text-to-Text
MLX
Safetensors
English
gemma
gemma4
multimodal
vision
audio
apple-silicon
text-generation
Model card Files Files and versions
xet
Community

Instructions to use Edmon02/gemma-4-12B-it-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use Edmon02/gemma-4-12B-it-MLX with MLX:

    # Make sure mlx-vlm is installed
    # pip install --upgrade mlx-vlm
    
    from mlx_vlm import load, generate
    from mlx_vlm.prompt_utils import apply_chat_template
    from mlx_vlm.utils import load_config
    
    # Load the model
    model, processor = load("Edmon02/gemma-4-12B-it-MLX")
    config = load_config("Edmon02/gemma-4-12B-it-MLX")
    
    # Prepare input
    image = ["http://images.cocodataset.org/val2017/000000039769.jpg"]
    prompt = "Describe this image."
    
    # Apply chat template
    formatted_prompt = apply_chat_template(
        processor, config, prompt, num_images=1
    )
    
    # Generate output
    output = generate(model, processor, formatted_prompt, image)
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
gemma-4-12B-it-MLX / 4bit
6.77 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Edmon02's picture
Edmon02
add MLX quant 4bit/tokenizer_config.json
5875dc5 verified about 1 month ago
  • README.md
    180 Bytes
    add MLX quant 4bit/README.md about 1 month ago
  • chat_template.jinja
    17.5 kB
    add MLX quant 4bit/chat_template.jinja about 1 month ago
  • config.json
    5.42 kB
    add MLX quant 4bit/config.json about 1 month ago
  • generation_config.json
    260 Bytes
    add MLX quant 4bit/generation_config.json about 1 month ago
  • model-00001-of-00002.safetensors
    5.35 GB
    xet
    add MLX quant 4bit/model-00001-of-00002.safetensors about 1 month ago
  • model-00002-of-00002.safetensors
    1.39 GB
    xet
    add MLX quant 4bit/model-00002-of-00002.safetensors about 1 month ago
  • model.safetensors.index.json
    135 kB
    add MLX quant 4bit/model.safetensors.index.json about 1 month ago
  • processor_config.json
    1.38 kB
    add MLX quant 4bit/processor_config.json about 1 month ago
  • tokenizer.json
    32.2 MB
    xet
    add MLX quant 4bit/tokenizer.json about 1 month ago
  • tokenizer_config.json
    2.75 kB
    add MLX quant 4bit/tokenizer_config.json about 1 month ago