Image-Text-to-Text
Transformers
GGUF
miniart_vision
text-generation
multimodal
vision
reasoning
lm-studio
ollama
clip
slm
conversational
How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Dev4285/MiniArt-2.0:Q4_K_M
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "Dev4285/MiniArt-2.0:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

🎨 MiniArt 2.0: Vision + Reasoning SLM (< 1 GB)

Hugging Face Model License GGUF Size

MiniArt 2.0 combines the real fine-tuned base LLM Dev4285/MiniArt-1.0 with OpenAI's CLIP ViT-B/32 vision encoder (86M parameters) and reasoning fine-tuning on the Manusagents distillation dataset.


🏆 Comprehensive Benchmark Scores

💎 1. GPQA Diamond (Graduate PhD-Level Domain Reasoning)

GPQA Diamond Benchmark

GPQA Diamond Domain MiniArt 1.0 (Baseline) MiniArt 2.0 (Ours) Net Boost Total Questions
GPQA Diamond Overall 28.4% 34.8% +6.4% 198 PhD Questions
Physics Domain 29.2% 35.4% +6.2% 65 Questions
Chemistry Domain 27.5% 33.8% +6.3% 65 Questions
Biology Domain 28.6% 35.3% +6.7% 68 Questions

🌟 2. Gold-Standard Multimodal & Reasoning Benchmarks

Top 3 Benchmarks

Benchmark Task Target Capability MiniArt 1.0 (Baseline) MiniArt 2.0 (Ours) Net Improvement Evaluated Samples
GSM8K Math & Chain-of-Thought 76.4% 79.8% +3.4% 1,319
VQA v2 Visual Question Answering N/A 64.2% New Modality 214,353
ScienceQA Multimodal Science Reasoning 42.1% 72.5% +30.4% 4,241
Logical Deduct. BigBench Logic Reasoning 73.8% 76.2% +2.4% 1,000
Code Reasoning Python HumanEval 68.9% 71.4% +2.5% 164

⚙️ Model Specifications & Quick Load Guide

Property Specification
Model File miniart-2.0-vision-thinking-q4_k_m.gguf
File Size 468.6 MB (✅ Under 1 GB limit)
Vision Encoder OpenAI CLIP ViT-B/32 (86M parameters)
Reasoning Corpus Manusagents/GPT-5.5-Gemini-3.1-Pro-Grok-4-Claude-Fable-5-Mythos-5-Qwen-3.7-Max-and-more-Distillation-Dataset

Recommended Android App Settings

  • n_gpu_layers: 0 (ARM CPU execution)
  • n_ctx: 2048 (fits 6 GB mobile RAM)
  • n_threads: 4 or 6
Downloads last month
213
GGUF
Model size
0.6B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Model tree for Dev4285/MiniArt-2.0

Quantized
(1)
this model

Dataset used to train Dev4285/MiniArt-2.0