← back to catalog · registered 2026-09-18 20:56

jnjn/Ornith-1.5-35B-A3B-Spark-Abliterated-VL-MTP-NVFP4

jnjn 35B MoE multimodal
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/jnjn%2FOrnith-1.5-35B-A3B-Spark-Abliterated-VL-MTP-NVFP4"
Response includes
  • classification m1
  • files 17
  • author_summary 1 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M1
Primary method

Direct removal

No other method signals detected in this model.
Confidence
MEDIUM
Why this label 3 signals
Method inferred from partial signals - repository name, related files, or tag patterns. Producer identity not confirmed; label may sharpen or shift as we gather more evidence.
  • 'abliterated' in name/tags
  • is_gguf=0 (base model)
  • no specific method indicators - defaulting to M1 (most common)
Refusal direction extracted via
Extraction technique

Difference-of-means

Confidence
MEDIUM
Why we say so
primary_method=M1; difference-of-means is the reference extraction for M1/M3 (Arditi 2024)
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-18

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
Languages
en
Tags
safetensors qwen3_5_moe nvfp4 4bit Q4 vision mtp moe qwen35_moe dflash vllm spark
Total size
21.8 GB
Files
17
Quantizations
1
Registered
2026-09-18 20:56
Last updated on HF
2026-09-18 20:07

Files by quantization

Auxiliary files 17 files 21.8 GB
model-00002-of-00003.safetensors 9.32 GB 33461edd download
model-00001-of-00003.safetensors 9.32 GB c16fbae7 download
model-00003-of-00003.safetensors 3.17 GB 55f4f657 download
tokenizer.json 12.2 MB 5f9e4d49 download
model.safetensors.index.json 9.90 MB 28f903e6 download
vocab.json 6.41 MB 0aa0ce06 download
merges.txt 3.20 MB a494e019 download
config.json 56.8 KB 85311816 download
hf_quant_config.json 41.3 KB 073fc259 download
tokenizer_config.json 16.3 KB 28d96ff3 download
chat_template.jinja 7.36 KB b07660cc download
README.md 1.81 KB 5aaf52e0 download
.gitattributes 1.65 KB 28617482 download
processor_config.json 1.16 KB 33818c7f download
preprocessor_config.json 390 B 2ea84a43 download
video_preprocessor_config.json 385 B 3ba673a5 download
generation_config.json 202 B 023756cf download

README current version from Hugging Face


base_model:

  • ornith-ai/Ornith-1.5-35B-A3B-NVFP4
  • pottokao/Ornith-1.5-35B-A3B-abliterated-NVFP4-DFlash
    base_model_relation: merge
    license: mit
    language:
  • en
    pipeline_tag: image-text-to-text
    tags:
  • nvfp4
  • 4bit
  • Q4
  • vision
  • mtp
  • moe
  • qwen35_moe
  • dflash
  • vllm
  • spark

Ornith-1.5-35B-A3B-Spark-Abliterated-VL-MTP-NVFP4

Merged model:

  • Language core (LM + lm_head + embed + norm): from pottokao/Ornith-1.5-35B-A3B-abliterated-NVFP4-DFlash (abliterated), renamed model.* -> model.language_model.*
  • Vision tower + merger: from ornith-ai/Ornith-1.5-35B-A3B-NVFP4 (model.visual.*, 333 tensors)
  • MTP (multi-token prediction): from ornith-ai/Ornith-1.5-35B-A3B-NVFP4 (mtp.*, 785 tensors, unquantized per quantization_config.ignore)
  • Config/tokenizer/processor: from ornith-ai (multimodal Qwen3_5MoeForConditionalGeneration)
  • DFlash draft: preserved from pottokao under dflash_draft/ for optional --speculative-config method=dflash

Total tensors: 94393 (same layout as ornith-ai, 3 shards).

Use — tested on 1x DGX Spark, single-stream 70+ tok/s, 16-stream ~400 tok/s

OMP_NUM_THREADS=4 MAX_JOBS=4 vllm serve \
    jnjn/Ornith-1.5-35B-A3B-Spark-Abliterated-VL-MTP-NVFP4 \
    --safetensors-load-strategy eager \
    --port 8000 \
    --disable-custom-all-reduce \
    --tool-call-parser qwen3_coder \
    --reasoning-parser qwen3 \
    --enable-auto-tool-choice \
    --served-model-name ornith-1.5-35b-a3b ornith qwen-3.x-moe pm2026 \
    --gpu_memory_utilization 0.65 \
    --max_model_len 262144 \
    --max-num-seqs 32 \
    --max-num-batched-tokens 16384 \
    --trust-remote-code \
    --async-scheduling \
    --mamba-cache-mode align \
    --mamba-block-size 8 \
    --enable-prefix-caching \
    --speculative-config '{"method":"mtp","num_speculative_tokens":3}'
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 - Infrahuman, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.