morriszms commited on
Commit
e24f363
·
verified ·
1 Parent(s): a7d51d2

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-32K-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-1.5-9B-32K-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-1.5-9B-32K-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-1.5-9B-32K-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-1.5-9B-32K-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-1.5-9B-32K-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-1.5-9B-32K-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-1.5-9B-32K-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-1.5-9B-32K-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-1.5-9B-32K-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-1.5-9B-32K-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-1.5-9B-32K-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: 01-ai/Yi-1.5-9B-32K
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-32K - GGUF
21
+
22
+ This repo contains GGUF format model files for [01-ai/Yi-1.5-9B-32K](https://huggingface.co/01-ai/Yi-1.5-9B-32K).
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
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [Yi-1.5-9B-32K-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q2_K.gguf) | Q2_K | 3.124 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [Yi-1.5-9B-32K-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
38
+ | [Yi-1.5-9B-32K-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q3_K_M.gguf) | Q3_K_M | 4.027 GB | very small, high quality loss |
39
+ | [Yi-1.5-9B-32K-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q3_K_L.gguf) | Q3_K_L | 4.369 GB | small, substantial quality loss |
40
+ | [Yi-1.5-9B-32K-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q4_0.gguf) | Q4_0 | 4.691 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [Yi-1.5-9B-32K-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q4_K_S.gguf) | Q4_K_S | 4.724 GB | small, greater quality loss |
42
+ | [Yi-1.5-9B-32K-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q4_K_M.gguf) | Q4_K_M | 4.963 GB | medium, balanced quality - recommended |
43
+ | [Yi-1.5-9B-32K-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q5_0.gguf) | Q5_0 | 5.688 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [Yi-1.5-9B-32K-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q5_K_S.gguf) | Q5_K_S | 5.688 GB | large, low quality loss - recommended |
45
+ | [Yi-1.5-9B-32K-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q5_K_M.gguf) | Q5_K_M | 5.828 GB | large, very low quality loss - recommended |
46
+ | [Yi-1.5-9B-32K-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q6_K.gguf) | Q6_K | 6.748 GB | very large, extremely low quality loss |
47
+ | [Yi-1.5-9B-32K-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-32K-GGUF/tree/main/Yi-1.5-9B-32K-Q8_0.gguf) | Q8_0 | 8.739 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/Yi-1.5-9B-32K-GGUF --include "Yi-1.5-9B-32K-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/Yi-1.5-9B-32K-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
Yi-1.5-9B-32K-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0699ff03ab762083312a9366b1e398ef9e363e041d700391a3fbdcfa56b6c30a
3
+ size 3354325024
Yi-1.5-9B-32K-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3374699af5da76bc49b58b21b99304d5c57f5c4b593df2577cba8ef2ef0ceb
3
+ size 4690751520
Yi-1.5-9B-32K-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6467c264110ad78c31d7ce97d91cab3079dc8c4c03c214c430db2d8f8203d044
3
+ size 4324405280
Yi-1.5-9B-32K-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f104c06488e39809b515c2cb18dbae2394309c37b60fdb527b722fd3aaa89c9a
3
+ size 3899207712
Yi-1.5-9B-32K-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d37f48f976be66bee49a096a0a965e38fbb9d397928d51aa20852175a874831c
3
+ size 5036994592
Yi-1.5-9B-32K-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67db36852ad3e04189ea57aa4178c1b61f33a606104cd2ef6f485831629499d0
3
+ size 5328957472
Yi-1.5-9B-32K-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4091d5c4262aaafffdd54e6194cd365131562b0c0db385f960b9f4e814756be9
3
+ size 5071859744
Yi-1.5-9B-32K-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eccf3a8c8410816defcd10941b0c06bc77e8c7861647da6ac6b722a266ce6c99
3
+ size 6107852832
Yi-1.5-9B-32K-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a70143973940fc749519bf7fe646f3f3687c05046036a7a846a5d8b895eea48
3
+ size 6258257952
Yi-1.5-9B-32K-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d55a03b986b7bcdc9d13aca7f12f12c5b3bc75572eeeefe60aa8c85f0437a854
3
+ size 6107852832
Yi-1.5-9B-32K-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:762e2480ec6d44fc43221509d14abe17b266494c9bcc4bf7decb022bef1dae1f
3
+ size 7245639712
Yi-1.5-9B-32K-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b496207cc6cd7754585a3dbabbe2b72bc5b2b10f1bd558eb34a36f80c6ecd2eb
3
+ size 9383915552