Commit History

Add merge script - run locally with HF_TOKEN set
f6140f9
verified

harshaperla commited on

Add merge script to create inference-ready model without ClippableLinear issues
0d9ccee
verified

harshaperla commited on

Training in progress, step 954
727e453
verified

harshaperla commited on

Training in progress, step 954
5efb325
verified

harshaperla commited on

Training in progress, step 500
6cf6062
verified

harshaperla commited on

Training in progress, step 500
443b7fa
verified

harshaperla commited on

Hardcode reduced sample limits (3500/4000) to fit A10G 8h timeout. Env vars keep old values on duplicated jobs.
1ab2b1c
verified

harshaperla commited on

Fix OOM: bs=1, accum=32, 1 epoch. Read sample limits from env (defaults: 3500/4000 for ~28K total to fit 8h)
7298af8
verified

harshaperla commited on

Fix OOM: bs=2, grad_accum=8, 1 epoch. Hardcode reduced samples (5K/4K) for A10G 8h fit
dd5439e
verified

harshaperla commited on

Speed up training: batch_size=4, grad_accum=8, 1 epoch (fits in 8h timeout on A10G)
a67a7eb
verified

harshaperla commited on

Fix: restore Gemma4ClippableLinear unwrapping + manual get_peft_model (PEFT throws ValueError on ClippableLinear modules)
5189b01
verified

harshaperla commited on

Fix training script: remove unnecessary Gemma4ClippableLinear unwrapping, pass peft_config to SFTTrainer, add disable_tqdm=True for clean logs
f632dd6
verified

harshaperla commited on

Add debug test script to isolate SFTTrainer creation issue
09b5969
verified

harshaperla commited on

Debug version with explicit logging and dataloader_num_workers=0
5e05b1e
verified

harshaperla commited on

Fix OOM: reduce max_length to 1024, LoRA rank to 32, add PYTORCH_CUDA_ALLOC_CONF
7a69276
verified

harshaperla commited on

Fix: Unwrap Gemma4ClippableLinear layers for PEFT LoRA compatibility
790a1aa
verified

harshaperla commited on

Fix: Use bf16 without 4-bit quantization to avoid Gemma4ClippableLinear PEFT incompatibility
f24bef6
verified

harshaperla commited on

Fix: Use AutoTokenizer instead of AutoProcessor for text-only training (avoids torchvision dependency)
dbe7d5e
verified

harshaperla commited on

Fix: Use tokenizer instead of full processor for Gemma4 text-only training
c1ba380
verified

harshaperla commited on

Add inference demo script
e7a93ff
verified

harshaperla commited on

Add comprehensive README for Indian language finetuning
ade9e40
verified

harshaperla commited on

Add Indian language finetuning script
f486ce0
verified

harshaperla commited on

initial commit
ba76a76
verified

harshaperla commited on