cArlIcon commited on
Commit
9878e82
1 Parent(s): 565877c

add model link

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -13,15 +13,17 @@ license_link: LICENSE
13
 
14
  The **Yi** series models are large language models trained from scratch by
15
  developers at [01.AI](https://01.ai/). The first public release contains two
16
- bilingual(English/Chinese) base models with the parameter sizes of 6B(`Yi-6B`)
17
- and 34B(`Yi-34B`). Both of them are trained with 4K sequence length and can be
18
- extended to 32K during inference time. The `Yi-6B-200K` and `Yi-34B-200K` are
19
- base model with 200K context length.
20
 
21
  ## News
22
 
23
- - 🎯 **2023/11/06**: The base model of `Yi-6B-200K` and `Yi-34B-200K` with 200K context length.
24
- - 🎯 **2023/11/02**: The base model of `Yi-6B` and `Yi-34B`.
 
 
25
 
26
 
27
  ## Model Performance
@@ -85,6 +87,6 @@ misinformation, as well as any associated data security concerns.
85
 
86
  The Yi series models are fully open for academic research and free commercial
87
  usage with permission via applications. All usage must adhere to the [Model
88
- License Agreement 2.0](https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE). To
89
  apply for the official commercial license, please contact us
90
  ([yi@01.ai](mailto:yi@01.ai)).
 
13
 
14
  The **Yi** series models are large language models trained from scratch by
15
  developers at [01.AI](https://01.ai/). The first public release contains two
16
+ bilingual(English/Chinese) base models with the parameter sizes of 6B([`Yi-6B`](https://huggingface.co/01-ai/Yi-6B))
17
+ and 34B([`Yi-34B`](https://huggingface.co/01-ai/Yi-34B)). Both of them are trained
18
+ with 4K sequence length and can be extended to 32K during inference time.
19
+ The `Yi-6B-200K` and `Yi-34B-200K` are base model with 200K context length.
20
 
21
  ## News
22
 
23
+ - 🎯 **2023/11/06**: The base model of [`Yi-6B-200K`](https://huggingface.co/01-ai/Yi-6B-200K)
24
+ and [`Yi-34B-200K`](https://huggingface.co/01-ai/Yi-34B-200K) with 200K context length.
25
+ - 🎯 **2023/11/02**: The base model of [`Yi-6B`](https://huggingface.co/01-ai/Yi-6B) and
26
+ [`Yi-34B`](https://huggingface.co/01-ai/Yi-34B).
27
 
28
 
29
  ## Model Performance
 
87
 
88
  The Yi series models are fully open for academic research and free commercial
89
  usage with permission via applications. All usage must adhere to the [Model
90
+ License Agreement 2.0](https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE). To
91
  apply for the official commercial license, please contact us
92
  ([yi@01.ai](mailto:yi@01.ai)).