Qwevolution V0 27B

A weight-space blend of the ConicCat/Qwen3.5-27B-Writer-V2 vision-language model with the groxaxo/Qwen3.5-27B-Writer-V2-Heretic-Coding-LoRA coding LoRA adapter, merged with peft.merge_and_unload(safe_merge=True) in bfloat16.

Composition

Deliberate cross-base merge. The coding LoRA was originally trained on llmfan46/Qwen3.5-27B-Writer-V2-uncensored-heretic. It was intentionally merged onto the clean ConicCat/Qwen3.5-27B-Writer-V2 (same Writer-V2 lineage / identical architecture, vocab and module tree).

What was merged (and what wasn't)

The adapter touched 607 modules. Of these, 496 language-tower modules carried trained (non-zero) weights and were merged into the base. The remaining 111 vision-tower modules were zero in the adapter itself (never trained) — merging them is a no-op, so the vision tower is identical to the base model and vision behaviour should match ConicCat/Qwen3.5-27B-Writer-V2.

Provenance & verification

  • Merged on CPU in bfloat16 with safe_merge=True (per-layer NaN check).
  • Full adapter coverage verified before merge; trained language weights confirmed loaded (non-zero B).
  • Integrity verified by reloading the saved checkpoint and running a forward pass (finite logits).
  • See merge_manifest.json for exact base/adapter commits and library versions.

Usage

from transformers import AutoModelForImageTextToText, AutoProcessor
model = AutoModelForImageTextToText.from_pretrained("groxaxo/Qwevolution-V0-27B", dtype="bfloat16", device_map="auto")
processor = AutoProcessor.from_pretrained("groxaxo/Qwevolution-V0-27B")
Downloads last month
-
Safetensors
Model size
27B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for groxaxo/Qwevolution-V0-27B