morriszms commited on
Commit
454b3ce
1 Parent(s): 0d9e08f

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
+ zephykor-ko-beta-7b-chang-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ zephykor-ko-beta-7b-chang-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ zephykor-ko-beta-7b-chang-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ zephykor-ko-beta-7b-chang-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ zephykor-ko-beta-7b-chang-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ zephykor-ko-beta-7b-chang-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ zephykor-ko-beta-7b-chang-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ zephykor-ko-beta-7b-chang-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ zephykor-ko-beta-7b-chang-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ zephykor-ko-beta-7b-chang-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ zephykor-ko-beta-7b-chang-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ zephykor-ko-beta-7b-chang-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ - en
5
+ base_model: lcw99/zephykor-ko-beta-7b-chang
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
+ ## lcw99/zephykor-ko-beta-7b-chang - GGUF
23
+
24
+ This repo contains GGUF format model files for [lcw99/zephykor-ko-beta-7b-chang](https://huggingface.co/lcw99/zephykor-ko-beta-7b-chang).
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
+ ## Prompt template
29
+
30
+ ```
31
+ <|system|>
32
+ {system_prompt}</s>
33
+ <|user|>
34
+ {prompt}</s>
35
+ <|assistant|>
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [zephykor-ko-beta-7b-chang-Q2_K.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q2_K.gguf) | Q2_K | 2.697 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [zephykor-ko-beta-7b-chang-Q3_K_S.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q3_K_S.gguf) | Q3_K_S | 3.126 GB | very small, high quality loss |
44
+ | [zephykor-ko-beta-7b-chang-Q3_K_M.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q3_K_M.gguf) | Q3_K_M | 3.456 GB | very small, high quality loss |
45
+ | [zephykor-ko-beta-7b-chang-Q3_K_L.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q3_K_L.gguf) | Q3_K_L | 3.738 GB | small, substantial quality loss |
46
+ | [zephykor-ko-beta-7b-chang-Q4_0.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q4_0.gguf) | Q4_0 | 4.025 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [zephykor-ko-beta-7b-chang-Q4_K_S.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q4_K_S.gguf) | Q4_K_S | 4.054 GB | small, greater quality loss |
48
+ | [zephykor-ko-beta-7b-chang-Q4_K_M.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q4_K_M.gguf) | Q4_K_M | 4.266 GB | medium, balanced quality - recommended |
49
+ | [zephykor-ko-beta-7b-chang-Q5_0.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q5_0.gguf) | Q5_0 | 4.870 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [zephykor-ko-beta-7b-chang-Q5_K_S.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q5_K_S.gguf) | Q5_K_S | 4.870 GB | large, low quality loss - recommended |
51
+ | [zephykor-ko-beta-7b-chang-Q5_K_M.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q5_K_M.gguf) | Q5_K_M | 4.995 GB | large, very low quality loss - recommended |
52
+ | [zephykor-ko-beta-7b-chang-Q6_K.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q6_K.gguf) | Q6_K | 5.769 GB | very large, extremely low quality loss |
53
+ | [zephykor-ko-beta-7b-chang-Q8_0.gguf](https://huggingface.co/tensorblock/zephykor-ko-beta-7b-chang-GGUF/tree/main/zephykor-ko-beta-7b-chang-Q8_0.gguf) | Q8_0 | 7.471 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/zephykor-ko-beta-7b-chang-GGUF --include "zephykor-ko-beta-7b-chang-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/zephykor-ko-beta-7b-chang-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
zephykor-ko-beta-7b-chang-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0284ba13e8fb6af921bacd54183e125c360d1d055980098edb5d9b65fc4b8cc8
3
+ size 2895848192
zephykor-ko-beta-7b-chang-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc704bc06719efa80372b80c5b3e691cb81b3b9c48e880392c782f4268ea4b9
3
+ size 4014165760
zephykor-ko-beta-7b-chang-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c65ae4a033160cfdf594ff409a963b785755a86267f618912db83479c6d2b1
3
+ size 3711127296
zephykor-ko-beta-7b-chang-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556e95ea094a678044f895f69b3b866e4a141773c8ebaaf1c81b3653bcfcd7a9
3
+ size 3356708608
zephykor-ko-beta-7b-chang-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3429ac4ffc65dba51a27c05120d66313a8201272ad8b109f9c6b265eec4b0cc
3
+ size 4321372928
zephykor-ko-beta-7b-chang-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b16a72b25146f8a5a8fedc0e778dbed1fcb02ec1b4ee6c520a54ad133510ec
3
+ size 4580895488
zephykor-ko-beta-7b-chang-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74dced1bc649875b2284bc0f9f88329bf38620c00d9dd6900ebfd333b9259a0f
3
+ size 4352830208
zephykor-ko-beta-7b-chang-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24f6f70a9673923035f753f7f1f7492c232535753b376deea58cedfd2699a9b
3
+ size 5229292288
zephykor-ko-beta-7b-chang-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0228e55dbe65cb8c639d233906c81e2ac6d0f17512a55ee20b240b3806f1dad
3
+ size 5362985728
zephykor-ko-beta-7b-chang-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f09631ac6b483b419644300b714bcdc93c5c417e5c300be1a47252fd1f855dd
3
+ size 5229292288
zephykor-ko-beta-7b-chang-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2052ac8b0626f048b7f8c19b1c882f6fde18d82f93a1daea3d0ec7bceee73150
3
+ size 6193956608
zephykor-ko-beta-7b-chang-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26103b74795f39d4a50ed1903989f8f271d699dfb792c897c06e67705048125
3
+ size 8021839616