TheCluster's picture
Update README.md
818df82 verified
metadata
base_model:
  - OddTheGreat/Comet_12B_V.4
base_model_relation: quantized
pipeline_tag: image-text-to-text
tags:
  - chat
  - mlx
  - apple
  - 8bit
  - multimodal
  - uncensored
language:
  - en
  - ru
library_name: mlx

Comet-12B V4 8-bit MLX (Uncensored Gemma-3 12B)

This is a merge of pre-trained language models:

The goal of this merge was to create a good, all‑purpose, uncensored model without excessive positive bias.

The model was converted to MLX format from OddTheGreat/Comet_12B_V.4 using mlx-vlm version 0.1.23.

Refer to the original model card for more details on the model.

Use with mlx

pip install -U mlx-vlm
python -m mlx_vlm.generate --model TheCluster/Comet_12B_V.4-mlx-8bit --max-tokens 512 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>