Llama 3.1 8B Instruct for Amharic: ElChat (Linear merging)

This model is built on top of Llama 3.1 8B Instruct adapted for Amharic using 500M target language tokens sampled from MADLAD-400.

Model Details

  • Vocabulary: This model has an additional target vocabulary of 10K.
  • Target vocabulary initialization: The target weights of the embedding and LM head were initialized using mean initialization.
  • Training: This model was continually pre-trained on 500M target language tokens sampled from MADLAD-400.
  • Post-processing: The model was post-processed using the ElChat method with linear merging instead of SLERP.

Model Description

  • Language: Amharic
  • License: Llama 3.1 Community License Agreement
  • Fine-tuned from model: meta-llama/Llama-3.1-8B-Instruct

Model Sources

How to Get Started with the Model

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"
)

Citation

@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={}
}
Downloads last month
4
Safetensors
Model size
8B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for atsuki-yamaguchi/Llama-3.1-8B-Instruct-am-madlad-mean-trans0305-emb-special

Dataset used to train atsuki-yamaguchi/Llama-3.1-8B-Instruct-am-madlad-mean-trans0305-emb-special

Collection including atsuki-yamaguchi/Llama-3.1-8B-Instruct-am-madlad-mean-trans0305-emb-special