ElChat
Collection
Collection of models for "Adapting Chat Language Models Using Only Target Unlabeled Language Data" (TMLR 2025)
•
131 items
•
Updated
This model is built on top of Llama 3.1 8B Instruct adapted for Amharic using 500M target language tokens sampled from MADLAD-400.
Use the code below to get started with the model.
from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained(
"atsuki-yamaguchi/Llama-3.1-8B-Instruct-am-madlad-mean-trans0305-emb-special"
)
tokenizer = AutoTokenizer.from_pretrained(
"atsuki-yamaguchi/Llama-3.1-8B-Instruct-am-madlad-mean-trans0305-emb-special"
)
@article{yamaguchi2025adapting,
title={Adapting Chat Language Models Using Only Target Unlabeled Language Data},
author={Atsuki Yamaguchi and Terufumi Morishita and Aline Villavicencio and Nikolaos Aletras},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2025},
url={https://openreview.net/forum?id=6IdoIKowfe},
note={}
}
Base model
meta-llama/Llama-3.1-8B