morriszms commited on
Commit
31c6953
·
verified ·
1 Parent(s): 880c121

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
+ k2s3_test_0001-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ k2s3_test_0001-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ k2s3_test_0001-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ k2s3_test_0001-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ k2s3_test_0001-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ k2s3_test_0001-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ k2s3_test_0001-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ k2s3_test_0001-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ k2s3_test_0001-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ k2s3_test_0001-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ k2s3_test_0001-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ k2s3_test_0001-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language: ko
4
+ base_model: Byungchae/k2s3_test_0001
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
+ ## Byungchae/k2s3_test_0001 - GGUF
22
+
23
+ This repo contains GGUF format model files for [Byungchae/k2s3_test_0001](https://huggingface.co/Byungchae/k2s3_test_0001).
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
+ ## Prompt template
28
+
29
+ ```
30
+ <s>[INST] <<SYS>>
31
+ {system_prompt}
32
+ <</SYS>>
33
+
34
+ {prompt} [/INST]
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [k2s3_test_0001-Q2_K.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [k2s3_test_0001-Q3_K_S.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
43
+ | [k2s3_test_0001-Q3_K_M.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
44
+ | [k2s3_test_0001-Q3_K_L.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
45
+ | [k2s3_test_0001-Q4_0.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [k2s3_test_0001-Q4_K_S.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
47
+ | [k2s3_test_0001-Q4_K_M.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
48
+ | [k2s3_test_0001-Q5_0.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [k2s3_test_0001-Q5_K_S.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
50
+ | [k2s3_test_0001-Q5_K_M.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
51
+ | [k2s3_test_0001-Q6_K.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
52
+ | [k2s3_test_0001-Q8_0.gguf](https://huggingface.co/tensorblock/k2s3_test_0001-GGUF/tree/main/k2s3_test_0001-Q8_0.gguf) | Q8_0 | 12.881 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/k2s3_test_0001-GGUF --include "k2s3_test_0001-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/k2s3_test_0001-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
k2s3_test_0001-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9e77c3c891f38b62ea0d160a56aefc4885fcefbf7b206a50d74c603fcff155
3
+ size 4854271136
k2s3_test_0001-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71e124e2af93db128e97338fca1e5bebdba4f3a7e5932a100734c68a41ac28b4
3
+ size 6929560736
k2s3_test_0001-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fdf58c196f3c99202c2bde406911f2b1776e6f52fa51929d35500bcfe41722
3
+ size 6337770656
k2s3_test_0001-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b253d832c6706b04f8320007d67034cb49e007c88c0430b82c63fde9fce8bc
3
+ size 5658981536
k2s3_test_0001-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82b643872952e3dec13056d2ba4baa98bfedb5c52cdd265912aa6e02dade67f0
3
+ size 7365835936
k2s3_test_0001-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de2ea6e41f337d19726dd77e71b76c439abf276ce5f8f082b55d63bd71579a16
3
+ size 7865957536
k2s3_test_0001-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe35e6cab2c35e402f6af73668fc9f470174963dde556a0471ff43b5fca1569
3
+ size 7423179936
k2s3_test_0001-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5930b49a6b9a68c205fa161819854b1e0710050e2750d8ddef50e948d302cf9
3
+ size 8972287136
k2s3_test_0001-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb0f6f61a8e563c0129740f961cfc705f73af7807a3f682835a79db4b8bec82c
3
+ size 9229925536
k2s3_test_0001-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f6da75afe4737cb0ac9a3a9a53aa76a5017d04864aab64079463ea3634df7e2
3
+ size 8972287136
k2s3_test_0001-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a830ab90e697db0630c45dbe9c482001a7f48748f54fb4732e4499c4144b181a
3
+ size 10679141536
k2s3_test_0001-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e12b38f6c29721eda2737cb86f6a50a0d6c6ad07223b71542967300e3bf2a1
3
+ size 13831320736