hongyin commited on
Commit
a469d55
1 Parent(s): d2a6a9c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ pipeline_tag: text-generation
6
+ ---
7
+ ## hongyin/chat-awareness-0.8b
8
+
9
+ This is a lightweight English-Chinese bilingual chat assistant with a parameter size of 0.8b, dedicated to reducing the computational cost of reasoning. The training process consists of two parts: (1) NTP task. (2) Instruction tuning.
10
+
11
+ ```python
12
+ Human: Paraphrasing the text I love you.
13
+ Assistant: I have a crash on you.
14
+ ```
15
+
16
+ ## Bibtex entry and citation info
17
+ Please cite if you find it helpful.
18
+ ```
19
+ @article{zhu2023metaaid,
20
+ title={MetaAID 2.0: An Extensible Framework for Developing Metaverse Applications via Human-controllable Pre-trained Models},
21
+ author={Zhu, Hongyin},
22
+ journal={arXiv preprint arXiv:2302.13173},
23
+ year={2023}
24
+ }
25
+
26
+ ```
27
+
28
+ ---
29
+ license: other
30
+ ---