Qwento-Agentic

⚠️ Test run. This is an early experimental checkpoint, not a finished model.

A QLoRA fine-tune merged into BF16, built on top of Qwen/Qwen-AgentWorld-35B-A3B (a Qwen3.5 MoE: 35B total / ~3B active, hybrid DeltaNet linear-attention + full-attention, 256 experts). It was trained on a curated set of publicly available datasets and is designed for coding tasks.

What this is

  • Type: test run — a single short curriculum stage (2K sequence length), early checkpoint.
  • Method: QLoRA (rank 16, α 32) applied to the model's sequence-mixing path (full-attention q/k/v/o + linear-attention input/output projections across all 40 layers), then merged into the BF16 base weights. The 256 MoE experts were left frozen.
  • Format: BF16 safetensors, drop-in with 🤗 Transformers / vLLM (same architecture and tokenizer as the base).

Training data (curated, publicly available)

A token-balanced blend of cleaned public datasets:

Source Focus
Jackrong/Claude-opus-4.7-TraceInversion-5000x reasoning / trace-inversion problem solving
lordx64/reasoning-distill-claude-opus-4-7-max high-quality reasoning traces
lordx64/reasoning-distill-opus-4-7-max-sft instruction-style reasoning SFT
Infatoshi/kernelbench-mega-traces GPU-kernel coding traces
Glint-Research/fable-5-traces multi-turn agentic coding (tool use)

All sources were structurally cleaned and quality-filtered before mixing.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer
m = AutoModelForCausalLM.from_pretrained(
    "groxaxo/Qwento-Agentic", torch_dtype="bfloat16", device_map="auto", trust_remote_code=True)
tok = AutoTokenizer.from_pretrained("groxaxo/Qwento-Agentic")

Limitations

This is a preliminary test checkpoint from a short training run; it has not been benchmarked and should be treated as experimental. It inherits the license and any usage restrictions of the base model (Qwen/Qwen-AgentWorld-35B-A3B).

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

Model tree for groxaxo/Qwento-Agentic

Finetuned
(5)
this model
Quantizations
1 model