Qwen3.5-35B-A3B-Base-8be64d30-Merged

This repository contains the Final Merged checkpoint from Together AI fine-tuning job ft-b042b356-9d1d, based on Qwen/Qwen3.5-35B-A3B-Base.

The weights are published in the standard Hugging Face Transformers format as 14 Safetensors shards with the accompanying config.json, tokenizer files, processor configuration, and shard index. The model configuration retains the Qwen-compatible chat template supplied in tokenizer_config.json.

Model overview

Property Value
Base model Qwen/Qwen3.5-35B-A3B-Base
Checkpoint Together AI Final Merged, step 40
Architecture Qwen3_5MoeForConditionalGeneration
Format Hugging Face Transformers / Safetensors
Pipeline Image-text-to-text

Loading with Transformers

from transformers import AutoProcessor, Qwen3_5MoeForConditionalGeneration

model_id = "RoseG/Qwen3.5-35B-A3B-Base-8be64d30-Merged"
processor = AutoProcessor.from_pretrained(model_id)
model = Qwen3_5MoeForConditionalGeneration.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)

License

This checkpoint follows the Apache-2.0 license of its base model. See the base model repository for its model documentation and license information.

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

Model tree for RoseG/Qwen3.5-35B-A3B-Base-8be64d30-Merged

Finetuned
(71)
this model