morriszms commited on
Commit
04f7abf
·
verified ·
1 Parent(s): 0ef02d8

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-9B-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-1.5-9B-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-1.5-9B-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-1.5-9B-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-1.5-9B-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-1.5-9B-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-1.5-9B-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-1.5-9B-Chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-1.5-9B-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-1.5-9B-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-1.5-9B-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-1.5-9B-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
+ base_model: 01-ai/Yi-1.5-9B-Chat
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
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-9B-Chat - GGUF
21
+
22
+ This repo contains GGUF format model files for [01-ai/Yi-1.5-9B-Chat](https://huggingface.co/01-ai/Yi-1.5-9B-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-9B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q2_K.gguf) | Q2_K | 3.124 GB | smallest, significant quality loss - not recommended for most purposes |
39
+ | [Yi-1.5-9B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
40
+ | [Yi-1.5-9B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q3_K_M.gguf) | Q3_K_M | 4.027 GB | very small, high quality loss |
41
+ | [Yi-1.5-9B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q3_K_L.gguf) | Q3_K_L | 4.369 GB | small, substantial quality loss |
42
+ | [Yi-1.5-9B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q4_0.gguf) | Q4_0 | 4.691 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
43
+ | [Yi-1.5-9B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q4_K_S.gguf) | Q4_K_S | 4.724 GB | small, greater quality loss |
44
+ | [Yi-1.5-9B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q4_K_M.gguf) | Q4_K_M | 4.963 GB | medium, balanced quality - recommended |
45
+ | [Yi-1.5-9B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q5_0.gguf) | Q5_0 | 5.688 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
46
+ | [Yi-1.5-9B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q5_K_S.gguf) | Q5_K_S | 5.688 GB | large, low quality loss - recommended |
47
+ | [Yi-1.5-9B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q5_K_M.gguf) | Q5_K_M | 5.828 GB | large, very low quality loss - recommended |
48
+ | [Yi-1.5-9B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q6_K.gguf) | Q6_K | 6.748 GB | very large, extremely low quality loss |
49
+ | [Yi-1.5-9B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-Chat-GGUF/tree/main/Yi-1.5-9B-Chat-Q8_0.gguf) | Q8_0 | 8.739 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-9B-Chat-GGUF --include "Yi-1.5-9B-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-9B-Chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
72
+ ```
Yi-1.5-9B-Chat-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:438606fd66552467f0914518fb0fdc2cfcd2ce3535639a6300a4eadaf2c139ab
3
+ size 3354325568
Yi-1.5-9B-Chat-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbd7b38e2ec7f9de1550deeedcf8ccb59ffeb5a32db001f725418226cdb018ca
3
+ size 4690752064
Yi-1.5-9B-Chat-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b089cc03307fdd4de6c840a40d356872946cf57b934611ea86670294b081aba8
3
+ size 4324405824
Yi-1.5-9B-Chat-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45971b649079526d24992e5487e4108728a8636f7a07c3e5a8e495f2e789e1c2
3
+ size 3899208256
Yi-1.5-9B-Chat-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:867ac29b0eb4bdf9fe40a23c20e14b9df2caf6ff832ecb94731feeb7cf2ba13f
3
+ size 5036995136
Yi-1.5-9B-Chat-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:313f1af2ea0c0e5b99d5096245f819bb8d685a54546d7980032c4a9751d94eb6
3
+ size 5328958016
Yi-1.5-9B-Chat-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2582063c8ff88f26c3d7cb4fc0f5d12c0f1928c3e98300b181b1abc7c20bba86
3
+ size 5071860288
Yi-1.5-9B-Chat-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f5715d325efae5e3f85d362720873179ae1578228f65f9f72c373c89d381bb
3
+ size 6107853376
Yi-1.5-9B-Chat-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5f6a7134d831fd034d5a0c166848b38ca99543ff1e4bf11d992a8034a0756f
3
+ size 6258258496
Yi-1.5-9B-Chat-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d313d3ce2ce60c81372e7dd971ae26621dbfb854c59510f1cf697be997b51d2
3
+ size 6107853376
Yi-1.5-9B-Chat-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c162880e151ab90d3f3d8cca176bb346057885549643441872fb2a2b5b0683f6
3
+ size 7245640256
Yi-1.5-9B-Chat-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef1cd2105aa0fee4e8c7a30a591bd69f3034274c17f1cfc25ae3580404b0b24
3
+ size 9383916096