yi-01-ai
commited on
Commit
•
05adbe2
1
Parent(s):
aac0661
Auto Sync from git://github.com/01-ai/Yi.git/commit/ab0a8f00119bf3017f5885b29df81d389d179f49
Browse files
README.md
CHANGED
@@ -145,7 +145,9 @@ pipeline_tag: text-generation
|
|
145 |
</ul>
|
146 |
</details>
|
147 |
|
148 |
-
<
|
|
|
|
|
149 |
|
150 |
## 🎉 News
|
151 |
|
@@ -199,7 +201,9 @@ sequence length and can be extended to 32K during inference time.
|
|
199 |
|
200 |
</details>
|
201 |
|
202 |
-
<
|
|
|
|
|
203 |
|
204 |
## 🎯 Models
|
205 |
|
@@ -260,7 +264,9 @@ Yi-6B-200K | • [🤗 Hugging Face](https://huggingface.co/01-ai/Yi-6B-200K)
|
|
260 |
</ul>
|
261 |
</details>
|
262 |
|
263 |
-
<
|
|
|
|
|
264 |
|
265 |
|
266 |
# 🟢 How to use Yi?
|
@@ -848,7 +854,9 @@ python eval_quantized_model.py --model /quantized_model --trust_remote_code
|
|
848 |
|
849 |
</ul>
|
850 |
</details>
|
851 |
-
<
|
|
|
|
|
852 |
|
853 |
### Deployment
|
854 |
|
@@ -1018,7 +1026,9 @@ If you're seeking to explore the diverse capabilities within Yi's thriving famil
|
|
1018 |
- [amazing-openai-api](https://github.com/soulteary/amazing-openai-api): this tool converts Yi model APIs into the OpenAI API format out of the box.
|
1019 |
- [LlamaEdge](https://www.secondstate.io/articles/yi-34b/#create-an-openai-compatible-api-service-for-the-yi-34b-chat-model): this tool builds an OpenAI-compatible API server for Yi-34B-Chat using a portable Wasm (WebAssembly) file, powered by Rust.
|
1020 |
|
1021 |
-
<
|
|
|
|
|
1022 |
|
1023 |
## 📌 Benchmarks
|
1024 |
|
@@ -1044,7 +1054,7 @@ Yi-34B-Chat model demonstrates exceptional performance, ranking first among all
|
|
1044 |
|
1045 |
### 📊 Base model performance
|
1046 |
|
1047 |
-
The Yi-34B and Yi-34B-200K models stand out as the top performers among open-source models, especially excelling in MMLU,
|
1048 |
|
1049 |
![Base model performance](https://github.com/01-ai/Yi/blob/main/assets/img/benchmark_base.png?raw=true)
|
1050 |
|
@@ -1068,7 +1078,9 @@ Everyone! 🙌 ✅
|
|
1068 |
|
1069 |
- For free commercial use, you only need to [complete this form](https://www.lingyiwanwu.com/yi-license) to get a Yi Model Commercial License.
|
1070 |
|
1071 |
-
<
|
|
|
|
|
1072 |
|
1073 |
# 🟢 Misc.
|
1074 |
|
@@ -1078,7 +1090,9 @@ A heartfelt thank you to each of you who have made contributions to the Yi commu
|
|
1078 |
|
1079 |
[![yi contributors](https://contrib.rocks/image?repo=01-ai/yi&max=2000&columns=15)](https://github.com/01-ai/yi/graphs/contributors)
|
1080 |
|
1081 |
-
<
|
|
|
|
|
1082 |
|
1083 |
### 📡 Disclaimer
|
1084 |
|
@@ -1091,7 +1105,9 @@ problematic outputs. We will not be responsible for any risks and issues
|
|
1091 |
resulting from misuse, misguidance, illegal usage, and related misinformation,
|
1092 |
as well as any associated data security concerns.
|
1093 |
|
1094 |
-
<
|
|
|
|
|
1095 |
|
1096 |
### 🪪 License
|
1097 |
|
@@ -1099,4 +1115,6 @@ The source code in this repo is licensed under the [Apache 2.0
|
|
1099 |
license](https://github.com/01-ai/Yi/blob/main/LICENSE). The Yi series models are fully open for academic research and free for commercial use, with automatic permission granted upon application. All usage must adhere to the [Yi Series Models Community License Agreement 2.1](https://github.com/01-ai/Yi/blob/main/MODEL_LICENSE_AGREEMENT.txt).
|
1100 |
For free commercial use, you only need to send an email to [get official commercial permission](https://www.lingyiwanwu.com/yi-license).
|
1101 |
|
1102 |
-
<
|
|
|
|
|
|
145 |
</ul>
|
146 |
</details>
|
147 |
|
148 |
+
<p align="right"> [
|
149 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
150 |
+
</p>
|
151 |
|
152 |
## 🎉 News
|
153 |
|
|
|
201 |
|
202 |
</details>
|
203 |
|
204 |
+
<p align="right"> [
|
205 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
206 |
+
</p>
|
207 |
|
208 |
## 🎯 Models
|
209 |
|
|
|
264 |
</ul>
|
265 |
</details>
|
266 |
|
267 |
+
<p align="right"> [
|
268 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
269 |
+
</p>
|
270 |
|
271 |
|
272 |
# 🟢 How to use Yi?
|
|
|
854 |
|
855 |
</ul>
|
856 |
</details>
|
857 |
+
<p align="right"> [
|
858 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
859 |
+
</p>
|
860 |
|
861 |
### Deployment
|
862 |
|
|
|
1026 |
- [amazing-openai-api](https://github.com/soulteary/amazing-openai-api): this tool converts Yi model APIs into the OpenAI API format out of the box.
|
1027 |
- [LlamaEdge](https://www.secondstate.io/articles/yi-34b/#create-an-openai-compatible-api-service-for-the-yi-34b-chat-model): this tool builds an OpenAI-compatible API server for Yi-34B-Chat using a portable Wasm (WebAssembly) file, powered by Rust.
|
1028 |
|
1029 |
+
<p align="right"> [
|
1030 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
1031 |
+
</p>
|
1032 |
|
1033 |
## 📌 Benchmarks
|
1034 |
|
|
|
1054 |
|
1055 |
### 📊 Base model performance
|
1056 |
|
1057 |
+
The Yi-34B and Yi-34B-200K models stand out as the top performers among open-source models, especially excelling in MMLU, CMMLU, common-sense reasoning, reading comprehension, and more.
|
1058 |
|
1059 |
![Base model performance](https://github.com/01-ai/Yi/blob/main/assets/img/benchmark_base.png?raw=true)
|
1060 |
|
|
|
1078 |
|
1079 |
- For free commercial use, you only need to [complete this form](https://www.lingyiwanwu.com/yi-license) to get a Yi Model Commercial License.
|
1080 |
|
1081 |
+
<p align="right"> [
|
1082 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
1083 |
+
</p>
|
1084 |
|
1085 |
# 🟢 Misc.
|
1086 |
|
|
|
1090 |
|
1091 |
[![yi contributors](https://contrib.rocks/image?repo=01-ai/yi&max=2000&columns=15)](https://github.com/01-ai/yi/graphs/contributors)
|
1092 |
|
1093 |
+
<p align="right"> [
|
1094 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
1095 |
+
</p>
|
1096 |
|
1097 |
### 📡 Disclaimer
|
1098 |
|
|
|
1105 |
resulting from misuse, misguidance, illegal usage, and related misinformation,
|
1106 |
as well as any associated data security concerns.
|
1107 |
|
1108 |
+
<p align="right"> [
|
1109 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
1110 |
+
</p>
|
1111 |
|
1112 |
### 🪪 License
|
1113 |
|
|
|
1115 |
license](https://github.com/01-ai/Yi/blob/main/LICENSE). The Yi series models are fully open for academic research and free for commercial use, with automatic permission granted upon application. All usage must adhere to the [Yi Series Models Community License Agreement 2.1](https://github.com/01-ai/Yi/blob/main/MODEL_LICENSE_AGREEMENT.txt).
|
1116 |
For free commercial use, you only need to send an email to [get official commercial permission](https://www.lingyiwanwu.com/yi-license).
|
1117 |
|
1118 |
+
<p align="right"> [
|
1119 |
+
<a href="#top">Back to top ⬆️ </a> ]
|
1120 |
+
</p>
|