Views
No views yet
llama.cpp and Ollama. Smaller sibling of helenk/gemma-4-E4B-finetune-GGUF — same training corpus and recipe, lower memory footprint.unsloth/gemma-4-E2B-ithelenk/gemma-4-E2B-lora — Unsloth fine-tune on Kaggle T4helenk/gemma-4-E2B-finetunepeft.merge_and_unload → llama.cpp/convert_hf_to_gguf.py → llama-quantize Q4_K_Mollama pull hf.co/helenk/gemma-4-E2B-finetune-GGUFModelfile:FROM /path/to/gemma-4-E2B-offlineaid-Q4_K_M.gguf
RENDERER gemma4
PARSER gemma4
PARAMETER num_ctx 32768
PARAMETER stop "<turn|>"
PARAMETER temperature 0.0ollama create offlineaid-e2b -f Modelfile
ollama run offlineaid-e2b./llama-cli \
-m gemma-4-E2B-offlineaid-Q4_K_M.gguf \
-p "Answer in Simplified Chinese.\n\nQUESTION: ..." \
--temp 0.0 -n 256helenk/gemma-4-E4B-finetune-GGUF for the full methodology and the headline result (fine-tune + RAG raises overall multilingual format-OK from 53.2% → 70.3% vs stock + RAG, with AR format-OK +32.4 pp / 2.5×). Both E2B and E4B share identical training data, recipe, and quantization chain.helenkwok/offlineaid) is CC-BY-4.0.helenk/gemma-4-E2B-finetunehelenk/gemma-4-E2B-lorahelenk/gemma-4-E4B-finetune-GGUF