KnoxDevelopers/English-to-Kikuyu-language-translation-LoRA
013
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
English-to-Kikuyu-language-translation-LoRA
This model is a fine-tuned version of facebook/nllb-200-distilled-600M on the English-Kikuyu dataset. It achieves the following results on the evaluation set:
- Loss: 1.8012
Model description
A LoRA adapter for translating text from English to Kikuyu.
Intended uses & limitations
- Translate sentences, short and medium long paragraphs.
- Limited to translation tasks only.
- Limited output length (max length = 512)
Training and evaluation data
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0002
- trainbatchsize: 8
- evalbatchsize: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lrschedulertype: linear
- num_epochs: 5
- mixedprecisiontraining: Native AMP
Training results
Evaluation metrics
Framework versions
- PEFT 0.19.1
- Transformers 5.12.1
- Pytorch 2.11.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
