← back to catalog · registered 2026-09-25 19:57

TensorVizion/MiMo-V2.6-Distill-Qwen-Abliterated

TensorVizion Qwen multimodal
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/TensorVizion%2FMiMo-V2.6-Distill-Qwen-Abliterated"
Response includes
  • classification unknown
  • files 9
  • author_summary 2 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
?
Primary method

Unclassified

No clear signals of an abliteration technique in this model.
Confidence
UNKNOWN
Why this label 1 signal
No classification signals present. This may not be an abliterated model at all - it could be a repackaging, a merge with unrelated goals, or unrelated content that mentions the term.
  • no classification signals present (no abliterated, uncensored, or known producer/method markers)
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-25

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
mit
Tags
transformers safetensors qwen3_5 image-text-to-text mimo_v2 agentic distillation supervised-fine-tuning code tool-use mlx mlx-my-repo

Related

Total size
2.61 GB
Files
9
Quantizations
1
Registered
2026-09-25 19:57
Last updated on HF
2026-09-25 19:10

Files by quantization

Auxiliary files 9 files 2.63 GB
model.safetensors 2.61 GB dabedd95 download
tokenizer.json 19.1 MB 06b95093 download
model.safetensors.index.json 79.3 KB a1574ad6 download
chat_template.jinja 3.82 KB c6a37693 download
config.json 2.96 KB 5465dee4 download
.gitattributes 1.53 KB 52373fe2 download
tokenizer_config.json 1.17 KB a83af210 download
README.md 1.06 KB 534d5ef4 download
generation_config.json 126 B 06320848 download

README current version from Hugging Face


library_name: transformers
base_model: XiaomiMiMo/MiMo-V2.6-Distill-Qwen-9B
base_model_relation: finetune
tags:

  • mimo_v2
  • agentic
  • distillation
  • supervised-fine-tuning
  • code
  • tool-use
  • mlx
  • mlx-my-repo
    license: mit

TensorVizion/MiMo-V2.6-Distill-Qwen-9B-mlx-2Bit

The Model TensorVizion/MiMo-V2.6-Distill-Qwen-9B-mlx-2Bit was converted to MLX format from XiaomiMiMo/MiMo-V2.6-Distill-Qwen-9B using mlx-lm version 0.31.3.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("TensorVizion/MiMo-V2.6-Distill-Qwen-9B-mlx-2Bit")

prompt="hello"

if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not None:
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, tokenize=False, add_generation_prompt=True
    )

response = generate(model, tokenizer, prompt=prompt, verbose=True)
Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Abliteration, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.