morriszms commited on
Commit
a1e0cf7
1 Parent(s): f6f09ad

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ Yi-1.5-6B-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-1.5-6B-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-1.5-6B-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-1.5-6B-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-1.5-6B-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-1.5-6B-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-1.5-6B-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-1.5-6B-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-1.5-6B-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-1.5-6B-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-1.5-6B-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-1.5-6B-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: 01-ai/Yi-1.5-6B-Chat
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## 01-ai/Yi-1.5-6B-Chat - GGUF
21
+
22
+ This repo contains GGUF format model files for [01-ai/Yi-1.5-6B-Chat](https://huggingface.co/01-ai/Yi-1.5-6B-Chat).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+ {system_prompt}<|im_start|>user
30
+ {prompt}<|im_end|>
31
+ <|im_start|>assistant
32
+ ```
33
+
34
+ ## Model file specification
35
+
36
+ | Filename | Quant type | File Size | Description |
37
+ | -------- | ---------- | --------- | ----------- |
38
+ | [Yi-1.5-6B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q2_K.gguf) | Q2_K | 2.177 GB | smallest, significant quality loss - not recommended for most purposes |
39
+ | [Yi-1.5-6B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q3_K_S.gguf) | Q3_K_S | 2.523 GB | very small, high quality loss |
40
+ | [Yi-1.5-6B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q3_K_M.gguf) | Q3_K_M | 2.787 GB | very small, high quality loss |
41
+ | [Yi-1.5-6B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q3_K_L.gguf) | Q3_K_L | 3.015 GB | small, substantial quality loss |
42
+ | [Yi-1.5-6B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q4_0.gguf) | Q4_0 | 3.240 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
43
+ | [Yi-1.5-6B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q4_K_S.gguf) | Q4_K_S | 3.262 GB | small, greater quality loss |
44
+ | [Yi-1.5-6B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q4_K_M.gguf) | Q4_K_M | 3.422 GB | medium, balanced quality - recommended |
45
+ | [Yi-1.5-6B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q5_0.gguf) | Q5_0 | 3.915 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
46
+ | [Yi-1.5-6B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q5_K_S.gguf) | Q5_K_S | 3.915 GB | large, low quality loss - recommended |
47
+ | [Yi-1.5-6B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q5_K_M.gguf) | Q5_K_M | 4.009 GB | large, very low quality loss - recommended |
48
+ | [Yi-1.5-6B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q6_K.gguf) | Q6_K | 4.633 GB | very large, extremely low quality loss |
49
+ | [Yi-1.5-6B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-6B-Chat-GGUF/tree/main/Yi-1.5-6B-Chat-Q8_0.gguf) | Q8_0 | 6.000 GB | very large, extremely low quality loss - not recommended |
50
+
51
+
52
+ ## Downloading instruction
53
+
54
+ ### Command line
55
+
56
+ Firstly, install Huggingface Client
57
+
58
+ ```shell
59
+ pip install -U "huggingface_hub[cli]"
60
+ ```
61
+
62
+ Then, downoad the individual model file the a local directory
63
+
64
+ ```shell
65
+ huggingface-cli download tensorblock/Yi-1.5-6B-Chat-GGUF --include "Yi-1.5-6B-Chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
66
+ ```
67
+
68
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/Yi-1.5-6B-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
72
+ ```
Yi-1.5-6B-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e788be1439f354196cd5a76c56f1e46202fa25f5fee4027a0a626284ed349a91
3
+ size 2337067168
Yi-1.5-6B-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b1286f32a33de9b0e29d23fafae2026d401a625dbf84c4b5e267ae3c93feded
3
+ size 3236892832
Yi-1.5-6B-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eeca2ed76331dea4eeb4224c9f0b704ef9abcc153b5210a89153819375c412d
3
+ size 2992836768
Yi-1.5-6B-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db787d1d3162b77c0e33e8f108c2f68543d705084b68600058882e606e6fa383
3
+ size 2709196960
Yi-1.5-6B-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4efd6d1e80d7efa175d1f2361d4c7330bd321e1ab681b3609348f8019ab984
3
+ size 3479326880
Yi-1.5-6B-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda82c98fa850778397b33d4d686983ccea63d4a74b5a936f58a34ef974ca1c8
3
+ size 3673968800
Yi-1.5-6B-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374a3231f9fef1d8f2e688390703192833b40b8a863df3c9605471a0f6381bef
3
+ size 3502919840
Yi-1.5-6B-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa8c653bf1abc75721a0949ecb03aeec1ab38724378b0e284a898c45f668943
3
+ size 4204155040
Yi-1.5-6B-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf6ae02c950e2c133596c35727bfd7bd0a08e7a8671c9f1fad6838ff988c9ea
3
+ size 4304425120
Yi-1.5-6B-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760c747602a5b3290166b9faccdc632caf8f3c50fabdfeb968906146f37a44ae
3
+ size 4204155040
Yi-1.5-6B-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daaf827b823f1604d8ebdb86cf96b164c032505c31527ed1d5c585e8f3f4d14a
3
+ size 4974284960
Yi-1.5-6B-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b39ec83e1f458084f2e83a7b299dffffb14e2b5cc1c99ef3688f6d6d7294678
3
+ size 6442127520