EthioLLM: Multilingual Large Language Models for Ethiopian Languages with Task Evaluation
Paper โข 2403.13737 โข Published
How to use EthioNLP/ethionlp_mt5_small with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("EthioNLP/ethionlp_mt5_small")
model = AutoModelForSeq2SeqLM.from_pretrained("EthioNLP/ethionlp_mt5_small")@article{tonja2024ethiollm, title={EthioLLM: Multilingual Large Language Models for Ethiopian Languages with Task Evaluation}, author={Tonja, Atnafu Lambebo and Azime, Israel Abebe and Belay, Tadesse Destaw and Yigezu, Mesay Gemeda and Mehamed, Moges Ahmed and Ayele, Abinew Ali and Jibril, Ebrahim Chekol and Woldeyohannis, Michael Melese and Kolesnikova, Olga and Slusallek, Philipp and others}, journal={arXiv preprint arXiv:2403.13737}, year={2024} }