GGUF
English
Korean
TensorBlock
GGUF
morriszms commited on
Commit
867a3ae
·
verified ·
1 Parent(s): aada5c5

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
+ llama-2-ko-7b-bilingual-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-2-ko-7b-bilingual-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-2-ko-7b-bilingual-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-2-ko-7b-bilingual-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-2-ko-7b-bilingual-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-2-ko-7b-bilingual-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-2-ko-7b-bilingual-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-2-ko-7b-bilingual-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-2-ko-7b-bilingual-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-2-ko-7b-bilingual-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-2-ko-7b-bilingual-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-2-ko-7b-bilingual-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ datasets:
4
+ - Open-Orca/OpenOrca
5
+ - kyujinpy/KOR-OpenOrca-Platypus
6
+ language:
7
+ - en
8
+ - ko
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ base_model: Korabbit/llama-2-ko-7b-bilingual
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
+ ## Korabbit/llama-2-ko-7b-bilingual - GGUF
27
+
28
+ This repo contains GGUF format model files for [Korabbit/llama-2-ko-7b-bilingual](https://huggingface.co/Korabbit/llama-2-ko-7b-bilingual).
29
+
30
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
31
+
32
+ ## Our projects
33
+ <table border="1" cellspacing="0" cellpadding="10">
34
+ <tr>
35
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
36
+ <th style="font-size: 25px;">TensorBlock Studio</th>
37
+ </tr>
38
+ <tr>
39
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
40
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
41
+ </tr>
42
+ <tr>
43
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
44
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
45
+ </tr>
46
+ <tr>
47
+ <th>
48
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
49
+ display: inline-block;
50
+ padding: 8px 16px;
51
+ background-color: #FF7F50;
52
+ color: white;
53
+ text-decoration: none;
54
+ border-radius: 6px;
55
+ font-weight: bold;
56
+ font-family: sans-serif;
57
+ ">👀 See what we built 👀</a>
58
+ </th>
59
+ <th>
60
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
61
+ display: inline-block;
62
+ padding: 8px 16px;
63
+ background-color: #FF7F50;
64
+ color: white;
65
+ text-decoration: none;
66
+ border-radius: 6px;
67
+ font-weight: bold;
68
+ font-family: sans-serif;
69
+ ">👀 See what we built 👀</a>
70
+ </th>
71
+ </tr>
72
+ </table>
73
+
74
+ ## Prompt template
75
+
76
+ ```
77
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
78
+ ```
79
+
80
+ ## Model file specification
81
+
82
+ | Filename | Quant type | File Size | Description |
83
+ | -------- | ---------- | --------- | ----------- |
84
+ | [llama-2-ko-7b-bilingual-Q2_K.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q2_K.gguf) | Q2_K | 2.601 GB | smallest, significant quality loss - not recommended for most purposes |
85
+ | [llama-2-ko-7b-bilingual-Q3_K_S.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q3_K_S.gguf) | Q3_K_S | 3.022 GB | very small, high quality loss |
86
+ | [llama-2-ko-7b-bilingual-Q3_K_M.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q3_K_M.gguf) | Q3_K_M | 3.372 GB | very small, high quality loss |
87
+ | [llama-2-ko-7b-bilingual-Q3_K_L.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q3_K_L.gguf) | Q3_K_L | 3.671 GB | small, substantial quality loss |
88
+ | [llama-2-ko-7b-bilingual-Q4_0.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q4_0.gguf) | Q4_0 | 3.907 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
89
+ | [llama-2-ko-7b-bilingual-Q4_K_S.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q4_K_S.gguf) | Q4_K_S | 3.938 GB | small, greater quality loss |
90
+ | [llama-2-ko-7b-bilingual-Q4_K_M.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q4_K_M.gguf) | Q4_K_M | 4.163 GB | medium, balanced quality - recommended |
91
+ | [llama-2-ko-7b-bilingual-Q5_0.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q5_0.gguf) | Q5_0 | 4.741 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
92
+ | [llama-2-ko-7b-bilingual-Q5_K_S.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q5_K_S.gguf) | Q5_K_S | 4.741 GB | large, low quality loss - recommended |
93
+ | [llama-2-ko-7b-bilingual-Q5_K_M.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q5_K_M.gguf) | Q5_K_M | 4.872 GB | large, very low quality loss - recommended |
94
+ | [llama-2-ko-7b-bilingual-Q6_K.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q6_K.gguf) | Q6_K | 5.626 GB | very large, extremely low quality loss |
95
+ | [llama-2-ko-7b-bilingual-Q8_0.gguf](https://huggingface.co/tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF/blob/main/llama-2-ko-7b-bilingual-Q8_0.gguf) | Q8_0 | 7.286 GB | very large, extremely low quality loss - not recommended |
96
+
97
+
98
+ ## Downloading instruction
99
+
100
+ ### Command line
101
+
102
+ Firstly, install Huggingface Client
103
+
104
+ ```shell
105
+ pip install -U "huggingface_hub[cli]"
106
+ ```
107
+
108
+ Then, downoad the individual model file the a local directory
109
+
110
+ ```shell
111
+ huggingface-cli download tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF --include "llama-2-ko-7b-bilingual-Q2_K.gguf" --local-dir MY_LOCAL_DIR
112
+ ```
113
+
114
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
115
+
116
+ ```shell
117
+ huggingface-cli download tensorblock/Korabbit_llama-2-ko-7b-bilingual-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
118
+ ```
llama-2-ko-7b-bilingual-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe0cfdc9ce261ec218cd8b8ed4f916a42d6d30c9f71b48e8dd5ee5fddb001979
3
+ size 2600653152
llama-2-ko-7b-bilingual-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa479e9042c33e47586637132c3cdb293594370bf842f7b1a76aee2a5aac3798
3
+ size 3670864224
llama-2-ko-7b-bilingual-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d4999eec078a73cf2c7cd57f7a06438cc529f6538227836353d985f4a31f652
3
+ size 3371757920
llama-2-ko-7b-bilingual-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0493e0cda7e74c7c8e0ff0ba6d3bbc571cbd71d4c11499fc7d4cab409553cb67
3
+ size 3022057824
llama-2-ko-7b-bilingual-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128b427104e41253b1b568c4c3a80f0170e1f9bc483b81ddcdf0f9d2ea94ed85
3
+ size 3907359072
llama-2-ko-7b-bilingual-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ac693698dc7d84fa6e31123c57fa342fc006006ca5f5b0557df5049ffc575c
3
+ size 4162556256
llama-2-ko-7b-bilingual-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b8001afa3515c6a752a96e6493dbf0ca3a8d2c98a272b6686e6fa81af9fde8
3
+ size 3938292064
llama-2-ko-7b-bilingual-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8e46802ea9bf0fda79fc6436fe152c0fc354328679b112c53103010be99635
3
+ size 4740583776
llama-2-ko-7b-bilingual-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc2b15a0987134b4c7625c4f08e22d10024c04c32765d0f135aa365b4de05db
3
+ size 4872048992
llama-2-ko-7b-bilingual-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3764058049ffc9172cc510bc23495587c0ad587f53b7927835bfed5f818a0822
3
+ size 4740583776
llama-2-ko-7b-bilingual-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:387db38375ba520bcae6b389ae63c180c0b66aa6e9635ffccae0a978953399e1
3
+ size 5625885024
llama-2-ko-7b-bilingual-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8940ccb265b48737178b87ffbb4e7c770386572f28face93e26d589744412659
3
+ size 7286223200