Views
No views yet
Qwen2.5-0.5B-Instruct) on the same data. The scratch model does not reach coherent output. This repository includes the raw evaluation transcripts so that claim can be checked directly rather than taken on faith.| Checkpoint | Filename says | Measured parameters | Architecture |
|---|---|---|---|
weights/stage1_pretrained.pt | (pretraining stage) | 26.75M | dim 384, 8 layers, vocab 16,384 |
weights/model_125m_final.pt | "125M" | 13.50M | dim 256, 6 layers, vocab 16,384 |
FOUNDATIONAL_MODEL_EPIC/docs/IMPLEMENTATION_PLAN_AND_DIAGNOSIS.md on the GitHub repo). The fix was to shrink the architecture to roughly 30M parameters and add a better tokenizer; the final published checkpoint went smaller still, to 13.5M, but kept the "125m" filename from the original abandoned attempt.namaste, aap kaise hain?): "insan namaste namastermpt namasteonon namaste rachanatmakata!! prakata! nahi! premachamda!..."Qwen2.5-0.5B-Instruct comparison model produces fluent, grammatical sentences, a real and meaningful difference from the scratch model. It is not reliably accurate: of its 20 evaluation responses, roughly 2 are both fluent and correct. Most either don't answer the question asked, state something factually wrong, or hallucinate unrelated content, and one response degenerates into the same kind of repetition loop the scratch model exhibits throughout. The specific example often cited for this comparison, "what was Arjuna's bow called," gets answered without ever naming the bow (Gandiva) and with a factually wrong attribution.eval/evaluation_results.json and eval/evaluation_0.5b_epic_results.json), along with the analysis of why the fine-tuned model gets so many answers wrong (a training-data task-format mismatch, not a fundamental limitation).weights/hinglish_125m.gguf: quantized GGUF export of model_125m_final.pt for Ollama.weights/stage1_pretrained.pt: pretraining-stage checkpoint (81.8 MB on disk, 26.75M parameters).weights/model_125m_final.pt: final checkpoint after instruction tuning (37.2 MB on disk, 13.50M parameters).FOUNDATIONAL_MODEL_EPIC/: code, tokenizer, training scripts, and evaluation transcripts. Mirrored and kept current on GitHub.Foundational_Model_Scratch_Training_on_Ramayana_Mahabharata.pptx: presentation deck.