deepak_resume_dataset.json in your working folder.finetune_gemma_unsloth.py and set LOCAL_MODEL_PATH to your gemma files.python finetune_gemma_unsloth.py (watch VRAM; adjust 4bit / batch if necessary).gguf_model folder for .gguf.Modelfile that points to that .gguf file and run:
ollama create my-gemma -f Modelfileollama run my-gemmaollama run or via Ollama GUI if installed.ModelfileCreate a file named Modelfile (no extension):
FROM C:\full\path\to\gguf_model\gemma3_270m_q4_k_m.gguf
SYSTEM You are a resume assistant fine-tuned on a specific resume. Answer based on the resume content only.
Then ollama create gemma-resume -f Modelfile.