cArlIcon commited on
Commit
af77fb5
1 Parent(s): 68bff3e

update README and logo

Browse files
Files changed (2) hide show
  1. README.md +5 -4
  2. Yi.svg +9 -0
README.md CHANGED
@@ -13,13 +13,14 @@ 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 and 34B.
17
- Both of them are trained with 4K sequence length and can be extended to 32K
18
- during inference time.
 
19
 
20
  ## News
21
 
22
- - 🎯 **2023/11/05**: The base model of 'Yi-6B-200K' and 'Yi-34B-200K' with 200K context length.
23
  - 🎯 **2023/11/02**: The base model of `Yi-6B` and `Yi-34B`.
24
 
25
 
 
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/05**: 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
 
Yi.svg ADDED