munish0838 commited on
Commit
9c3bf07
β€’
1 Parent(s): c7236df

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: 01-ai/Yi-1.5-9B
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - llama
8
+ ---
9
+
10
+ # Yi-1.5-9B-GGUF
11
+ - This is quzntized version of [01-ai/Yi-1.5-9B](https://huggingface.co/01-ai/Yi-1.5-9B) created using llama.cpp
12
+
13
+ # Model Description
14
+
15
+ 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.
16
+
17
+ 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.
18
+
19
+ <div align="center">
20
+
21
+ Model | Context Length | Pre-trained Tokens
22
+ | :------------: | :------------: | :------------: |
23
+ | Yi-1.5 | 4K | 3.6T
24
+
25
+ </div>
26
+
27
+ # Models
28
+
29
+ - Chat models
30
+
31
+ <div align="center">
32
+
33
+ | Name | Download |
34
+ | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35
+ | 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)|
36
+ | 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)|
37
+ | 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)|
38
+
39
+ </div>
40
+
41
+ - Base models
42
+
43
+ <div align="center">
44
+
45
+ | Name | Download |
46
+ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
47
+ | 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)|
48
+ | 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)|
49
+ | 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)|
50
+
51
+ </div>
52
+
53
+ # Benchmarks
54
+
55
+ - Chat models
56
+
57
+ Yi-1.5-34B-Chat is on par with or excels beyond larger models in most benchmarks.
58
+
59
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/KcsJ9Oc1VnEmfCDEJc5cd.png)
60
+
61
+ Yi-1.5-9B-Chat is the top performer among similarly sized open-source models.
62
+
63
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/xf6pLg5jqRCwjlh6m3t6_.png)
64
+
65
+ - Base models
66
+
67
+ Yi-1.5-34B is on par with or excels beyond larger models in some benchmarks.
68
+
69
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/BwU7QM-03dZvZzwdIE1xY.png)
70
+
71
+ Yi-1.5-9B is the top performer among similarly sized open-source models.
72
+
73
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/y-EYSYPT-3aWLJ0x8R94F.png)
74
+
75
+ # Quick Start
76
+
77
+ For getting up and running with Yi-1.5 models quickly, see [README](https://github.com/01-ai/Yi-1.5).