Image-Text-to-Text
Transformers
GGUF
miniart_vision
text-generation
multimodal
vision
reasoning
lm-studio
ollama
clip
slm
conversational
MiniArt-2.0 / README.md
Dev4285's picture
Sync all benchmark score tables and visual plots
3038ce4 verified
|
Raw
History Blame Contribute Delete
2.96 kB
---
license: apache-2.0
base_model: Dev4285/MiniArt-1.0
tags:
- image-text-to-text
- multimodal
- vision
- reasoning
- gguf
- lm-studio
- ollama
- clip
- slm
datasets:
- Manusagents/GPT-5.5-Gemini-3.1-Pro-Grok-4-Claude-Fable-5-Mythos-5-Qwen-3.7-Max-and-more-Distillation-Dataset
pipeline_tag: image-text-to-text
library_name: transformers
---
# 🎨 MiniArt 2.0: Vision + Reasoning SLM (< 1 GB)
[![Hugging Face Model](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue.svg)](https://huggingface.co/Dev4285/MiniArt-2.0)
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)
[![GGUF Size](https://img.shields.io/badge/Model%20Size-468.6MB-orange.svg)](#-model-specifications)
**MiniArt 2.0** combines the real fine-tuned base LLM [`Dev4285/MiniArt-1.0`](https://huggingface.co/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](assets/gpqa_diamond_benchmark.png)
| 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](assets/top3_benchmarks.png)
| 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`