Qwen3.5-27B-SFT

Qwen3.5-27B-SFT is a supervised fine-tuned checkpoint derived from Qwen/Qwen3.5-27B and associated with the Recursive Task Synthesis project.

Related resources

Usage

from transformers import AutoModelForMultimodalLM, AutoProcessor

model_id = "Zhongzhi1228/Qwen3.5-27B-SFT"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForMultimodalLM.from_pretrained(
    model_id,
    device_map="auto",
    torch_dtype="auto",
)

License

The fine-tuned checkpoint weights and original repository contributions are released under the Creative Commons Attribution 4.0 International License. See LICENSE for the complete legal text.

This checkpoint is derived from Qwen/Qwen3.5-27B, which is licensed under Apache License 2.0. The unmodified base-model license is preserved in LICENSE.base-model and continues to apply to base-model components. The CC BY 4.0 grant does not supersede applicable base-model or other third-party terms.

The associated training-data repositories document their own upstream attribution and modification notices.

This license covers the original contributions and adaptations that the publisher has authority to license. It does not grant rights over third-party materials beyond what is permitted by their original terms. No endorsement by an upstream author or organization is implied.

Downloads last month
20
Safetensors
Model size
28B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Zhongzhi1228/Qwen3.5-27B-SFT

Base model

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

Collection including Zhongzhi1228/Qwen3.5-27B-SFT