morriszms commited on
Commit
6451a43
1 Parent(s): e2a0e99

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-34B-Chat-16K-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-1.5-34B-Chat-16K-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-1.5-34B-Chat-16K-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-1.5-34B-Chat-16K-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-1.5-34B-Chat-16K-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-1.5-34B-Chat-16K-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-1.5-34B-Chat-16K-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-1.5-34B-Chat-16K-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-1.5-34B-Chat-16K-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-1.5-34B-Chat-16K-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-1.5-34B-Chat-16K-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-1.5-34B-Chat-16K-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-34B-Chat-16K
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-34B-Chat-16K - GGUF
21
+
22
+ This repo contains GGUF format model files for [01-ai/Yi-1.5-34B-Chat-16K](https://huggingface.co/01-ai/Yi-1.5-34B-Chat-16K).
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-34B-Chat-16K-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q2_K.gguf) | Q2_K | 11.944 GB | smallest, significant quality loss - not recommended for most purposes |
39
+ | [Yi-1.5-34B-Chat-16K-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q3_K_S.gguf) | Q3_K_S | 13.933 GB | very small, high quality loss |
40
+ | [Yi-1.5-34B-Chat-16K-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q3_K_M.gguf) | Q3_K_M | 15.511 GB | very small, high quality loss |
41
+ | [Yi-1.5-34B-Chat-16K-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q3_K_L.gguf) | Q3_K_L | 16.894 GB | small, substantial quality loss |
42
+ | [Yi-1.5-34B-Chat-16K-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q4_0.gguf) | Q4_0 | 18.130 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
43
+ | [Yi-1.5-34B-Chat-16K-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q4_K_S.gguf) | Q4_K_S | 18.253 GB | small, greater quality loss |
44
+ | [Yi-1.5-34B-Chat-16K-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q4_K_M.gguf) | Q4_K_M | 19.240 GB | medium, balanced quality - recommended |
45
+ | [Yi-1.5-34B-Chat-16K-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q5_0.gguf) | Q5_0 | 22.080 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
46
+ | [Yi-1.5-34B-Chat-16K-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q5_K_S.gguf) | Q5_K_S | 22.080 GB | large, low quality loss - recommended |
47
+ | [Yi-1.5-34B-Chat-16K-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q5_K_M.gguf) | Q5_K_M | 22.651 GB | large, very low quality loss - recommended |
48
+ | [Yi-1.5-34B-Chat-16K-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q6_K.gguf) | Q6_K | 26.276 GB | very large, extremely low quality loss |
49
+ | [Yi-1.5-34B-Chat-16K-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-34B-Chat-16K-GGUF/tree/main/Yi-1.5-34B-Chat-16K-Q8_0.gguf) | Q8_0 | 34.033 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-34B-Chat-16K-GGUF --include "Yi-1.5-34B-Chat-16K-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-34B-Chat-16K-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
72
+ ```
Yi-1.5-34B-Chat-16K-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05e80aae4d110ff6adcf77b707bb797704b0b8b39b6b71f45cb4122940413f5
3
+ size 12825234304
Yi-1.5-34B-Chat-16K-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47fe598375a53cc73aeca5169923045fe9ba68df3ff3d227c8edff708abe7d70
3
+ size 18139446144
Yi-1.5-34B-Chat-16K-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c90e57dd8f20ce8e8ec94ea085f69b80a18cfc4d5a535f3ddabb706928b7806
3
+ size 16654924672
Yi-1.5-34B-Chat-16K-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdde8a78797ceb07d2aeb342554fec286265041c32f687d86271ba5e8066218b
3
+ size 14960294784
Yi-1.5-34B-Chat-16K-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8401725dce64f87d539d4804df61810ef0dbea739e513e51c5eb42258e163555
3
+ size 19466529664
Yi-1.5-34B-Chat-16K-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32d428bac13cc759ab865894c4c1d55413bbe3019ddc612fc65525480af24440
3
+ size 20658711424
Yi-1.5-34B-Chat-16K-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e09d8e5ede889ff70930cc2d475c0a37d2b1c5de5d6c0fffe4cf3b3a71cbf5
3
+ size 19598650240
Yi-1.5-34B-Chat-16K-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef647f13456c79429b5229dc5f3885ac1c1440fd57c10023486bb7150b4bc7b1
3
+ size 23707691904
Yi-1.5-34B-Chat-16K-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c38c0a2b96f4ddc22922a7758543e4bcb22a993611d3cceb41d233ad1c709bb
3
+ size 24321846144
Yi-1.5-34B-Chat-16K-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0177c42c98e1365d6480960009ea86ebd3b986a91f7b7f8acec48b0d570d4c54
3
+ size 23707691904
Yi-1.5-34B-Chat-16K-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa1fbc41718d43ad25cef4c145917e3f5dc830e3ae5fbab0c129edcf93a1f33
3
+ size 28213926784
Yi-1.5-34B-Chat-16K-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6134cb262ec9e08f83de4548e9ed0904e081f9e049b440d714d7ae2625203d8f
3
+ size 36542282624