AdityaNarayan/GLM-4.6-HS-LoRA-CurriculumLearning
09
GLM-4.6-HS-LoRA-CurriculumLearning
A LoRA fine-tuned version of GLM-4.6 (356B MoE) trained on the Hyperswitch codebase using Phased Curriculum Learning.
Model Description
This model is specifically trained to understand and assist with the Hyperswitch payment orchestration codebase. It was trained using a 3-phase curriculum learning approach on multi-node H200 GPUs with PyTorch FSDP.
Key Features
- ๐ฏ Domain-Specific: Trained exclusively on Hyperswitch Rust codebase
- ๐ Curriculum Learning: 3-phase progressive training (Foundation โ Evolution โ PR Mastery)
Training Details
Hardware Configuration
LoRA Configuration
Training Hyperparameters
Curriculum Learning Phases
The model was trained using a 3-phase curriculum learning approach, where each phase builds upon the previous:
Phase 1: Foundation (2 epochs)
Phase 2: Evolution (2 epochs)
Note: Higher loss in Phase 2 is expected due to the complexity of diff/commit patterns.
Phase 3: PR Mastery (1 epoch)
Training Summary
Citation
If you use this model, please cite:
@misc{glm46-hs-lora-curriculum,
title = {GLM-4.6-HS-LoRA-CurriculumLearning},
author = {Aditya Narayan},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/AdityaNarayan/GLM-4.6-HS-LoRA-CurriculumLearning}
}Acknowledgments
- Base model: GLM-4.6 by Zhipu AI
- Training framework: PyTorch FSDP + PEFT
- Dataset: Hyperswitch open-source repository by Juspay
