Widget2Code Qwen3.5-27B SFT (merged BF16)

This repository contains full BF16 weights for a Widget2Code SFT model based on Qwen/Qwen3.5-27B. A rank-32 LoRA adapter (lora_alpha=64) was merged into the base model with PEFT merge_and_unload(safe_merge=True).

Artifact details

  • Base model: Qwen/Qwen3.5-27B
  • Format: Hugging Face Transformers safetensors
  • Saved parameters: 27,356,728,560
  • Weight dtype: BF16
  • Adapter training dataset name: widget2code_sft

merge_provenance.json records the base revision, adapter configuration, adapter hashes, merge environment, and audited tensor inventory. The saved weights contain no remaining LoRA tensors.

Usage

from transformers import AutoModelForImageTextToText, AutoProcessor

model_id = "Djanghao/widget2code-qwen3.5-27b-size-tools-merged-bf16"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForImageTextToText.from_pretrained(
    model_id,
    dtype="auto",
    device_map="auto",
)

Limitations

No standalone benchmark results are included in this model card. Users should evaluate the model on their target screenshot-to-code distribution before deployment.

Downloads last month
9
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 Djanghao/widget2code-qwen3.5-27b-size-tools-merged-bf16

Base model

Qwen/Qwen3.5-27B
Finetuned
(303)
this model