hongyin commited on
Commit
39b95ec
1 Parent(s): f91ba2c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ pipeline_tag: text-generation
6
+ ---
7
+ ## hongyin/chat-informer-7b-80k
8
+
9
+ I am pleased to introduce an English-Chinese conversation assistant designed to reduce the cost of inference. It is trained based on the LLAMA2-7B, with a unique vocabulary and 7 billion parameters.
10
+
11
+ Losing fat is the only way to solve all problems.
12
+
13
+ ```python
14
+ Human: Say "I love you" differently in Chinese.
15
+ Assistant: 中文:我爱你
16
+ 普通话:我爱你
17
+ 粤语:我爱你
18
+ 闽南语:我爱你
19
+ 客家语:我爱你
20
+ 台湾国语:我爱你
21
+ 香港国语:我爱你
22
+ 上海话:我爱你
23
+ 北京话:我爱你
24
+ 四川话:我爱你
25
+ 重庆话:我爱你
26
+ 贵州话:我爱你
27
+ 云南话:我爱你
28
+
29
+ ```
30
+
31
+ ## Bibtex entry and citation info
32
+ Please cite if you find it helpful.
33
+ ```
34
+ @article{zhu2023metaaid,
35
+ title={MetaAID 2.0: An Extensible Framework for Developing Metaverse Applications via Human-controllable Pre-trained Models},
36
+ author={Zhu, Hongyin},
37
+ journal={arXiv preprint arXiv:2302.13173},
38
+ year={2023}
39
+ }
40
+
41
+ ```
42
+
43
+ ---
44
+ license: other
45
+ ---