morriszms commited on
Commit
90b175e
1 Parent(s): ea6c353

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
+ ShortKing-1.4b-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ShortKing-1.4b-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ShortKing-1.4b-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ShortKing-1.4b-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ShortKing-1.4b-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ShortKing-1.4b-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ShortKing-1.4b-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ShortKing-1.4b-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ShortKing-1.4b-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ShortKing-1.4b-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ShortKing-1.4b-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ShortKing-1.4b-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ datasets:
4
+ - vicgalle/alpaca-gpt4
5
+ language:
6
+ - en
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: AtAndDev/ShortKing-1.4b-v0.1
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## AtAndDev/ShortKing-1.4b-v0.1 - GGUF
25
+
26
+ This repo contains GGUF format model files for [AtAndDev/ShortKing-1.4b-v0.1](https://huggingface.co/AtAndDev/ShortKing-1.4b-v0.1).
27
+
28
+ 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).
29
+
30
+ ## Prompt template
31
+
32
+ ```
33
+
34
+ ```
35
+
36
+ ## Model file specification
37
+
38
+ | Filename | Quant type | File Size | Description |
39
+ | -------- | ---------- | --------- | ----------- |
40
+ | [ShortKing-1.4b-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q2_K.gguf) | Q2_K | 0.531 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [ShortKing-1.4b-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.607 GB | very small, high quality loss |
42
+ | [ShortKing-1.4b-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q3_K_M.gguf) | Q3_K_M | 0.709 GB | very small, high quality loss |
43
+ | [ShortKing-1.4b-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.766 GB | small, substantial quality loss |
44
+ | [ShortKing-1.4b-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q4_0.gguf) | Q4_0 | 0.770 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [ShortKing-1.4b-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.775 GB | small, greater quality loss |
46
+ | [ShortKing-1.4b-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.853 GB | medium, balanced quality - recommended |
47
+ | [ShortKing-1.4b-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q5_0.gguf) | Q5_0 | 0.922 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [ShortKing-1.4b-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.922 GB | large, low quality loss - recommended |
49
+ | [ShortKing-1.4b-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.984 GB | large, very low quality loss - recommended |
50
+ | [ShortKing-1.4b-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q6_K.gguf) | Q6_K | 1.084 GB | very large, extremely low quality loss |
51
+ | [ShortKing-1.4b-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/ShortKing-1.4b-v0.1-GGUF/tree/main/ShortKing-1.4b-v0.1-Q8_0.gguf) | Q8_0 | 1.403 GB | very large, extremely low quality loss - not recommended |
52
+
53
+
54
+ ## Downloading instruction
55
+
56
+ ### Command line
57
+
58
+ Firstly, install Huggingface Client
59
+
60
+ ```shell
61
+ pip install -U "huggingface_hub[cli]"
62
+ ```
63
+
64
+ Then, downoad the individual model file the a local directory
65
+
66
+ ```shell
67
+ huggingface-cli download tensorblock/ShortKing-1.4b-v0.1-GGUF --include "ShortKing-1.4b-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
68
+ ```
69
+
70
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/ShortKing-1.4b-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
ShortKing-1.4b-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e744d238ef4bd44f3b474863a88d6fd1854d38e9d85f3cd289735eb4dafdf4
3
+ size 570152480
ShortKing-1.4b-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38d1cb6ed22dca3da2158c74b918181e5f99cfc78f448cbf468fe66109c3912
3
+ size 822050336
ShortKing-1.4b-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79353b6517e583051d36b694e09cd234bb3064024f6c0a1a5be1da2f8b53fb5a
3
+ size 761232928
ShortKing-1.4b-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:636840da817c09bed9ed69efd0c9074ee2a3be067f250e61ae63972ac4f90e17
3
+ size 652181024
ShortKing-1.4b-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb65260e99b222b9f146a992afebda38609d6da353b71d230f17a5047d72cdba
3
+ size 826295840
ShortKing-1.4b-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2674ddd4af9739c69183bc34e861cfa410c691373eb0792371b6dc2faa995785
3
+ size 915949088
ShortKing-1.4b-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc14e8313e330f03ce6ef25de3ee3efe000ce60537d386dc5d32175c8c1da2a
3
+ size 832587296
ShortKing-1.4b-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae0fc8da6d8d1553d7f32775d6a5e67dddecbc6b5a83384418087152435db09
3
+ size 990168608
ShortKing-1.4b-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b61bb25f5c746b26edc9128e8cd667b4cf5c2ab71e1f2b1dcf344e366066f5f3
3
+ size 1057015328
ShortKing-1.4b-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b66130b2ad8c5c90b5060d0d570ab3cfc2b48290b4a267bffbe31979d0b4224
3
+ size 990168608
ShortKing-1.4b-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3016fa615ef0f17010a7d5c2c09eb2024c60134292e10ebfe09584bd48b7750
3
+ size 1164283424
ShortKing-1.4b-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78fd2216610f781bd5fe99de77c934e28d211823009b2cd2e90afa4d72d206af
3
+ size 1506737696