GGUF
TensorBlock
GGUF
morriszms commited on
Commit
e1e2b38
·
verified ·
1 Parent(s): fb7c290

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
+ koishi-instruct-3b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ koishi-instruct-3b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ koishi-instruct-3b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ koishi-instruct-3b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ koishi-instruct-3b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ koishi-instruct-3b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ koishi-instruct-3b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ koishi-instruct-3b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ koishi-instruct-3b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ koishi-instruct-3b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ koishi-instruct-3b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ koishi-instruct-3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - ewof/koishi-instruct-metharme
4
+ base_model: ewof/koishi-instruct-3b
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## ewof/koishi-instruct-3b - GGUF
22
+
23
+ This repo contains GGUF format model files for [ewof/koishi-instruct-3b](https://huggingface.co/ewof/koishi-instruct-3b).
24
+
25
+ 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).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [koishi-instruct-3b-Q2_K.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q2_K.gguf) | Q2_K | 1.012 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [koishi-instruct-3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q3_K_S.gguf) | Q3_K_S | 1.163 GB | very small, high quality loss |
45
+ | [koishi-instruct-3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q3_K_M.gguf) | Q3_K_M | 1.377 GB | very small, high quality loss |
46
+ | [koishi-instruct-3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q3_K_L.gguf) | Q3_K_L | 1.493 GB | small, substantial quality loss |
47
+ | [koishi-instruct-3b-Q4_0.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q4_0.gguf) | Q4_0 | 1.490 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [koishi-instruct-3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q4_K_S.gguf) | Q4_K_S | 1.502 GB | small, greater quality loss |
49
+ | [koishi-instruct-3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q4_K_M.gguf) | Q4_K_M | 1.664 GB | medium, balanced quality - recommended |
50
+ | [koishi-instruct-3b-Q5_0.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q5_0.gguf) | Q5_0 | 1.798 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [koishi-instruct-3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q5_K_S.gguf) | Q5_K_S | 1.798 GB | large, low quality loss - recommended |
52
+ | [koishi-instruct-3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q5_K_M.gguf) | Q5_K_M | 1.928 GB | large, very low quality loss - recommended |
53
+ | [koishi-instruct-3b-Q6_K.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q6_K.gguf) | Q6_K | 2.126 GB | very large, extremely low quality loss |
54
+ | [koishi-instruct-3b-Q8_0.gguf](https://huggingface.co/tensorblock/koishi-instruct-3b-GGUF/blob/main/koishi-instruct-3b-Q8_0.gguf) | Q8_0 | 2.751 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/koishi-instruct-3b-GGUF --include "koishi-instruct-3b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/koishi-instruct-3b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
koishi-instruct-3b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989be6d108af1fae68477c3aa86da782ad4cdde8ab0928e6706abbb89fe9b78b
3
+ size 1086593408
koishi-instruct-3b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b77f94313eb16b0d2dce4abb207991702a3916310a9caec8271399b55d32dbd
3
+ size 1602694528
koishi-instruct-3b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ddee265979ac2b58751043b5ed35dcbf1f2e1709d3afd6db73e174d4638cf58
3
+ size 1478176128
koishi-instruct-3b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:877b2bd7dacdc33b868d61207c41333d4a5d3cba179b467ab9066daf98e46aff
3
+ size 1248800128
koishi-instruct-3b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0959dfba9f0eda9208c2ae9cc956e6966dbfdd3e68983aad297311898513b7d
3
+ size 1600180608
koishi-instruct-3b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a629a6a010b49758d23999f77c4dead1c53bc5f4368846941d73cf9a9e5e33b8
3
+ size 1786958208
koishi-instruct-3b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82564d434a50c2408fd0ba7e07062e57966c106b16aee544231d5e5b27e6a209
3
+ size 1613287808
koishi-instruct-3b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:180068ba31f045891629b3c0177f87135b10066d82c05d84bc08e2e5d0231aca
3
+ size 1930891648
koishi-instruct-3b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8e3a579cfcf3b63134222aea4a34a4bb2a2d5f4c0fc407e011a61661600a841
3
+ size 2070155648
koishi-instruct-3b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b71650613c4dc074c6339ebd4030fb89adfc3a7148fe488463032736cfaaedc
3
+ size 1930891648
koishi-instruct-3b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5b4b5143e25962b5f6f9e92d70bbb252ec4f77f0236207b05ad3c7a10331d5
3
+ size 2282272128
koishi-instruct-3b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40f2ae8de509892f658e1bbe3f341075c8b491e76913cf2acb370d9a2664d6c1
3
+ size 2954292608