Instructions to use EthioNLP/ethionlp_mt5_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update
Browse files
README.md
CHANGED
|
@@ -11,7 +11,8 @@ language:
|
|
| 11 |
### Citation Information
|
| 12 |
|
| 13 |
@article{tonja2024ethiollm,
|
| 14 |
-
title={EthioLLM: Multilingual Large Language Models for Ethiopian Languages with Task Evaluation},
|
| 15 |
-
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},
|
| 16 |
-
journal={arXiv preprint arXiv:2403.13737},
|
| 17 |
-
year={2024}
|
|
|
|
|
|
| 11 |
### Citation Information
|
| 12 |
|
| 13 |
@article{tonja2024ethiollm,
|
| 14 |
+
title={EthioLLM: Multilingual Large Language Models for Ethiopian Languages with Task Evaluation},
|
| 15 |
+
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},
|
| 16 |
+
journal={arXiv preprint arXiv:2403.13737},
|
| 17 |
+
year={2024}
|
| 18 |
+
}
|