Upload folder using huggingface_hub
Browse files- .gitattributes +15 -0
- README.md +101 -0
- ggml-model-Q4_K_M.gguf +3 -0
- yi-1.5-34b-chat.Q2_K.gguf +3 -0
- yi-1.5-34b-chat.Q3_K_L.gguf +3 -0
- yi-1.5-34b-chat.Q3_K_M.gguf +3 -0
- yi-1.5-34b-chat.Q3_K_S.gguf +3 -0
- yi-1.5-34b-chat.Q4_0.gguf +3 -0
- yi-1.5-34b-chat.Q4_1.gguf +3 -0
- yi-1.5-34b-chat.Q4_K_M.gguf +3 -0
- yi-1.5-34b-chat.Q4_K_S.gguf +3 -0
- yi-1.5-34b-chat.Q5_0.gguf +3 -0
- yi-1.5-34b-chat.Q5_1.gguf +3 -0
- yi-1.5-34b-chat.Q5_K_M.gguf +3 -0
- yi-1.5-34b-chat.Q5_K_S.gguf +3 -0
- yi-1.5-34b-chat.Q6_K.gguf +3 -0
- yi-1.5-34b-chat.Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,18 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
ggml-model-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
yi-1.5-34b-chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
yi-1.5-34b-chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
yi-1.5-34b-chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
yi-1.5-34b-chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
yi-1.5-34b-chat.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
yi-1.5-34b-chat.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
yi-1.5-34b-chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
yi-1.5-34b-chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
yi-1.5-34b-chat.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
yi-1.5-34b-chat.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
yi-1.5-34b-chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
48 |
+
yi-1.5-34b-chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
49 |
+
yi-1.5-34b-chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
50 |
+
yi-1.5-34b-chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Yi-1.5-34B-Chat Quantized in GGUF"
|
3 |
+
tags:
|
4 |
+
- GGUF
|
5 |
+
language: en
|
6 |
+
---
|
7 |
+
![Image description](https://i.postimg.cc/MGwhtFfF/tsune-fixed.png)
|
8 |
+
|
9 |
+
# Tsunemoto GGUF's of Yi-1.5-34B-Chat
|
10 |
+
This is a GGUF quantization of Yi-1.5-34B-Chat.
|
11 |
+
|
12 |
+
## Original Repo Link:
|
13 |
+
[Original Repository](https://huggingface.co/01-ai/Yi-1.5-34B-Chat)
|
14 |
+
|
15 |
+
## Original Model Card:
|
16 |
+
---
|
17 |
+
<div align="center">
|
18 |
+
|
19 |
+
<picture>
|
20 |
+
<img src="https://raw.githubusercontent.com/01-ai/Yi/main/assets/img/Yi_logo_icon_light.svg" width="150px">
|
21 |
+
</picture>
|
22 |
+
|
23 |
+
</div>
|
24 |
+
|
25 |
+
<p align="center">
|
26 |
+
<a href="https://github.com/01-ai">🐙 GitHub</a> •
|
27 |
+
<a href="https://discord.gg/hYUwWddeAu">👾 Discord</a> •
|
28 |
+
<a href="https://twitter.com/01ai_yi">🐤 Twitter</a> •
|
29 |
+
<a href="https://github.com/01-ai/Yi-1.5/issues/2">💬 WeChat</a>
|
30 |
+
<br/>
|
31 |
+
<a href="https://arxiv.org/abs/2403.04652">📝 Paper</a> •
|
32 |
+
<a href="https://github.com/01-ai/Yi/tree/main?tab=readme-ov-file#faq">🙌 FAQ</a> •
|
33 |
+
<a href="https://github.com/01-ai/Yi/tree/main?tab=readme-ov-file#learning-hub">📗 Learning Hub</a>
|
34 |
+
</p>
|
35 |
+
|
36 |
+
# Intro
|
37 |
+
|
38 |
+
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.
|
39 |
+
|
40 |
+
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.
|
41 |
+
|
42 |
+
<div align="center">
|
43 |
+
|
44 |
+
Model | Context Length | Pre-trained Tokens
|
45 |
+
| :------------: | :------------: | :------------: |
|
46 |
+
| Yi-1.5 | 4K | 3.6T
|
47 |
+
|
48 |
+
</div>
|
49 |
+
|
50 |
+
# Models
|
51 |
+
|
52 |
+
- Chat models
|
53 |
+
|
54 |
+
<div align="center">
|
55 |
+
|
56 |
+
| Name | Download |
|
57 |
+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
58 |
+
| 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) |
|
59 |
+
| 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) |
|
60 |
+
| 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) |
|
61 |
+
|
62 |
+
</div>
|
63 |
+
|
64 |
+
- Base models
|
65 |
+
|
66 |
+
<div align="center">
|
67 |
+
|
68 |
+
| Name | Download |
|
69 |
+
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
70 |
+
| Yi-1.5-34B | • [🤗 Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) • [🤖 ModelScope](https://www.modelscope.cn/organization/01ai) |
|
71 |
+
| Yi-1.5-9B | • [🤗 Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) • [🤖 ModelScope](https://www.modelscope.cn/organization/01ai) |
|
72 |
+
| Yi-1.5-6B | • [🤗 Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) • [🤖 ModelScope](https://www.modelscope.cn/organization/01ai) |
|
73 |
+
|
74 |
+
</div>
|
75 |
+
|
76 |
+
# Benchmarks
|
77 |
+
|
78 |
+
- Chat models
|
79 |
+
|
80 |
+
Yi-1.5-34B-Chat is on par with or excels beyond larger models in most benchmarks.
|
81 |
+
|
82 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/KcsJ9Oc1VnEmfCDEJc5cd.png)
|
83 |
+
|
84 |
+
Yi-1.5-9B-Chat is the top performer among similarly sized open-source models.
|
85 |
+
|
86 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/xf6pLg5jqRCwjlh6m3t6_.png)
|
87 |
+
|
88 |
+
- Base models
|
89 |
+
|
90 |
+
Yi-1.5-34B is on par with or excels beyond larger models in some benchmarks.
|
91 |
+
|
92 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/BwU7QM-03dZvZzwdIE1xY.png)
|
93 |
+
|
94 |
+
Yi-1.5-9B is the top performer among similarly sized open-source models.
|
95 |
+
|
96 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/y-EYSYPT-3aWLJ0x8R94F.png)
|
97 |
+
|
98 |
+
# Quick Start
|
99 |
+
|
100 |
+
For getting up and running with Yi-1.5 models quickly, see [README](https://github.com/01-ai/Yi-1.5).
|
101 |
+
|
ggml-model-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:838ec8fc2ff82d0fcbc27de4a7ed84c3652701814816bc4c8359c076c874fe25
|
3 |
+
size 20658711008
|
yi-1.5-34b-chat.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e5d05606a889b5c7bc3dcb4cf47cf2c3cff2e933a5edd729fe3c67e276eeb6e
|
3 |
+
size 12825233888
|
yi-1.5-34b-chat.Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:689068ffe8a18a5373a37b14f2bcd8bf2d451332bee0c1cb941cff2cf86beaa7
|
3 |
+
size 18139445728
|
yi-1.5-34b-chat.Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbc829d7cacb5bb2c1fc38b45ba3d1ced01d72845bae757e45d9e3ad8623c5d5
|
3 |
+
size 16654924256
|
yi-1.5-34b-chat.Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b226129326edee8c125481425c25d6c6076dfef7616a248a30a26639c5d85f5
|
3 |
+
size 14960294368
|
yi-1.5-34b-chat.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec625b75ab9e626c6c5043613ddae260ce586cbe6fc875d7ec073a1817406b6d
|
3 |
+
size 19466529248
|
yi-1.5-34b-chat.Q4_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:440279dc9c0840185f49f6488d56218db236dedce599b2b4d69d087fa2ade6bc
|
3 |
+
size 21587110368
|
yi-1.5-34b-chat.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98b2f4e03946ba8efd1cb76c38e594549c9559fa2c9de36bc8b490ce0e02ee23
|
3 |
+
size 20658711008
|
yi-1.5-34b-chat.Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ea92bae9186de95e0f1c09d5a1a58a7353a6f2c73a6eea45b281d8081cc9954
|
3 |
+
size 19598649824
|
yi-1.5-34b-chat.Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef41b1644f50d904255634283d4d7bc422a8f730a9e0cf8adc3d64bdbc848be7
|
3 |
+
size 23707691488
|
yi-1.5-34b-chat.Q5_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02d9cf0d2817383a9f0092b4a1d86c6b91efa490086a8b0c5a26a3c4707019dd
|
3 |
+
size 25828272608
|
yi-1.5-34b-chat.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b5d2994e8503f027ad5371fc0a93918caab8ab20335dc83efb398e8590d10c8
|
3 |
+
size 24321845728
|
yi-1.5-34b-chat.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:151592060db3ba9e63c98558033cbec9cddf085cdccbd00fbc13ea8db6b389ce
|
3 |
+
size 23707691488
|
yi-1.5-34b-chat.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ba4d3ac1837218c3ec57f9f458b8fe6e9e416653c24a61a54bb3598bba33436
|
3 |
+
size 28213926368
|
yi-1.5-34b-chat.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f975455419dad253d1b64c968cdc8a9aed82723920bdf89b1bc838514fff12b
|
3 |
+
size 36542282208
|