morriszms commited on
Commit
d1b9f5b
·
verified ·
1 Parent(s): 23d6e77

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
+ ko-pt-model-test1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ko-pt-model-test1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ko-pt-model-test1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ko-pt-model-test1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ko-pt-model-test1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ko-pt-model-test1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ko-pt-model-test1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ko-pt-model-test1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ko-pt-model-test1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ko-pt-model-test1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ko-pt-model-test1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ko-pt-model-test1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - kor
5
+ base_model: kimdeokgi/ko-pt-model-test1
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## kimdeokgi/ko-pt-model-test1 - GGUF
23
+
24
+ This repo contains GGUF format model files for [kimdeokgi/ko-pt-model-test1](https://huggingface.co/kimdeokgi/ko-pt-model-test1).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ {system_prompt}{prompt}
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [ko-pt-model-test1-Q2_K.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q2_K.gguf) | Q2_K | 3.038 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [ko-pt-model-test1-Q3_K_S.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q3_K_S.gguf) | Q3_K_S | 3.497 GB | very small, high quality loss |
46
+ | [ko-pt-model-test1-Q3_K_M.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q3_K_M.gguf) | Q3_K_M | 3.827 GB | very small, high quality loss |
47
+ | [ko-pt-model-test1-Q3_K_L.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q3_K_L.gguf) | Q3_K_L | 4.110 GB | small, substantial quality loss |
48
+ | [ko-pt-model-test1-Q4_0.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q4_0.gguf) | Q4_0 | 4.434 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [ko-pt-model-test1-Q4_K_S.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q4_K_S.gguf) | Q4_K_S | 4.464 GB | small, greater quality loss |
50
+ | [ko-pt-model-test1-Q4_K_M.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q4_K_M.gguf) | Q4_K_M | 4.676 GB | medium, balanced quality - recommended |
51
+ | [ko-pt-model-test1-Q5_0.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q5_0.gguf) | Q5_0 | 5.316 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [ko-pt-model-test1-Q5_K_S.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q5_K_S.gguf) | Q5_K_S | 5.316 GB | large, low quality loss - recommended |
53
+ | [ko-pt-model-test1-Q5_K_M.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q5_K_M.gguf) | Q5_K_M | 5.441 GB | large, very low quality loss - recommended |
54
+ | [ko-pt-model-test1-Q6_K.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
55
+ | [ko-pt-model-test1-Q8_0.gguf](https://huggingface.co/tensorblock/ko-pt-model-test1-GGUF/blob/main/ko-pt-model-test1-Q8_0.gguf) | Q8_0 | 8.097 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/ko-pt-model-test1-GGUF --include "ko-pt-model-test1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/ko-pt-model-test1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
ko-pt-model-test1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e2cb7370b713a4ffec09006ee4fc0174d72a51dcba04b2baf32ff8b1d5c216f
3
+ size 3262522496
ko-pt-model-test1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:964eacc190895adc701d0f2b1a6bb1e9953a21775e169fb03d350113863602aa
3
+ size 4412642432
ko-pt-model-test1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0af12a7215fa9a9e9c41ed0b7278ef2c4e2c2d0e97837b8011deb301311a8b99
3
+ size 4109603968
ko-pt-model-test1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56242f88d5ea3463d1e9f593b1a041939c4254c90c6e663a09238846d1a14ab5
3
+ size 3755185280
ko-pt-model-test1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0cc0455b46ae11f0ce003c4d9c2dc04c7712b04bded65966fcf2502d7a6d917
3
+ size 4761437312
ko-pt-model-test1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506a7a980de6a383344a4ec5e775cabbb1db765c484d1b0dc247308e9c999659
3
+ size 5020959872
ko-pt-model-test1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3574eebe997d184858bbe6e0510c731c356094996c40107784eb97736f96a77e
3
+ size 4792894592
ko-pt-model-test1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86a59832f33fc6988081600fc0d586f2cd6519f37028c5febb0a7a289c86c33
3
+ size 5708498048
ko-pt-model-test1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab10c2c6320007088cd08ce014fda8e1f5868914662db4bf58544c53ae28aaf
3
+ size 5842191488
ko-pt-model-test1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc15f02a2f50c48cda5c5c1cc498f8ba6d3c7f4b064dc7fa97f4e862712169fd
3
+ size 5708498048
ko-pt-model-test1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e74a08bf6d2b721c707ce705cf34535b70d4ea8fe69e370aaba676fb4d3406
3
+ size 6714750080
ko-pt-model-test1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9a1f23720c084a229202246f57f8bef0b4d4291992b68fde164aedb0b18d56
3
+ size 8694305920