GGUF quantizations of a LoRA fine-tune of
microsoft/FastContext-1.0-4B-SFT, supervised fine-tuned on
ermiaazarkhalili/Fable-5-Glint-Clean (private).
Quantized from
ermiaazarkhalili/FastContext-4B-SFT_base-SFT-Fable5-Glint. See that repository for the full-precision weights.
1huggingface-cli download ermiaazarkhalili/FastContext-4B-SFT_base-SFT-Fable5-Glint-GGUF fastcontext-4b-sft_base-sft-fable5-glint.q4_k_m.gguf --local-dir .
2llama-cli -m fastcontext-4b-sft_base-sft-fable5-glint.q4_k_m.gguf -p "Explain gradient checkpointing in two sentences." -n 256
1echo 'FROM ./fastcontext-4b-sft_base-sft-fable5-glint.q4_k_m.gguf' > Modelfile
2ollama create fastcontext-4b-sft_base-sft-fable5-glint-gguf -f Modelfile
3ollama run fastcontext-4b-sft_base-sft-fable5-glint-gguf
Measured from our SLURM logs for this configuration. These are training-loss
observations only — no downstream benchmark evaluation has been run on this
model, so they should not be read as a quality claim.