anonymitaet commited on
Commit
2a67043
β€’
1 Parent(s): 1712dc8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ <div align="center">
5
+
6
+ <picture>
7
+ <img src="https://raw.githubusercontent.com/01-ai/Yi/main/assets/img/Yi_logo_icon_light.svg" width="150px">
8
+ </picture>
9
+
10
+ </div>
11
+
12
+ <p align="center">
13
+ <a href="https://github.com/01-ai">πŸ™ GitHub</a> β€’
14
+ <a href="https://discord.gg/hYUwWddeAu">πŸ‘Ύ Discord</a> β€’
15
+ <a href="https://twitter.com/01ai_yi">🐀 Twitter</a> β€’
16
+ <a href="https://github.com/01-ai/Yi-1.5/issues/2">πŸ’¬ WeChat</a>
17
+ <br/>
18
+ <a href="https://arxiv.org/abs/2403.04652">πŸ“ Paper</a> β€’
19
+ <a href="https://github.com/01-ai/Yi/tree/main?tab=readme-ov-file#faq">πŸ™Œ FAQ</a> β€’
20
+ <a href="https://github.com/01-ai/Yi/tree/main?tab=readme-ov-file#learning-hub">πŸ“— Learning Hub</a>
21
+ </p>
22
+
23
+ # Intro
24
+
25
+ Yi-1.5 is an upgraded version of Yi. It is continuously pre-trained on Yi with a high-quality corpus of 500B tokens and fine-tuned on 3M diverse fine-tuning samples.
26
+
27
+ Compared with Yi, Yi-1.5 delivers stronger performance in coding, math, reasoning, and instruction-following capability, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension.
28
+
29
+ <div align="center">
30
+
31
+ Model | Context Length | Pre-trained Tokens
32
+ | :------------: | :------------: | :------------: |
33
+ | Yi-1.5 | 4K | 3.6T
34
+
35
+ </div>
36
+
37
+ # Models
38
+
39
+ - Chat models
40
+
41
+ <div align="center">
42
+
43
+ | Name | Download |
44
+ | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
45
+ | Yi-1.5-34B-Chat | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) |
46
+ | Yi-1.5-9B-Chat | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) |
47
+ | Yi-1.5-6B-Chat | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) |
48
+
49
+ </div>
50
+
51
+ - Base models
52
+
53
+ <div align="center">
54
+
55
+ | Name | Download |
56
+ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
57
+ | Yi-1.5-34B | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) |
58
+ | Yi-1.5-9B | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) |
59
+ | Yi-1.5-6B | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) |
60
+
61
+ </div>
62
+
63
+ # Benchmarks
64
+
65
+ - Chat models
66
+
67
+ Yi-1.5-34B-Chat is on par with or excels beyond larger models in most benchmarks.
68
+
69
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/KcsJ9Oc1VnEmfCDEJc5cd.png)
70
+
71
+ Yi-1.5-9B-Chat is the top performer among similarly sized open-source models.
72
+
73
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/xf6pLg5jqRCwjlh6m3t6_.png)
74
+
75
+ - Base models
76
+
77
+ Yi-1.5-34B is on par with or excels beyond larger models in some benchmarks.
78
+
79
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/BwU7QM-03dZvZzwdIE1xY.png)
80
+
81
+ Yi-1.5-9B is the top performer among similarly sized open-source models.
82
+
83
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/y-EYSYPT-3aWLJ0x8R94F.png)
84
+
85
+ # Quick Start
86
+
87
+ For getting up and running with Yi-1.5 models quickly, see [README](https://github.com/01-ai/Yi-1.5).
88
+