hongyin commited on
Commit
da6bbc7
1 Parent(s): 7469251

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ pipeline_tag: text-generation
6
+ ---
7
+
8
+ ## hongyin/awareness-en-zh-bilingual-2.5b
9
+
10
+ This is a Chinese-English bilingual autoregressive language model based on OPT with a parameter size of 2.5b. The model is trained based on the NTP task on large-scale unstructured text. It is worth noting that the model is suitable for further training as an initialization parameter, and does not have the ability to be used as a chatbot directly unless it is fine-tuned on a multi-round dialogue corpus. This model is a basic model, used as a raw material for alchemy.
11
+
12
+
13
+ ## Bibtex entry and citation info
14
+ Please cite if you find it helpful.
15
+ ```
16
+ @article{zhu2023metaaid,
17
+ title={MetaAID 2.0: An Extensible Framework for Developing Metaverse Applications via Human-controllable Pre-trained Models},
18
+ author={Zhu, Hongyin},
19
+ journal={arXiv preprint arXiv:2302.13173},
20
+ year={2023}
21
+ }
22
+
23
+ ```
24
+
25
+ ---
26
+ license: other
27
+ ---