Similar Models

Qwopus3.5-4B-v3 (Act-Then-Refine Agent)

Jackrong/Qwopus3.5-4B-v3-GGUF

Reasoning-enhanced Qwen3.5-4B fine-tuned for "act-then-refine" agentic workflows. Tool-calling RL, structural reasoning optimization, HumanEval 75.61%.

How to Use

To get started, install the `transformers` library:

pip install transformers

Then, use the following snippet to load the model:

from transformers import AutoTokenizer, AutoModelForCausalLM

model_id = "Jackrong/Qwopus3.5-4B-v3-GGUF"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

# Your inference code here...

Available Versions

Tag / VariantSizeFormatDownload
Jackrong/Qwopus3.5-4B-v3-GGUF:Q4_K_M2.71GBGGUFLink
Jackrong/Qwopus3.5-4B-v3-GGUF:Q5_K_M3.07GBGGUFLink
Jackrong/Qwopus3.5-4B-v3-GGUF:Q8_04.48GBGGUFLink

Model Details

Teacher Model

Qwen/Qwen3.5-4B

Distillation Method

Knowledge Distillation (Logits)

Training Dataset

Flickr30k (Conceptual)

Primary Task

Multimodal Generation

Performance Metrics (Example)

MetricStudent ModelTeacher Model
Model Size2.71GB8.5GB
BLEU Score28.530.1