CoolFace
Modelpublic

theprint/ComputerScience-v1-2B-GGUF

sourceHugging Faceupdated 10d agoView on Hugging Face
1likes1.1kdownloads
Model Card

ComputerScience-v1-2B (GGUF)

A fine-tuned version of `unsloth/Qwen3.5-2B` trained on ComputerScience ML AI Chatml 7.0k 110926 train 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 ComputerScience ML AI Chatml 7.0k 110926 train dataset. Expect improved performance on tasks similar to those represented in the training data.

Model Details

PropertyValue
Base modelunsloth/Qwen3.5-2B
Training datadata/ComputerScience-ML-AI-Chatml-7.0k-110926_train.json
Fine-tuning epochs2
Fine-tuning date2026-09-12
Fine-tuning methodLoRA (merged to full 16-bit)

Training Hyperparameters

LoRA

ParameterValue
r4
alpha8
dropout0.02
target_modules['q_proj', 'v_proj', 'k_proj', 'o_proj', 'gate_proj', 'up_proj', 'down_proj']

Training

ParameterValue
learning_rate0.0005
batch_size4
gradient_accumulation_steps1
warmup_ratio0.0
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
ComputerScience-v1-2B-GGUF-BF16.ggufBF16
ComputerScience-v1-2B-GGUF-Q8_0.gguf8-bit — near-lossless, larger file
ComputerScience-v1-2B-GGUF-Q6_K.gguf6-bit — high quality
ComputerScience-v1-2B-GGUF-Q5_K_M.gguf5-bit medium — good quality/size balance
ComputerScience-v1-2B-GGUF-Q5_K_S.ggufQ5KS
ComputerScience-v1-2B-GGUF-Q4_K_M.gguf4-bit medium — recommended for most use cases
ComputerScience-v1-2B-GGUF-Q4_K_S.ggufQ4KS
ComputerScience-v1-2B-GGUF-Q3_K_L.ggufQ3KL
ComputerScience-v1-2B-GGUF-Q3_K_M.ggufQ3KM
ComputerScience-v1-2B-GGUF-Q3_K_S.ggufQ3KS
ComputerScience-v1-2B-GGUF-Q2_K.gguf2-bit — smallest size, lowest quality
ComputerScience-v1-2B-GGUF-IQ4_XS.ggufIQ4_XS
ComputerScience-v1-2B-GGUF-IQ4_NL.ggufIQ4_NL
ComputerScience-v1-2B-GGUF-TQ2_0.ggufTQ2_0

Generated by [Auto-SFT](https://github.com/theprint/auto-sft) — automated LoRA fine-tuning with hyperparameter search.