morriszms commited on
Commit
e2359ef
1 Parent(s): 48cef19

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-1.5-9B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-1.5-9B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-1.5-9B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-1.5-9B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-1.5-9B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-1.5-9B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-1.5-9B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-1.5-9B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-1.5-9B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-1.5-9B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-1.5-9B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: 01-ai/Yi-1.5-9B
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 - GGUF
21
+
22
+ This repo contains GGUF format model files for [01-ai/Yi-1.5-9B](https://huggingface.co/01-ai/Yi-1.5-9B).
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-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q2_K.gguf) | Q2_K | 3.124 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [Yi-1.5-9B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
38
+ | [Yi-1.5-9B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q3_K_M.gguf) | Q3_K_M | 4.027 GB | very small, high quality loss |
39
+ | [Yi-1.5-9B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q3_K_L.gguf) | Q3_K_L | 4.369 GB | small, substantial quality loss |
40
+ | [Yi-1.5-9B-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q4_0.gguf) | Q4_0 | 4.691 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [Yi-1.5-9B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q4_K_S.gguf) | Q4_K_S | 4.724 GB | small, greater quality loss |
42
+ | [Yi-1.5-9B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q4_K_M.gguf) | Q4_K_M | 4.963 GB | medium, balanced quality - recommended |
43
+ | [Yi-1.5-9B-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q5_0.gguf) | Q5_0 | 5.688 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [Yi-1.5-9B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q5_K_S.gguf) | Q5_K_S | 5.688 GB | large, low quality loss - recommended |
45
+ | [Yi-1.5-9B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q5_K_M.gguf) | Q5_K_M | 5.828 GB | large, very low quality loss - recommended |
46
+ | [Yi-1.5-9B-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-Q6_K.gguf) | Q6_K | 6.748 GB | very large, extremely low quality loss |
47
+ | [Yi-1.5-9B-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-1.5-9B-GGUF/tree/main/Yi-1.5-9B-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-GGUF --include "Yi-1.5-9B-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-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
Yi-1.5-9B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:519187858b0a14a00e3329e9e0b16b6d5d4a19803eca01fd6351fff212953907
3
+ size 3354324992
Yi-1.5-9B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e5f2f838dc7d7c82c49c609dbdd5a2e70d617b351f6158f8681aeaca8eaf8c
3
+ size 4690751488
Yi-1.5-9B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4470d14d8b5ae7585d5f2b03fc03199b8e81beab374245d35c10f633909885
3
+ size 4324405248
Yi-1.5-9B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68f7d49601e5cb4f7c1bedcac9cb9640c42ad31e88d4376dcdf0337fc82ad40f
3
+ size 3899207680
Yi-1.5-9B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1aedba92772dd523cb87a1ad6f9833d2feadedc7ff46c69ce18ab2e5e11b4b4
3
+ size 5036994560
Yi-1.5-9B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:000b23f3ecd07fcc27bbfb9444bc470c75d2d9fb68b5d7c4f86f084efa0af423
3
+ size 5328957440
Yi-1.5-9B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c219a741dbba4f978413517bc03d214fe417f2e073a222cfe2775d9ec7b2e44e
3
+ size 5071859712
Yi-1.5-9B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:721555ecb16beb19b664d5b9f357ad9c205028613fdc7b1547eabb8c79cf35c5
3
+ size 6107852800
Yi-1.5-9B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d3eefa5bef293001cb9f606e44d43a369522730db4bc01f36e1dd7be3c64db
3
+ size 6258257920
Yi-1.5-9B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd86ea74816d7283b97c2d6849a0c93ac1278f60140885799708a6b41c1fb45
3
+ size 6107852800
Yi-1.5-9B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:031376f3692dee38fb55e9e17af48d23d4b5ae63129eccc1f4bfb59dae300b89
3
+ size 7245639680
Yi-1.5-9B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30109a4c2897ee25e9bda2b7a2ce88fa9dd1249f238ecfce8790703f72a9144d
3
+ size 9383915520