anonymitaet commited on
Commit
616fc5a
β€’
1 Parent(s): a291bf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -25,8 +25,48 @@
25
 
26
  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.
27
 
28
- Compared with Yi, Yi-1.5 achieves stronger performance in coding, math, reasoning, and instruction following, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension.
29
 
 
 
30
  Model | Context Length | Pre-trained Tokens
31
- |---|---|---
32
- Yi-1.5 | 4K |3.6T
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
  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.
27
 
28
+ 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.
29
 
30
+ <div align="center">
31
+
32
  Model | Context Length | Pre-trained Tokens
33
+ | :------------: | :------------: | :------------: |
34
+ | Yi-1.5 | 4K | 3.6T
35
+
36
+ </div>
37
+
38
+ # Models
39
+
40
+ - Chat models
41
+
42
+ <div align="center">
43
+
44
+ Model | Download
45
+ | :------------: | :------------: |
46
+ Yi-1.5-34B-Chat | β€’ πŸ€— Hugging Face
47
+ Yi-1.5-9B-Chat | β€’ πŸ€— Hugging Face
48
+ Yi-1.5-6B-Chat | β€’ πŸ€— Hugging Face
49
+
50
+ </div>
51
+
52
+ - Base models
53
+
54
+ <div align="center">
55
+
56
+ Model | Download
57
+ | :------------: | :------------: |
58
+ Yi-1.5-34B | β€’ πŸ€— Hugging Face
59
+ Yi-1.5-9B | β€’ πŸ€— Hugging Face
60
+ Yi-1.5-6B | β€’ πŸ€— Hugging Face
61
+
62
+ </div>
63
+
64
+ # Benchmarks
65
+
66
+ - Chat models
67
+
68
+ - Base models
69
+
70
+ # Quick Start
71
+
72
+ For getting up and running with Yi-1.5 models quickly, see [README](https://github.com/01-ai/Yi-1.5).