morriszms commited on
Commit
66fa113
1 Parent(s): ee738c5

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
+ llama2-13b.kor.v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-13b.kor.v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-13b.kor.v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-13b.kor.v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-13b.kor.v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-13b.kor.v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-13b.kor.v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-13b.kor.v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-13b.kor.v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-13b.kor.v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-13b.kor.v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-13b.kor.v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ tags:
5
+ - llama-2
6
+ - instruct
7
+ - instruction
8
+ - TensorBlock
9
+ - GGUF
10
+ pipeline_tag: text-generation
11
+ license: llama2
12
+ base_model: sanghwa-na/llama2-13b.kor.v1
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## sanghwa-na/llama2-13b.kor.v1 - GGUF
27
+
28
+ This repo contains GGUF format model files for [sanghwa-na/llama2-13b.kor.v1](https://huggingface.co/sanghwa-na/llama2-13b.kor.v1).
29
+
30
+ 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).
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [llama2-13b.kor.v1-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [llama2-13b.kor.v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
44
+ | [llama2-13b.kor.v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
45
+ | [llama2-13b.kor.v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
46
+ | [llama2-13b.kor.v1-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [llama2-13b.kor.v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
48
+ | [llama2-13b.kor.v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
49
+ | [llama2-13b.kor.v1-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [llama2-13b.kor.v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
51
+ | [llama2-13b.kor.v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
52
+ | [llama2-13b.kor.v1-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
53
+ | [llama2-13b.kor.v1-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v1-GGUF/tree/main/llama2-13b.kor.v1-Q8_0.gguf) | Q8_0 | 12.881 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/llama2-13b.kor.v1-GGUF --include "llama2-13b.kor.v1-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/llama2-13b.kor.v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
llama2-13b.kor.v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6795b696f866b0cf1858a7e62bc3dd16d7752c2a0e41dfc750354c5b182ebc54
3
+ size 4854270368
llama2-13b.kor.v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c675440c12ccea6f22518a24895d3a5e15427b73e0b176169bfaa748d2a87f9
3
+ size 6929559968
llama2-13b.kor.v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9605c3e42c89ae3d2a95bc076ec9f96360c7a638c8024b4d7c0fab35648656d2
3
+ size 6337769888
llama2-13b.kor.v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b852517b8da92959178b56be3176d2aaf7e2d0be5ded08c552ef6d32d9ba0f
3
+ size 5658980768
llama2-13b.kor.v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e982a32ba26bd19b34ed6fa721166130fe087096ec5a28a6c561305093c83b04
3
+ size 7365835168
llama2-13b.kor.v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e7ebc140e409df760fbb33952da02a490e7e4d1f362bfdfb6c3fc919de124a
3
+ size 7865956768
llama2-13b.kor.v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebfd0d6dcf9dc8e0d3a5c7a962e26c2a70c3cd22c59c0a91a9aa5278c68a445
3
+ size 7423179168
llama2-13b.kor.v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abc83fb45a20126dca9c83678217d483ed3da1edfaf936ec014e25134812d074
3
+ size 8972286368
llama2-13b.kor.v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3e3235695b7b968fd78e87671ac47ee19bcf79e9421ffce67319c1057cdb534
3
+ size 9229924768
llama2-13b.kor.v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c386c40b61f52847a527b38f5fe88f71b9219c686e43511b5c074e7ff97d4e5
3
+ size 8972286368
llama2-13b.kor.v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c41f9f15d57733377f5b6190d79ae9500a64cf1bf328b021cf2a393457146d3d
3
+ size 10679140768
llama2-13b.kor.v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f5eefe4d9e117e3c8b38db2f6123a82a540d47b45915b4cdb2f2f42ce0b70ba
3
+ size 13831319968