update README and logo
Browse files
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
|
17 |
-
Both of them are trained with 4K sequence length and can be
|
18 |
-
during inference time.
|
|
|
19 |
|
20 |
## News
|
21 |
|
22 |
-
- 🎯 **2023/11/05**: The base model of
|
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