CoolFace
Modelpublic

tinyopsec/llama-3.2-1b-instruct-fine-tuned-GGUF

sourceHugging Faceapache-2.0updated 10d agoView on Hugging Face
0likes1.6kdownloads
Model Card

llama-3.2-1b-instruct-fine-tuned GGUF

GGUF quantizations of ai-nexuz/llama-3.2-1b-instruct-fine-tuned.

Fine-tuned version of meta-llama/Llama-3.2-1B-Instruct on the kanhatakeyama/wizardlm8x22b-logical-math-coding-sft dataset. Specializes in logical reasoning, mathematics, and code generation.


Quantization Table

FileBitsSizeUse Case
model_f16.gguf16~2.5 GBMaximum quality, reference
model_q8_0.gguf8~1.3 GBBest quality / size tradeoff
model_q6_k.gguf6~1.0 GBHigh quality
model_q5_k_m.gguf5~0.9 GBRecommended
model_q5_k_s.gguf5~0.85 GBSlightly smaller Q5
model_q4_k_m.gguf4~0.75 GBGood balance
model_q4_k_s.gguf4~0.70 GBSmaller Q4
model_q3_k_l.gguf3~0.60 GBLow RAM, large variant
model_q3_k_m.gguf3~0.57 GBLow RAM
model_q3_k_s.gguf3~0.53 GBMinimum RAM Q3
model_q2_k.gguf2~0.45 GBExtreme compression

VRAM Requirements

QuantMin VRAM
F164 GB
Q8_02 GB
Q4KM1.5 GB
Q2_K1 GB

Usage

llama.cpp

bash
./llama-cli -m model_q4_k_m.gguf -p "Solve: 2x + 5 = 13" -n 256

llama-cpp-python

python
from llama_cpp import Llama
llm = Llama(model_path="model_q4_k_m.gguf", n_ctx=2048)
output = llm("Solve: 2x + 5 = 13", max_tokens=256)
print(output["choices"][0]["text"])

LM Studio

Search tinyopsec/llama-3.2-1b-instruct-fine-tuned-GGUF in the model browser.

Ollama

bash
ollama run hf.co/tinyopsec/llama-3.2-1b-instruct-fine-tuned-GGUF:Q4_K_M

Original Model

ai-nexuz/llama-3.2-1b-instruct-fine-tuned