Text Generation
generative translation
large language model
LLaMA
GenTranslate / README.md
yuchen005's picture
Create README.md
c686bad verified
|
raw
history blame
815 Bytes
---
license: apache-2.0
language:
- en
- zh
- de
- fr
- es
- it
- ja
- pt
tags:
- generative translation
- large language model
- LLaMA
metrics:
- bleu
pipeline_tag: text-generation
---
This repo releases the trained LLaMA-adapter weights in paper "GenTranslate: Large Language Models are Generative Multilingual Speech and Machine Translators".
If you consider this work would be related or useful for your research, please kindly consider to cite the work below. Thank you.
```bib
@article{hu2024gentranslate,
title={GenTranslate: Large Language Models are Generative Multilingual Speech and Machine Translators},
author={Hu, Yuchen and Chen, Chen and Yang, Chao-Han Huck and Li, Ruizhe and Zhang, Dong and Chen, Zhehuai and Chng, Eng Siong},
journal={arXiv preprint arXiv:2402.06894},
year={2024}
}
```