Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
---
|
7 |
+
## hongyin/chat-informer-120b-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 goliath-120B, with a unique vocabulary and 120 billion parameters.
|
10 |
+
|
11 |
+
Losing fat is the only way to solve all problems.
|
12 |
+
|
13 |
+
```python
|
14 |
+
|
15 |
+
|
16 |
+
```
|
17 |
+
|
18 |
+
## Bibtex entry and citation info
|
19 |
+
Please cite if you find it helpful.
|
20 |
+
```
|
21 |
+
@misc{zhu2023metaaid,
|
22 |
+
title={MetaAID 2.5: A Secure Framework for Developing Metaverse Applications via Large Language Models},
|
23 |
+
author={Hongyin Zhu},
|
24 |
+
year={2023},
|
25 |
+
eprint={2312.14480},
|
26 |
+
archivePrefix={arXiv},
|
27 |
+
primaryClass={cs.CR}
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|
31 |
+
---
|
32 |
+
license: other
|
33 |
+
---
|