Vily1998 commited on
Commit
e68eec6
·
1 Parent(s): c0b6b1e
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
  license: gpl-3.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
+ language:
4
+ - zh
5
+ - en
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - translation
9
+ - multilingual
10
+ - large language model
11
+ - instruction tuning
12
  ---
13
+
14
+ # BayLing: Bridging Cross-lingual Alignment and Instruction Following through Interactive Translation for Large Language Models
15
+
16
+ **BayLing** (**百聆**, **bǎi líng**) is an instruction-following LLM equipped with advanced language alignment, showing superior capability in English/Chinese generation, instruction following and multi-turn interaction. BayLing can be effortlessly deployed on a consumer-grade GPU with 16GB of memory, and assists users with tasks such as translation, writing, creation, suggestion...
17
+
18
+ **This model is the version 1.1 of BayLing-13B.**
19
+
20
+ Compared with [BayLing-13B-v1.0](https://huggingface.co/ICTNLP/bayling-13b-diff), **BayLing-13B-v1.1 is additionally injected with extensive Chinese knowledge**.
21
+
22
+ More info:
23
+ - Paper: [https://arxiv.org/abs/2306.10968](https://arxiv.org/abs/2306.10968)
24
+ - Github Repo: [https://github.com/ictnlp/BayLing](https://github.com/ictnlp/BayLing)
25
+ - Online Demo: [http://nlp.ict.ac.cn/bayling/demo](http://nlp.ict.ac.cn/bayling/demo)
26
+
27
+ ## <a id="Authors">Authors</a>
28
+
29
+ | [Shaolei Zhang](https://zhangshaolei1998.github.io/) | [Qingkai Fang](https://fangqingkai.github.io/) | [Zhuocheng Zhang](https://nlp.ict.ac.cn/yjdw/xs/bsyjs/202210/t20221019_52678.html) | [Zhengrui Ma](https://nlp.ict.ac.cn/yjdw/xs/bsyjs/202210/t20221019_52675.html) |
30
+
31
+ | [Yan Zhou](https://zhouyan19.github.io/zhouyan/) | [Langlin Huang](https://nlp.ict.ac.cn/yjdw/xs/ssyjs/202210/t20221019_52686.html) | [Mengyu Bu](https://bingo123122121.github.io/) | [Shangtong Gui](https://github.com/GhostofAdam) |
32
+
33
+ | [Yunji Chen](http://novel.ict.ac.cn/ychen/) | [Xilin Chen](http://www.ict.cas.cn/sourcedb_2018_ict_cas/cn/jssrck/200909/t20090917_2496595.html) | [Yang Feng \*](https://people.ucas.edu.cn/~yangfeng?language=en) |
34
+
35
+ ## <a id="Citation">Citation</a>
36
+
37
+ If our work is helpful for you, please cite as:
38
+
39
+ ```
40
+ @article{bayling,
41
+ title={BayLing: Bridging Cross-lingual Alignment and Instruction Following through Interactive Translation for Large Language Models},
42
+ author={Shaolei Zhang and Qingkai Fang and Zhuocheng Zhang and Zhengrui Ma and Yan Zhou and Langlin Huang and Mengyu Bu and Shangtong Gui and Yunji Chen and Xilin Chen and Yang Feng},
43
+ journal={arXiv preprint arXiv:2306.10968},
44
+ year={2023},
45
+ url={https://arxiv.org/abs/2306.10968}
46
+ }
47
+ ```