Fine-tuned Gemma 4 E2B (2.3B params) on NCERT socratic dialogue data.
This model is compatible with llama.cpp and Ollama. Download the GGUF file from the Files tab, or use the HuggingFace Hub API:
1from huggingface_hub import hf_hub_download
2path = hf_hub_download(repo_id='rajasingh012/vidya-gemma4-e2b-gguf',
3 filename='gemma-4-e2b-it-pretrained.Q4_K_M.gguf')
This model powers the Vidya Android app (NCERT Socratic tutoring chatbot).
See:
https://github.com/rajasingh012/vidya-android
Trained via Unsloth FastModel API on Kaggle GPU (T4 x2).
Full training logs and data pipeline available in the ncert-wiki repository.