morriszms commited on
Commit
f542680
1 Parent(s): ff01e7a

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.v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-13b.kor.v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-13b.kor.v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-13b.kor.v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-13b.kor.v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-13b.kor.v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-13b.kor.v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-13b.kor.v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-13b.kor.v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-13b.kor.v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-13b.kor.v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-13b.kor.v2-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.v2
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.v2 - GGUF
27
+
28
+ This repo contains GGUF format model files for [sanghwa-na/llama2-13b.kor.v2](https://huggingface.co/sanghwa-na/llama2-13b.kor.v2).
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.v2-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [llama2-13b.kor.v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
44
+ | [llama2-13b.kor.v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
45
+ | [llama2-13b.kor.v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
46
+ | [llama2-13b.kor.v2-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [llama2-13b.kor.v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
48
+ | [llama2-13b.kor.v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
49
+ | [llama2-13b.kor.v2-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [llama2-13b.kor.v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
51
+ | [llama2-13b.kor.v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
52
+ | [llama2-13b.kor.v2-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
53
+ | [llama2-13b.kor.v2-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-13b.kor.v2-GGUF/tree/main/llama2-13b.kor.v2-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.v2-GGUF --include "llama2-13b.kor.v2-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.v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
llama2-13b.kor.v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937e34426ac7c0e802048643c0a5d32c61a7616712781e2e818502dd8b5a59ef
3
+ size 4854270432
llama2-13b.kor.v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0856a001137a46c2b310cf0f7eb7dbf4992c8909ab5e8b7b02bce1695322d48
3
+ size 6929560032
llama2-13b.kor.v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abefbdc7a92b4065de77a0542799f33a08bc995c40120d55d2876316b99a2e81
3
+ size 6337769952
llama2-13b.kor.v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c47e8affa182cc49f853e649a081713b7d9ba84af993580fa00a8df49187e1
3
+ size 5658980832
llama2-13b.kor.v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c92be7e203bf5c07484e445458c37f5f9bb67e72d9500da8c52457556af68656
3
+ size 7365835232
llama2-13b.kor.v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1c3100253bf47f1f4827e9009ed8c8bec92f694697856e76cddeec66ffff89
3
+ size 7865956832
llama2-13b.kor.v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68775f216903ff7f9c854f83b511d4096ba9c270408a59139f72cede5b848864
3
+ size 7423179232
llama2-13b.kor.v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4381f89d108b20c434464ac7282b1e160c5a9fd8bc0e8c2964f0d8e3afeb0fe3
3
+ size 8972286432
llama2-13b.kor.v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1654acaf8a1d1768ed8466452d1b2a3168a71745205e512c5207edf5256078bd
3
+ size 9229924832
llama2-13b.kor.v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:825bd9ce1b701d67e518e8878513521ac47449718a54401cded95dd09fa602e6
3
+ size 8972286432
llama2-13b.kor.v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:733f4bcf289dfd14d8f7035101dee2faf723ff8b37075195b94b8dab43d57a86
3
+ size 10679140832
llama2-13b.kor.v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db4d70531fd3d48b4b4406a21d0882ea05abd25383b5ee36ea450b9c114096c
3
+ size 13831320032