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
6.77 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
Edmon02's picture
Edmon02
update mlx-manifest.json
5f6c034 verified about 1 month ago
  • 4bit
    add MLX quant 4bit/tokenizer_config.json about 1 month ago
  • .gitattributes
    1.58 kB
    add MLX quant 4bit/tokenizer.json about 1 month ago
  • README.md
    3.95 kB
    docs: initial Gemma 4 12B MLX model card about 1 month ago
  • mlx-manifest.json
    2.11 kB
    update mlx-manifest.json about 1 month ago