hongyin commited on
Commit
179f748
·
1 Parent(s): cff8bb2

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/self-management-1.5b
8
+
9
+ Warning: There are some problems with the tokenizer of this model, which will be corrected in the next version of the model.
10
+
11
+ I am pleased to introduce to you an English-Chinese bilingual autoregressive language model. This model is trained from scratch and has a unique vocabulary and 150 million parameters based on the LLAMA2 model structure. Our goal is to provide a solution that is computationally cheap and easy to inference. It's important to note that this is a base model, not intended to be used as a chatbot, but rather for alchemy. We look forward to providing you with a practical model product.
12
+ ```python
13
+
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
+ ---