ermiaazarkhalili/FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth-GGUF overview
FastContext 4B SFT base Function Calling xLAM Unsloth GGUF GGUF quantizations of FastContext 4B SFT base Function Calling xLAM Unsloth https://huggingface.co/e…
Runs locally from ~1.55 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| fastcontext-4b-sft_base-function-calling-xlam-unsloth.q2_k.gguf | GGUF | GGUF | 1.55 GB | Download |
| fastcontext-4b-sft_base-function-calling-xlam-unsloth.q3_k_m.gguf | GGUF | GGUF | 1.93 GB | Download |
| fastcontext-4b-sft_base-function-calling-xlam-unsloth.q4_k_m.gguf | GGUF | GGUF | 2.33 GB | Download |
| fastcontext-4b-sft_base-function-calling-xlam-unsloth.q5_k_m.gguf | GGUF | GGUF | 2.69 GB | Download |
| fastcontext-4b-sft_base-function-calling-xlam-unsloth.q6_k.gguf | GGUF | GGUF | 3.08 GB | Download |
| fastcontext-4b-sft_base-function-calling-xlam-unsloth.q8_0.gguf | GGUF | GGUF | 3.99 GB | Download |
Model Details
| Model ID | ermiaazarkhalili/FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth-GGUF |
|---|---|
| Author | ermiaazarkhalili |
| Pipeline | text-generation |
| License | mit |
| Base model | ermiaazarkhalili/FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth |
| Last modified | 2026-06-22T11:07:31.000Z |
Model README
---
license: mit
language:
- en
library_name: gguf
pipeline_tag: text-generation
tags:
- gguf
- llama.cpp
- quantized
- qwen3
- function-calling
- unsloth
- text-generation
base_model: ermiaazarkhalili/FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth
datasets:
- Salesforce/xlam-function-calling-60k
---
FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth-GGUF
GGUF quantizations of FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth for CPU and edge inference with llama.cpp, Ollama, LM Studio, and other GGUF runtimes.
This model is a fine-tune of FastContext-1.0-4B-SFT for function calling, trained with Unsloth on Salesforce/xlam-function-calling-60k.
- Full-precision model: FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth
- Base model: FastContext-1.0-4B-SFT
- Parameters: 4B
Available Quantizations
| Quant | Size | Recommended Use | File |
|-------|------|-----------------|------|
| Q2_K | 1.67 GB | Smallest, lowest quality — quick tests / very constrained devices | fastcontext-4b-sft_base-function-calling-xlam-unsloth.q2_k.gguf |
| Q3_K_M | 2.08 GB | Small, acceptable quality | fastcontext-4b-sft_base-function-calling-xlam-unsloth.q3_k_m.gguf |
| Q4_K_M | 2.50 GB | Recommended — best size/quality balance | fastcontext-4b-sft_base-function-calling-xlam-unsloth.q4_k_m.gguf |
| Q5_K_M | 2.89 GB | High quality, larger | fastcontext-4b-sft_base-function-calling-xlam-unsloth.q5_k_m.gguf |
| Q6_K | 3.31 GB | Very high quality, near-fp16 | fastcontext-4b-sft_base-function-calling-xlam-unsloth.q6_k.gguf |
| Q8_0 | 4.28 GB | Near-lossless, largest | fastcontext-4b-sft_base-function-calling-xlam-unsloth.q8_0.gguf |
Q4_K_M is the recommended default for most users.
Usage
Download a single quant
pip install -U "huggingface_hub[cli]"
hf download ermiaazarkhalili/FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth-GGUF \
--include "*q4_k_m*.gguf" --local-dir ./FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth-GGUF
llama.cpp
# build: https://github.com/ggerganov/llama.cpp
./llama-cli -m ./FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth-GGUF/fastcontext-4b-sft_base-function-calling-xlam-unsloth.q2_k.gguf \
-p "Check if the numbers 8 and 1233 are powers of two." -n 512
Ollama
ollama run hf.co/ermiaazarkhalili/FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth-GGUF:Q4_K_M "Check if the numbers 8 and 1233 are powers of two."
Training Outcome
| Metric | Value |
|--------|-------|
| SLURM Job ID | 45169148 |
| Runtime | 2h 02m 55s |
| Final Training Loss | 0.2301 |
| Peak VRAM | 14.52 GB |
| GPU | H100 80GB HBM3 (MIG 3g.40gb) |
License
MIT — see the base model for full terms.
Acknowledgments
- Unsloth for 2x faster fine-tuning
- llama.cpp for GGUF quantization
- Base model developers (microsoft)
- Compute Canada / DRAC for HPC resources
Run ermiaazarkhalili/FastContext-4B-SFT_base-Function-Calling-xLAM-Unsloth-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models