hongyin commited on
Commit
5d99c5e
1 Parent(s): 7a0bfdb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ pipeline_tag: text-generation
6
+ ---
7
+ ## hongyin/awareness-en-zh-0.8b-instruct
8
+
9
+ This is a English-Chinese bilingual autoregressive language model based on Bloom with a parameter size of 0.8b. The training process consists of two parts: (1) NTP task. (2) Instruction tuning. It is worth noting that although the model has learned many NLP downstream tasks (excluding multi-round dialogue), the model is not yet able to act like a chatbot. The model can be used as a raw material for alchemy.
10
+
11
+ ## Bibtex entry and citation info
12
+ Please cite if you find it helpful.
13
+ ```
14
+ @article{zhu2023metaaid,
15
+ title={MetaAID 2.0: An Extensible Framework for Developing Metaverse Applications via Human-controllable Pre-trained Models},
16
+ author={Zhu, Hongyin},
17
+ journal={arXiv preprint arXiv:2302.13173},
18
+ year={2023}
19
+ }
20
+
21
+ ```
22
+
23
+ ---
24
+ license: other
25
+ ---
26
+