atsuki-yamaguchi's picture
Create README.md
b345f4b verified
|
raw
history blame
707 Bytes
metadata
license: mit
language:
  - ja

TigerBot-7B LAPT Japanese

How to use

from transformers import AutoModelForCausalLM

model = AutoModelForCausalLM.from_pretrained(
  "TigerResearch/tigerbot-7b-base"
)
model.load_adapter("atsuki-yamaguchi/tigerbot-7b-base-lapt-ja")

Citation

@article{yamaguchi2024empirical,
  title={An Empirical Study on Cross-lingual Vocabulary Adaptation for Efficient Generative {LLM} Inference}, 
  author={Atsuki Yamaguchi and Aline Villavicencio and Nikolaos Aletras},
  journal={ArXiv},
  year={2024},
  volume={abs/2402.10712},
  url={https://arxiv.org/abs/2402.10712}
}

Link

For more details, please visit https://github.com/gucci-j/llm-cva