Image-Text-to-Text
Transformers
GGUF
miniart_vision
text-generation
multimodal
vision
reasoning
lm-studio
ollama
clip
slm
conversational
How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "Dev4285/MiniArt-2.0" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Dev4285/MiniArt-2.0",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "Dev4285/MiniArt-2.0" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Dev4285/MiniArt-2.0",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
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
-
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