SAVRN
Search Contact SAVRN

Open-weight model · Text generation

DualMind-TKD-Agentic-1.7B

by Convergent Intelligence reaperdoesntknow/DualMind-TKD-Agentic-1.7B

DualMind TKD Agentic 1.7B is a two-stage derivative of Qwen/Qwen3-1.7B. It combines topology-guided mathematical knowledge distillation with assistant-masked agentic and function-calling specialization.

Parameters1.7B
Context40,960
Weights6.9 GB
Licenseother
AccessOpen weights
Monthly Downloads3.2k

Runs On

What it takes to serve DualMind-TKD-Agentic-1.7B (1.7B parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 3.4 GB 4.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 1.7 GB 2.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.9 GB 1.0 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

DualMind TKD Agentic 1.7B is a two-stage derivative of Qwen/Qwen3-1.7B. It combines topology-guided mathematical knowledge distillation with assistant-masked agentic and function-calling specialization. teacher distillation topology, gap-energy diagnostics, and phase-weighted Explore/Examine/Response supervision Stage 1 was designed to transfer mathematical reasoning behavior while placing additional learning pressure on derivation, verification, and high-discrepancy reasoning transitions. - Tool schemas, user messages, and tool-result messages were visible as context but excluded from direct loss - Mathematical replay was mixed into Stage 2 to reduce catastrophic forgetting The files in…

Excerpt from the card by Convergent Intelligence, licensed other.

Configuration

Architecture
Qwen3ForCausalLM
Context length (tokens)
40,960
Layers
28
Hidden size
2,048
Feed-forward size
6,144
Attention heads
16
Key/value heads
8
Head dimension
128
Vocabulary size
151,936
Model type
qwen3

Identity and Version

Repository
reaperdoesntknow/DualMind-TKD-Agentic-1.7B
Publisher
Convergent Intelligence
Task
Text generation
Modality
Text
Library
transformers
Parameters
1.7B parameters
Languages
en
Revision
d22b1bc05cc09e9e3278fcdd9136dd996202628d
First published
2026-07-12
Last updated
2026-09-18

Files and Weights

15 files, 6.9 GB in total. The weights are 1 file totalling 6.9 GB in safetensors.

Weights1 file · 6.9 GB
Configuration7 files · 42.7 KB
Tokenizer2 files · 11.4 MB
Documentation1 file · 4.0 KB
Other3 files · 74.4 KB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
model.safetensorsWeights6.9 GB c3f6b13ea36d
config.jsonConfiguration1.4 KB
generation_config.jsonConfiguration188 B
release_manifest.jsonConfiguration983 B
training_artifacts/DualMind100_agentic_trainer_state.jsonConfiguration24.1 KB
training_artifacts/DualMind100_config.jsonConfiguration2.7 KB
training_artifacts/config.jsonConfiguration2.7 KB
training_artifacts/trainer_state.jsonConfiguration10.6 KB
README.mdDocumentation4.0 KB
chat_template.jinjaOther4.2 KB
training_artifacts/DualMind100_train_log.jsonlOther35.1 KB
training_artifacts/train_log.jsonlOther35.1 KB
.gitattributesRepository1.6 KB
tokenizer.jsonTokenizer11.4 MB be75606093db
tokenizer_config.jsonTokenizer693 B

License and Download

License
other
Access
Open weights, no gate
Download size
6.9 GB
Download from Convergent Intelligence

Released by Convergent Intelligence through its official repository on Hugging Face.

Built From

  • Derived from Qwen/Qwen3-1.7B
  • Trained on (disclosed) 0xZee/dataset-CoT-Advanced-Calculus-268
  • Trained on (disclosed) NousResearch/hermes-function-calling-v1

Memory Requirements

PrecisionWeights in memory
As published6.9 GB
16-bit3.4 GB
8-bit1.7 GB
4-bit0.9 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About DualMind-TKD-Agentic-1.7B

How much GPU memory does DualMind-TKD-Agentic-1.7B need?

About 4.1 GB at 16-bit and 1 GB at 4-bit: the weights (1.7B parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run DualMind-TKD-Agentic-1.7B on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

What license is DualMind-TKD-Agentic-1.7B released under?

other, as its publisher declares it. Read the license text before commercial use.

What is DualMind-TKD-Agentic-1.7B's context length?

40,960 tokens, from the maximum position embeddings in its published configuration.

Similar Models

Model · Text generation

Qwen3-1.7B-Base

Qwen

Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Building upon extensive advancements in training data, model architecture, and optimization techniques, Qwen3 delivers the following key improvements over the previously released Qwen2.5: Qwen3-1.7B-Base has the following features: For more details, including benchmark evaluation, hardware requirements, and inference performance, please refer to our blog, GitHub, and Documentation. The code of Qwen3 has been in the latest Hugging Face transformers and we advise you to use the latest version of transformers. With transformers<4.51.0, you will…

Open weights apache-2.0 1.7B parameters 32,768 tokens transformers

Model · Text generation

dQwen3-1.7B-Base

IFML

A masked diffusion language model adapted from Qwen3-1.7B. The backbone is full attention, and every layer is made bidirectional. It is the control model in the paper's matched comparison against the hybrid dQwen3.5-2B. This is a base model, with no instruction tuning. Paper: dQwen3.5: Hybrid-Attention Diffusion Language Models. Code: https://github.com/AntonXue/dQwen Needs a CUDA GPU and transformers>=5.13 (tested with torch 2.7.1+cu128, flash-linear-attention 0.5.1). generate decodes the whole canvas at once, committing positions above a confidence threshold (tau=0.9); pass blocklength=32 for left-to-right block decoding, or tau=None, stepsperblock=k for a fixed budget. The 50B-token…

Open weights apache-2.0 1.7B parameters 40,960 tokens transformers

Model · Text generation

qwen3-1.7b-grpo

Yu

This model is a fine-tuned version of None. It has been trained using TRL. This model was trained with GRPO, a method introduced in DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models.

Open weights 1.7B parameters 40,960 tokens transformers

Model · Text generation

Shepherd-Alpha

Convergent Intelligence

The first defense AI reasoning model on Hugging Face. Shepherd-Alpha is a tactical reasoning model fine-tuned on dual-perspective military scenario analysis using BiCell Depth Dispersal — a novel training methodology that partitions transformer layers by abstraction depth and trains them asymmetrically to separate representation encoding from task-specific reasoning. Developed by Convergent Intelligence LLC: Research Division Given a tactical scenario, Shepherd-Alpha produces structured dual-perspective analysis: - Attack reasoning — how an adversary would exploit the situation - Defense reasoning — how to counter, mitigate, and survive The model is trained to think like both attacker and…

Open weights apache-2.0 1.7B parameters 40,960 tokens transformers

Model · Text generation

Bonsai-27B-mlx-1bit

Prism ML

Full 27B-class reasoning in binary transformer weights — the first 27B-class model to run on a phone - ~3.9 GB deployed footprint (down from ~54 GB FP16) — fits within the per-app memory budget of a high-end phone such as the iPhone 17 Pro Max - Retains thinking, reasoning, and agentic behavior deep in the sub-4-bit regime, where conventional low-bit representations collapse — 76.11 average across 15 thinking-mode benchmarks (89.5% of FP16), including math at 91.66 and coding at 81.88 - End-to-end binary language weights across embeddings, attention projections, MLP projections, and LM head, at a true 1.125 bits per weight — no high-precision escape hatches behind a low-bit label; the…

Open weights apache-2.0 1.7B parameters 262,144 tokens mlx

A fast and efficient ~1.5B model optimized for CPU inference. The model was refactored with BitNet features and an updated tokenizer that includes new Routing, Tool call, and Robotics tags. Built on a redesigned DeepSeek R1 architecture with native ternary (BitNet-style) support and ready-to-run GGUF quantizations. - JiRack is a cloud-ready model that helps save money on cloud infrastructure. It can be used as an expert model in RAG deployments, with the ONNX JiRack Java server as an alternative. - Benefits high quality CPU inference TQ2 on Llama.cpp and Ollama via QAT - Robotcs, Routing, Coding, Multimedia, Advanced tool calling via CMSManhattan/JiRackPrecisionTokenizer - We are working to…

Open weights mit 1.8B parameters 131,072 tokens