morriszms commited on
Commit
fabb6ad
·
verified ·
1 Parent(s): 51dcdad

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-Coder-9B-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-Coder-9B-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-Coder-9B-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-Coder-9B-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-Coder-9B-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-Coder-9B-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-Coder-9B-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-Coder-9B-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-Coder-9B-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-Coder-9B-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-Coder-9B-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-Coder-9B-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: 01-ai/Yi-Coder-9B-Chat
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## 01-ai/Yi-Coder-9B-Chat - GGUF
23
+
24
+ This repo contains GGUF format model files for [01-ai/Yi-Coder-9B-Chat](https://huggingface.co/01-ai/Yi-Coder-9B-Chat).
25
+
26
+ 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).
27
+
28
+ ## Prompt template
29
+
30
+ ```
31
+ <|im_start|>system
32
+ {system_prompt}<|im_end|>
33
+ <|im_start|>user
34
+ {prompt}<|im_end|>
35
+ <|im_start|>assistant
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [Yi-Coder-9B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q2_K.gguf) | Q2_K | 3.124 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [Yi-Coder-9B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
44
+ | [Yi-Coder-9B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q3_K_M.gguf) | Q3_K_M | 4.027 GB | very small, high quality loss |
45
+ | [Yi-Coder-9B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q3_K_L.gguf) | Q3_K_L | 4.369 GB | small, substantial quality loss |
46
+ | [Yi-Coder-9B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q4_0.gguf) | Q4_0 | 4.691 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [Yi-Coder-9B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q4_K_S.gguf) | Q4_K_S | 4.724 GB | small, greater quality loss |
48
+ | [Yi-Coder-9B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q4_K_M.gguf) | Q4_K_M | 4.963 GB | medium, balanced quality - recommended |
49
+ | [Yi-Coder-9B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q5_0.gguf) | Q5_0 | 5.688 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [Yi-Coder-9B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q5_K_S.gguf) | Q5_K_S | 5.688 GB | large, low quality loss - recommended |
51
+ | [Yi-Coder-9B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q5_K_M.gguf) | Q5_K_M | 5.828 GB | large, very low quality loss - recommended |
52
+ | [Yi-Coder-9B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q6_K.gguf) | Q6_K | 6.748 GB | very large, extremely low quality loss |
53
+ | [Yi-Coder-9B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q8_0.gguf) | Q8_0 | 8.739 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/Yi-Coder-9B-Chat-GGUF --include "Yi-Coder-9B-Chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/Yi-Coder-9B-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
Yi-Coder-9B-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db65651102c3fbd3dcc0dd6e9f676db8e80b584b32a8029b22224ca141ad3cd2
3
+ size 3354325856
Yi-Coder-9B-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4aae7ced0c53e2da74a28e0742522b03b68e5a8f229f2237ac11d2a6ad4b491
3
+ size 4690752352
Yi-Coder-9B-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39da56db1f10f7666965c5295667d180bf690fb5f33eff8c606c7bc0b4a8a2f
3
+ size 4324406112
Yi-Coder-9B-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ea285649c3ac3df6d7eb1ae5f0de7725d7966b455c284380db43ee437793cd
3
+ size 3899208544
Yi-Coder-9B-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3422932540dcf0b3003d18a6fbc12828cfbc1944092ed6d8a3cd6f03dac3bd8f
3
+ size 5036995424
Yi-Coder-9B-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08615c85ba122e3eb444961b62c4c4c5c222710fc36b4ff9330662fb90dc6cd2
3
+ size 5328958304
Yi-Coder-9B-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a43b9199a683069f76a2fd41fdfe42978ed12ade50c87b02d842142abe192ae
3
+ size 5071860576
Yi-Coder-9B-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d00934c8f21291142af09a1e5750e8e5fe9805a76c39c01844227d128d28457
3
+ size 6107853664
Yi-Coder-9B-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f281212c86cb02ed595cc525ada1a991e89297585a21890bb52d0af1c92f4254
3
+ size 6258258784
Yi-Coder-9B-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17086142eaa417853b23665731f21c17193edaaf1819efb46713de97ce3c828f
3
+ size 6107853664
Yi-Coder-9B-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0065d20902dd6fb5d064b66c9a180a13709a86efd7f4b2f1540040ff34ab5ca5
3
+ size 7245640544
Yi-Coder-9B-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31750cc50cc0f73e2a3f3a917b0b906e6dee5c325ecf506c37d2bd38d8afd2ff
3
+ size 9383916384