unsloth/LFM2-700M-GGUF
NewLiquid AI hybrid architecture via Unsloth. 700M params, 32K context, CPU-optimized. Built for narrow-scope agentic tasks: data extraction, RAG, multi-turn workflows.
Liquid AI hybrid architecture via Unsloth. 700M params, 32K context, CPU-optimized. Built for narrow-scope agentic tasks: data extraction, RAG, multi-turn workflows.
Microsoft Phi-4-mini distilled for edge reasoning. 3.8B params, 128K context, MIT license. Optimized for agentic tool-calling and multilingual tasks.
Alibaba Qwen3.5 2B edge-optimized model. Hybrid Gated DeltaNet+Attention architecture, 256K context, Apache 2.0. Built for tool-calling agents and multimodal workflows.
mistralai/Ministral-3-3B-Instruct-GGUF
Mistral AI edge-optimized 3.4B+0.4B vision model. Native function calling, JSON outputs, 256K context. Built for tool-using agentic pipelines.
To get started, install the `transformers` library:
pip install transformersThen, use the following snippet to load the model:
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "mistralai/Ministral-3-3B-Instruct-GGUF"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
# Your inference code here...Ministral-8B
Knowledge Distillation (Logits)
Flickr30k (Conceptual)
Multimodal Generation
| Metric | Student Model | Teacher Model |
|---|---|---|
| Model Size | 2.9GB | 8.5GB |
| BLEU Score | 28.5 | 30.1 |