yi-01-ai
commited on
Commit
•
97f0efe
1
Parent(s):
e79bc3a
Auto Sync from git://github.com/01-ai/Yi.git/commit/b4528f877b729e2d976e711e35a21a8d112019d4
Browse files
README.md
CHANGED
@@ -101,6 +101,8 @@ pipeline_tag: text-generation
|
|
101 |
- [Benchmarks](#benchmarks)
|
102 |
- [Base model performance](#base-model-performance)
|
103 |
- [Chat model performance](#chat-model-performance)
|
|
|
|
|
104 |
- [Who can use Yi?](#who-can-use-yi)
|
105 |
- [Misc.](#misc)
|
106 |
- [Acknowledgements](#acknowledgments)
|
@@ -1118,6 +1120,23 @@ If you're seeking to explore the diverse capabilities within Yi's thriving famil
|
|
1118 |
<a href="#top">Back to top ⬆️ </a> ]
|
1119 |
</p>
|
1120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1121 |
## Benchmarks
|
1122 |
|
1123 |
- [Chat model performance](#-chat-model-performance)
|
|
|
101 |
- [Benchmarks](#benchmarks)
|
102 |
- [Base model performance](#base-model-performance)
|
103 |
- [Chat model performance](#chat-model-performance)
|
104 |
+
- [Tech report](#tech-report)
|
105 |
+
- [Citation](#citation)
|
106 |
- [Who can use Yi?](#who-can-use-yi)
|
107 |
- [Misc.](#misc)
|
108 |
- [Acknowledgements](#acknowledgments)
|
|
|
1120 |
<a href="#top">Back to top ⬆️ </a> ]
|
1121 |
</p>
|
1122 |
|
1123 |
+
## Tech report
|
1124 |
+
|
1125 |
+
For detailed capabilities of the Yi series model, see [Yi: Open Foundation Models by 01.AI](https://arxiv.org/abs/2403.04652).
|
1126 |
+
|
1127 |
+
### Citation
|
1128 |
+
|
1129 |
+
```
|
1130 |
+
@misc{ai2024yi,
|
1131 |
+
title={Yi: Open Foundation Models by 01.AI},
|
1132 |
+
author={01. AI and : and Alex Young and Bei Chen and Chao Li and Chengen Huang and Ge Zhang and Guanwei Zhang and Heng Li and Jiangcheng Zhu and Jianqun Chen and Jing Chang and Kaidong Yu and Peng Liu and Qiang Liu and Shawn Yue and Senbin Yang and Shiming Yang and Tao Yu and Wen Xie and Wenhao Huang and Xiaohui Hu and Xiaoyi Ren and Xinyao Niu and Pengcheng Nie and Yuchi Xu and Yudong Liu and Yue Wang and Yuxuan Cai and Zhenyu Gu and Zhiyuan Liu and Zonghong Dai},
|
1133 |
+
year={2024},
|
1134 |
+
eprint={2403.04652},
|
1135 |
+
archivePrefix={arXiv},
|
1136 |
+
primaryClass={cs.CL}
|
1137 |
+
}
|
1138 |
+
```
|
1139 |
+
|
1140 |
## Benchmarks
|
1141 |
|
1142 |
- [Chat model performance](#-chat-model-performance)
|