qwp4w3hyb commited on
Commit
0be659e
β€’
1 Parent(s): de6f8bf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +121 -0
README.md ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ base_model: 01-ai/Yi-1.5-34B-Chat-16K
5
+ tags:
6
+ - yi
7
+ - 01-ai
8
+ - instruct
9
+ - finetune
10
+ - chatml
11
+ - gguf
12
+ - imatrix
13
+ - importance matrix
14
+ model-index:
15
+ - name: Yi-1.5-34B-Chat-16K-iMat-GGUF
16
+ results: []
17
+ ---
18
+
19
+ # Quant Infos
20
+
21
+ - quants done with an importance matrix for improved quantization loss
22
+ - ggufs & imatrix generated from bf16 for "optimal" accuracy loss
23
+ - Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S
24
+ - Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [fabf30b4c4fca32e116009527180c252919ca922](https://github.com/ggerganov/llama.cpp/commit/fabf30b4c4fca32e116009527180c252919ca922) (master as of 2024-05-20)
25
+ - Imatrix generated with [this](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384) multi-purpose dataset.
26
+ ```
27
+ ./imatrix -c 512 -m $model_name-f16.gguf -f $llama_cpp_path/groups_merged.txt -o $out_path/imat-f16-gmerged.dat
28
+ ```
29
+
30
+ # Original Model Card:
31
+
32
+ <div align="center">
33
+
34
+ <picture>
35
+ <img src="https://raw.githubusercontent.com/01-ai/Yi/main/assets/img/Yi_logo_icon_light.svg" width="150px">
36
+ </picture>
37
+
38
+ </div>
39
+
40
+ <p align="center">
41
+ <a href="https://github.com/01-ai">πŸ™ GitHub</a> β€’
42
+ <a href="https://discord.gg/hYUwWddeAu">πŸ‘Ύ Discord</a> β€’
43
+ <a href="https://twitter.com/01ai_yi">🐀 Twitter</a> β€’
44
+ <a href="https://github.com/01-ai/Yi-1.5/issues/2">πŸ’¬ WeChat</a>
45
+ <br/>
46
+ <a href="https://arxiv.org/abs/2403.04652">πŸ“ Paper</a> β€’
47
+ <a href="https://01-ai.github.io/">πŸ’ͺ Tech Blog</a> β€’
48
+ <a href="https://github.com/01-ai/Yi/tree/main?tab=readme-ov-file#faq">πŸ™Œ FAQ</a> β€’
49
+ <a href="https://github.com/01-ai/Yi/tree/main?tab=readme-ov-file#learning-hub">πŸ“— Learning Hub</a>
50
+ </p>
51
+
52
+ # Intro
53
+
54
+ 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.
55
+
56
+ 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.
57
+
58
+ <div align="center">
59
+
60
+ Model | Context Length | Pre-trained Tokens
61
+ | :------------: | :------------: | :------------: |
62
+ | Yi-1.5 | 4K, 16K, 32K | 3.6T
63
+
64
+ </div>
65
+
66
+ # Models
67
+
68
+ - Chat models
69
+
70
+ <div align="center">
71
+
72
+ | Name | Download |
73
+ | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
74
+ | 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) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
75
+ | Yi-1.5-34B-Chat-16K | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
76
+ | 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) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
77
+ | Yi-1.5-9B-Chat-16K | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
78
+ | 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) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
79
+
80
+ </div>
81
+
82
+ - Base models
83
+
84
+ <div align="center">
85
+
86
+ | Name | Download |
87
+ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
+ | Yi-1.5-34B | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
89
+ | Yi-1.5-34B-32K | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
90
+ | Yi-1.5-9B | οΏ½οΏ½οΏ½ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
91
+ | Yi-1.5-9B-32K | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
92
+ | Yi-1.5-6B | β€’ [πŸ€— Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β€’ [πŸ€– ModelScope](https://www.modelscope.cn/organization/01ai) β€’ [πŸ” wisemodel](https://wisemodel.cn/organization/01.AI)|
93
+
94
+ </div>
95
+
96
+ # Benchmarks
97
+
98
+ - Chat models
99
+
100
+ Yi-1.5-34B-Chat is on par with or excels beyond larger models in most benchmarks.
101
+
102
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/KcsJ9Oc1VnEmfCDEJc5cd.png)
103
+
104
+ Yi-1.5-9B-Chat is the top performer among similarly sized open-source models.
105
+
106
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/xf6pLg5jqRCwjlh6m3t6_.png)
107
+
108
+ - Base models
109
+
110
+ Yi-1.5-34B is on par with or excels beyond larger models in some benchmarks.
111
+
112
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/BwU7QM-03dZvZzwdIE1xY.png)
113
+
114
+ Yi-1.5-9B is the top performer among similarly sized open-source models.
115
+
116
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/y-EYSYPT-3aWLJ0x8R94F.png)
117
+
118
+ # Quick Start
119
+
120
+ For getting up and running with Yi-1.5 models quickly, see [README](https://github.com/01-ai/Yi-1.5).
121
+