unsloth/Phi-4-mini-instruct-GGUF
NewMicrosoft Phi-4-mini distilled for edge reasoning. 3.8B params, 128K context, MIT license. Optimized for agentic tool-calling and multilingual tasks.
Microsoft Phi-4-mini distilled for edge reasoning. 3.8B params, 128K context, MIT license. Optimized for agentic tool-calling and multilingual tasks.
Reasoning-enhanced Qwen3.5-4B fine-tuned for "act-then-refine" agentic workflows. Tool-calling RL, structural reasoning optimization, HumanEval 75.61%.
Unified 3B open-source model from Boss Zhipin. 128K context, Apache 2.0. Specialized for agentic workflows, code generation, and multi-step reasoning with tool-calling support.
unsloth/Phi-4-mini-reasoning-GGUF
Microsoft Phi-4-mini distilled for step-by-step reasoning. 3.8B params, 128K context, MIT license. Unsloth bug-fixed GGUF for reliable agentic tool-calling.
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 = "unsloth/Phi-4-mini-reasoning-GGUF"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
# Your inference code here...Phi-4-14B-Reasoning
Knowledge Distillation (Logits)
Flickr30k (Conceptual)
Multimodal Generation
| Metric | Student Model | Teacher Model |
|---|---|---|
| Model Size | 2.49GB | 8.5GB |
| BLEU Score | 28.5 | 30.1 |