CoolFace
Modelpublic

theprint/GameMaster-v1-2B-GGUF

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes792downloads
Model Card

GameMaster-v1-2B (GGUF)

A fine-tuned version of `unsloth/Qwen3.5-2B` trained on GameMastering sharegpt data using Auto-SFT — an automated hyperparameter search and supervised fine-tuning pipeline.

The base model was adapted to follow the style and content of the GameMastering sharegpt dataset. Expect improved performance on tasks similar to those represented in the training data.

Model Details

PropertyValue
Base modelunsloth/Qwen3.5-2B
Training datadata/GameMastering-sharegpt.json
Fine-tuning epochs2
Fine-tuning date2026-07-19
Fine-tuning methodLoRA (merged to full 16-bit)

Training Hyperparameters

LoRA

ParameterValue
r4
alpha16
dropout0.04
target_modules['q_proj', 'v_proj', 'k_proj', 'o_proj']

Training

ParameterValue
learning_rate1e-05
batch_size4
gradient_accumulation_steps8
warmup_ratio0.03
max_seq_length2048
quantizationnone

GGUF Files

These quantized GGUF files can be used directly with llama.cpp, Ollama, LM Studio, and other compatible runtimes.

FileDescription
GameMaster-v1-2B-GGUF-BF16.ggufBF16
GameMaster-v1-2B-GGUF-Q8_0.gguf8-bit — near-lossless, larger file
GameMaster-v1-2B-GGUF-Q6_K.gguf6-bit — high quality
GameMaster-v1-2B-GGUF-Q5_K_M.gguf5-bit medium — good quality/size balance
GameMaster-v1-2B-GGUF-Q5_K_S.ggufQ5KS
GameMaster-v1-2B-GGUF-Q4_K_M.gguf4-bit medium — recommended for most use cases
GameMaster-v1-2B-GGUF-Q4_K_S.ggufQ4KS
GameMaster-v1-2B-GGUF-Q3_K_L.ggufQ3KL
GameMaster-v1-2B-GGUF-Q3_K_M.ggufQ3KM
GameMaster-v1-2B-GGUF-Q3_K_S.ggufQ3KS
GameMaster-v1-2B-GGUF-Q2_K.gguf2-bit — smallest size, lowest quality
GameMaster-v1-2B-GGUF-IQ4_XS.ggufIQ4_XS
GameMaster-v1-2B-GGUF-IQ4_NL.ggufIQ4_NL
GameMaster-v1-2B-GGUF-TQ2_0.ggufTQ2_0

Generated by [Auto-SFT](https://github.com/theprint/auto-sft)