Text Generation
generative translation
large language model
LLaMA
yuchen005 commited on
Commit
c686bad
·
verified ·
1 Parent(s): b4caf7e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ - de
7
+ - fr
8
+ - es
9
+ - it
10
+ - ja
11
+ - pt
12
+ tags:
13
+ - generative translation
14
+ - large language model
15
+ - LLaMA
16
+ metrics:
17
+ - bleu
18
+ pipeline_tag: text-generation
19
+ ---
20
+ This repo releases the trained LLaMA-adapter weights in paper "GenTranslate: Large Language Models are Generative Multilingual Speech and Machine Translators".
21
+
22
+ If you consider this work would be related or useful for your research, please kindly consider to cite the work below. Thank you.
23
+
24
+ ```bib
25
+ @article{hu2024gentranslate,
26
+ title={GenTranslate: Large Language Models are Generative Multilingual Speech and Machine Translators},
27
+ author={Hu, Yuchen and Chen, Chen and Yang, Chao-Han Huck and Li, Ruizhe and Zhang, Dong and Chen, Zhehuai and Chng, Eng Siong},
28
+ journal={arXiv preprint arXiv:2402.06894},
29
+ year={2024}
30
+ }
31
+ ```