Similar Models

Phi-4-mini-instruct (3.8B Reasoning)

unsloth/Phi-4-mini-instruct-GGUF

Microsoft Phi-4-mini distilled for edge reasoning. 3.8B params, 128K context, MIT license. Optimized for agentic tool-calling and multilingual tasks.

How to Use

To get started, install the `transformers` library:

pip install transformers

Then, use the following snippet to load the model:

from transformers import AutoTokenizer, AutoModelForCausalLM

model_id = "unsloth/Phi-4-mini-instruct-GGUF"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

# Your inference code here...

Available Versions

Tag / VariantSizeFormatDownload
unsloth/Phi-4-mini-instruct-GGUF:Q4_K_M2.8GBGGUFLink
unsloth/Phi-4-mini-instruct-GGUF:Q5_K_S3.2GBGGUFLink

Model Details

Teacher Model

Phi-4-14B

Distillation Method

Knowledge Distillation (Logits)

Training Dataset

Flickr30k (Conceptual)

Primary Task

Multimodal Generation

Performance Metrics (Example)

MetricStudent ModelTeacher Model
Model Size2.8GB8.5GB
BLEU Score28.530.1