yi-01-ai commited on
Commit
397954e
1 Parent(s): da26616

Auto Sync from git://github.com/01-ai/Yi.git/commit/09698b4b6a9f2ca622369783da1a854e7a4e99f2

Browse files
Files changed (1) hide show
  1. README.md +30 -10
README.md CHANGED
@@ -45,6 +45,18 @@ pipeline_tag: text-generation
45
  </a>
46
  </div>
47
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  <div style="display: inline-block;">
49
  <a rel="noopener nofollow" href="https://github.com/01-ai/Yi/blob/main/LICENSE">
50
  <img src="https://img.shields.io/badge/Code_License-Apache_2.0-lightblue" style="margin: 0 0;">
@@ -73,12 +85,25 @@ developers at [01.AI](https://01.ai/).
73
  ## News
74
 
75
  <details open>
76
- <summary>🔔 <b>2023/11/23</b>: The Yi Series Models Community License Agreement is updated to v2.1.</summary>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  </details>
78
 
79
- <details open>
80
- <summary>🎯 <b>2023/11/23</b>: The chat model of <code>Yi-6B-Chat</code>, <code>Yi-34B-Chat</code>, <code>Yi-6B-Chat-8bits</code>, <code>Yi-34B-Chat-8bits</code>, <code>Yi-6B-Chat-4bits</code>, <code>Yi-34B-Chat-4bits</code>.</summary>
81
- This release contains two chat models based on previous released base models, two 8-bits models quantized by GPTQ, two 4-bits models quantized by AWQ.
82
  </details>
83
 
84
  <details>
@@ -234,12 +259,7 @@ By default, the model weights and tokenizer will be downloaded from
234
  can also download them manually from the following places:
235
 
236
  - [ModelScope](https://www.modelscope.cn/organization/01ai/)
237
- - [WiseModel](https://wisemodel.cn/models) (Search for `Yi`)
238
- - Mirror site (remember to extract the content with `tar`)
239
- - [Yi-6B.tar](https://storage.lingyiwanwu.com/yi/models/Yi-6B.tar)
240
- - [Yi-6B-200K.tar](https://storage.lingyiwanwu.com/yi/models/Yi-6B-200K.tar)
241
- - [Yi-34B.tar](https://storage.lingyiwanwu.com/yi/models/Yi-34B.tar)
242
- - [Yi-34B-200K.tar](https://storage.lingyiwanwu.com/yi/models/Yi-34B-200K.tar)
243
 
244
  ### 3. Examples
245
 
 
45
  </a>
46
  </div>
47
 
48
+ <div style="display: inline-block;">
49
+ <a rel="noopener nofollow" href="https://wisemodel.cn/organization/01.AI">
50
+ <img src="https://img.shields.io/badge/WiseModel-01--ai-blue" style="margin: 0 0;">
51
+ </a>
52
+ </div>
53
+
54
+ <div style="display: inline-block;">
55
+ <a rel="noopener nofollow" href="https://replicate.com/01-ai">
56
+ <img src="https://img.shields.io/badge/Replicate-01--ai-blue?logo=data:image/svg%2bxml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBjbGFzcz0ibG9nbyIgZmlsbD0iY3VycmVudENvbG9yIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8Zz4KICAgIDxwb2x5Z29uIHBvaW50cz0iMTAwMCw0MjcuNiAxMDAwLDU0MC42IDYwMy40LDU0MC42IDYwMy40LDEwMDAgNDc3LDEwMDAgNDc3LDQyNy42IAkiPjwvcG9seWdvbj4KICAgIDxwb2x5Z29uIHBvaW50cz0iMTAwMCwyMTMuOCAxMDAwLDMyNyAzNjQuOCwzMjcgMzY0LjgsMTAwMCAyMzguNCwxMDAwIDIzOC40LDIxMy44IAkiPjwvcG9seWdvbj4KICAgIDxwb2x5Z29uIHBvaW50cz0iMTAwMCwwIDEwMDAsMTEzLjIgMTI2LjQsMTEzLjIgMTI2LjQsMTAwMCAwLDEwMDAgMCwwIAkiPjwvcG9seWdvbj4KICA8L2c+Cjwvc3ZnPg==" style="margin: 0 0;">
57
+ </a>
58
+ </div>
59
+
60
  <div style="display: inline-block;">
61
  <a rel="noopener nofollow" href="https://github.com/01-ai/Yi/blob/main/LICENSE">
62
  <img src="https://img.shields.io/badge/Code_License-Apache_2.0-lightblue" style="margin: 0 0;">
 
85
  ## News
86
 
87
  <details open>
88
+ <summary>🎯 <b>2023/11/23</b>: The chat models are open to public.</summary>
89
+
90
+ This release contains two chat models based on previous released base models, two 8-bits models quntinized by GPTQ, two 4-bits models quantinized by AWQ.
91
+
92
+ - `Yi-34B-Chat`
93
+ - `Yi-34B-Chat-4bits`
94
+ - `Yi-34B-Chat-8bits`
95
+ - `Yi-6B-Chat`
96
+ - `Yi-6B-Chat-4bits`
97
+ - `Yi-6B-Chat-8bits`
98
+
99
+ You can try some of them interactively at:
100
+
101
+ - [HuggingFace](https://huggingface.co/spaces/01-ai/Yi-34B-Chat)
102
+ - [Replicate](https://replicate.com/01-ai)
103
  </details>
104
 
105
+ <details>
106
+ <summary>🔔 <b>2023/11/23</b>: The commercial licensing agreement for the Yi series models is updated to v2.1.</summary>
 
107
  </details>
108
 
109
  <details>
 
259
  can also download them manually from the following places:
260
 
261
  - [ModelScope](https://www.modelscope.cn/organization/01ai/)
262
+ - [WiseModel](https://wisemodel.cn/organization/01.AI)
 
 
 
 
 
263
 
264
  ### 3. Examples
265