File size: 342 Bytes
cb8785d
 
 
 
 
 
1
2
3
4
5
6
7
NLLB-200 (distilled-600M) — Mizo Dictionary LoRA
Base model: facebook/nllb-200-distilled-600M
Direction tuned: eng_Latn -> lus_Latn (dictionary-style targets)
Usage (pseudocode): load base, then PeftModel.from_pretrained(base, this_adapter),
set forced_bos_token_id to tok.convert_tokens_to_ids('lus_Latn'), generate.
Pushed on 2025-11-12.