Translation
PEFT
Safetensors
Yoruba
English
Nigerian Pidgin
lora
yoruba
nigerian-pidgin
african-languages
qlora
Instructions to use Jesujuwon/HY-MT1.5-1.8B-yoruba-pidgin-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Jesujuwon/HY-MT1.5-1.8B-yoruba-pidgin-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tencent/HY-MT1.5-1.8B") model = PeftModel.from_pretrained(base_model, "Jesujuwon/HY-MT1.5-1.8B-yoruba-pidgin-lora") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": { | |
| "content": "<|hy_begin▁of▁sentence|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "<|hy_place▁holder▁no▁2|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": { | |
| "content": "<|hy_▁pad▁|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |