bloom-7b1-lapt-de / README.md
atsuki-yamaguchi's picture
Create README.md
60edc3f verified
|
raw
history blame
No virus
684 Bytes
metadata
license: mit
language:
  - de

BLOOM-7B LAPT German

How to use

from transformers import AutoModelForCausalLM

model = AutoModelForCausalLM.from_pretrained(
  "bigscience/bloom-7b1"
)
model.load_adapter("atsuki-yamaguchi/bloom-7b1-lapt-de")

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