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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

aimeri
/
spoomplesmaxx-27b-4500-mlx-4bit

Image-Text-to-Text
MLX
Safetensors
English
gemma3
cpt
conversational
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use aimeri/spoomplesmaxx-27b-4500-mlx-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use aimeri/spoomplesmaxx-27b-4500-mlx-4bit 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("aimeri/spoomplesmaxx-27b-4500-mlx-4bit")
    config = load_config("aimeri/spoomplesmaxx-27b-4500-mlx-4bit")
    
    # 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
  • LM Studio
spoomplesmaxx-27b-4500-mlx-4bit
16.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
aimeri's picture
aimeri
Update README.md
02504fd verified about 2 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    1.58 kB
    Update README.md about 2 months ago
  • added_tokens.json
    35 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • chat_template.jinja
    1.53 kB
    Upload folder using huggingface_hub about 2 months ago
  • config.json
    4.08 kB
    Upload folder using huggingface_hub about 2 months ago
  • model-00001-of-00004.safetensors
    5.37 GB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • model-00002-of-00004.safetensors
    5.36 GB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • model-00003-of-00004.safetensors
    5.31 GB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • model-00004-of-00004.safetensors
    805 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • model.safetensors.index.json
    219 kB
    Upload folder using huggingface_hub about 2 months ago
  • preprocessor_config.json
    570 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • processor_config.json
    519 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • special_tokens_map.json
    662 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer.json
    33.4 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer_config.json
    741 Bytes
    Upload folder using huggingface_hub about 2 months ago