Translation
PEFT
Safetensors
English
Amharic
african-languages
scientific-translation
afriscience-mt
lora
causal-lm
Eval Results (legacy)
Instructions to use dsfsi/tiny_aya_earth-lora-r4-eng-amh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dsfsi/tiny_aya_earth-lora-r4-eng-amh with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("CohereLabs/tiny-aya-earth") model = PeftModel.from_pretrained(base_model, "dsfsi/tiny_aya_earth-lora-r4-eng-amh") - Notebooks
- Google Colab
- Kaggle
Ctrl+K