Text Generation
PEFT
Safetensors
Rust
English
Hyperswitch
LoRA
CPT
Causal-LM
code-generation
phased-training
multiNode-training
curriculum-learning
FSDP
conversational
Instructions to use AdityaNarayan/GLM-4.6-HS-LoRA-CurriculumLearning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AdityaNarayan/GLM-4.6-HS-LoRA-CurriculumLearning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("zai-org/GLM-4.6") model = PeftModel.from_pretrained(base_model, "AdityaNarayan/GLM-4.6-HS-LoRA-CurriculumLearning") - Notebooks
- Google Colab
- Kaggle
Ctrl+K