Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +160 -0
- kanana-1.5-2.1b-instruct-2505-Q2_K.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q3_K_L.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q3_K_M.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q3_K_S.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q4_0.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q4_K_M.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q4_K_S.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q5_0.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q5_K_M.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q5_K_S.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q6_K.gguf +3 -0
- kanana-1.5-2.1b-instruct-2505-Q8_0.gguf +3 -0
.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 |
+
kanana-1.5-2.1b-instruct-2505-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
kanana-1.5-2.1b-instruct-2505-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
kanana-1.5-2.1b-instruct-2505-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
kanana-1.5-2.1b-instruct-2505-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
kanana-1.5-2.1b-instruct-2505-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
kanana-1.5-2.1b-instruct-2505-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
kanana-1.5-2.1b-instruct-2505-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
kanana-1.5-2.1b-instruct-2505-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
kanana-1.5-2.1b-instruct-2505-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
kanana-1.5-2.1b-instruct-2505-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
kanana-1.5-2.1b-instruct-2505-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
kanana-1.5-2.1b-instruct-2505-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ko
|
5 |
+
library_name: transformers
|
6 |
+
license: apache-2.0
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
model_id: kakaocorp/kanana-1.5-2.1b-instruct-2505
|
9 |
+
repo: kakaocorp/kanana-1.5-2.1b-instruct-2505
|
10 |
+
developers: Kanana LLM
|
11 |
+
training_regime: bf16 mixed precision
|
12 |
+
base_model: kakaocorp/kanana-1.5-2.1b-instruct-2505
|
13 |
+
tags:
|
14 |
+
- TensorBlock
|
15 |
+
- GGUF
|
16 |
+
---
|
17 |
+
|
18 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
19 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
20 |
+
</div>
|
21 |
+
|
22 |
+
[](https://tensorblock.co)
|
23 |
+
[](https://twitter.com/tensorblock_aoi)
|
24 |
+
[](https://discord.gg/Ej5NmeHFf2)
|
25 |
+
[](https://github.com/TensorBlock)
|
26 |
+
[](https://t.me/TensorBlock)
|
27 |
+
|
28 |
+
|
29 |
+
## kakaocorp/kanana-1.5-2.1b-instruct-2505 - GGUF
|
30 |
+
|
31 |
+
<div style="text-align: left; margin: 20px 0;">
|
32 |
+
<a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
33 |
+
Join our Discord to learn more about what we're building ↗
|
34 |
+
</a>
|
35 |
+
</div>
|
36 |
+
|
37 |
+
This repo contains GGUF format model files for [kakaocorp/kanana-1.5-2.1b-instruct-2505](https://huggingface.co/kakaocorp/kanana-1.5-2.1b-instruct-2505).
|
38 |
+
|
39 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
|
40 |
+
|
41 |
+
## Our projects
|
42 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
43 |
+
<tr>
|
44 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
45 |
+
</tr>
|
46 |
+
<tr>
|
47 |
+
<th colspan="2">
|
48 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
49 |
+
</th>
|
50 |
+
</tr>
|
51 |
+
<tr>
|
52 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
53 |
+
</tr>
|
54 |
+
<tr>
|
55 |
+
<th colspan="2">
|
56 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
57 |
+
display: inline-block;
|
58 |
+
padding: 8px 16px;
|
59 |
+
background-color: #FF7F50;
|
60 |
+
color: white;
|
61 |
+
text-decoration: none;
|
62 |
+
border-radius: 6px;
|
63 |
+
font-weight: bold;
|
64 |
+
font-family: sans-serif;
|
65 |
+
">🚀 Try it now! 🚀</a>
|
66 |
+
</th>
|
67 |
+
</tr>
|
68 |
+
|
69 |
+
<tr>
|
70 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
71 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
72 |
+
</tr>
|
73 |
+
<tr>
|
74 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
75 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
76 |
+
</tr>
|
77 |
+
<tr>
|
78 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
79 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
80 |
+
</tr>
|
81 |
+
<tr>
|
82 |
+
<th>
|
83 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
84 |
+
display: inline-block;
|
85 |
+
padding: 8px 16px;
|
86 |
+
background-color: #FF7F50;
|
87 |
+
color: white;
|
88 |
+
text-decoration: none;
|
89 |
+
border-radius: 6px;
|
90 |
+
font-weight: bold;
|
91 |
+
font-family: sans-serif;
|
92 |
+
">👀 See what we built 👀</a>
|
93 |
+
</th>
|
94 |
+
<th>
|
95 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
96 |
+
display: inline-block;
|
97 |
+
padding: 8px 16px;
|
98 |
+
background-color: #FF7F50;
|
99 |
+
color: white;
|
100 |
+
text-decoration: none;
|
101 |
+
border-radius: 6px;
|
102 |
+
font-weight: bold;
|
103 |
+
font-family: sans-serif;
|
104 |
+
">👀 See what we built 👀</a>
|
105 |
+
</th>
|
106 |
+
</tr>
|
107 |
+
</table>
|
108 |
+
|
109 |
+
## Prompt template
|
110 |
+
|
111 |
+
```
|
112 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
113 |
+
|
114 |
+
|
115 |
+
<|eot_id|><|start_header_id|>system<|end_header_id|>
|
116 |
+
|
117 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
118 |
+
|
119 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
120 |
+
```
|
121 |
+
|
122 |
+
## Model file specification
|
123 |
+
|
124 |
+
| Filename | Quant type | File Size | Description |
|
125 |
+
| -------- | ---------- | --------- | ----------- |
|
126 |
+
| [kanana-1.5-2.1b-instruct-2505-Q2_K.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q2_K.gguf) | Q2_K | 1.014 GB | smallest, significant quality loss - not recommended for most purposes |
|
127 |
+
| [kanana-1.5-2.1b-instruct-2505-Q3_K_S.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q3_K_S.gguf) | Q3_K_S | 1.155 GB | very small, high quality loss |
|
128 |
+
| [kanana-1.5-2.1b-instruct-2505-Q3_K_M.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q3_K_M.gguf) | Q3_K_M | 1.246 GB | very small, high quality loss |
|
129 |
+
| [kanana-1.5-2.1b-instruct-2505-Q3_K_L.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q3_K_L.gguf) | Q3_K_L | 1.302 GB | small, substantial quality loss |
|
130 |
+
| [kanana-1.5-2.1b-instruct-2505-Q4_0.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q4_0.gguf) | Q4_0 | 1.371 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
131 |
+
| [kanana-1.5-2.1b-instruct-2505-Q4_K_S.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q4_K_S.gguf) | Q4_K_S | 1.433 GB | small, greater quality loss |
|
132 |
+
| [kanana-1.5-2.1b-instruct-2505-Q4_K_M.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q4_K_M.gguf) | Q4_K_M | 1.523 GB | medium, balanced quality - recommended |
|
133 |
+
| [kanana-1.5-2.1b-instruct-2505-Q5_0.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q5_0.gguf) | Q5_0 | 1.632 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
134 |
+
| [kanana-1.5-2.1b-instruct-2505-Q5_K_S.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q5_K_S.gguf) | Q5_K_S | 1.660 GB | large, low quality loss - recommended |
|
135 |
+
| [kanana-1.5-2.1b-instruct-2505-Q5_K_M.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q5_K_M.gguf) | Q5_K_M | 1.737 GB | large, very low quality loss - recommended |
|
136 |
+
| [kanana-1.5-2.1b-instruct-2505-Q6_K.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q6_K.gguf) | Q6_K | 2.021 GB | very large, extremely low quality loss |
|
137 |
+
| [kanana-1.5-2.1b-instruct-2505-Q8_0.gguf](https://huggingface.co/tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF/blob/main/kanana-1.5-2.1b-instruct-2505-Q8_0.gguf) | Q8_0 | 2.470 GB | very large, extremely low quality loss - not recommended |
|
138 |
+
|
139 |
+
|
140 |
+
## Downloading instruction
|
141 |
+
|
142 |
+
### Command line
|
143 |
+
|
144 |
+
Firstly, install Huggingface Client
|
145 |
+
|
146 |
+
```shell
|
147 |
+
pip install -U "huggingface_hub[cli]"
|
148 |
+
```
|
149 |
+
|
150 |
+
Then, downoad the individual model file the a local directory
|
151 |
+
|
152 |
+
```shell
|
153 |
+
huggingface-cli download tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF --include "kanana-1.5-2.1b-instruct-2505-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
154 |
+
```
|
155 |
+
|
156 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
157 |
+
|
158 |
+
```shell
|
159 |
+
huggingface-cli download tensorblock/kakaocorp_kanana-1.5-2.1b-instruct-2505-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
160 |
+
```
|
kanana-1.5-2.1b-instruct-2505-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1049fa915d61e73b4daa3b54e0a07b9eb3210318fbec40dca60fb2f532a774fa
|
3 |
+
size 1013846080
|
kanana-1.5-2.1b-instruct-2505-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3e548decce3fba2e820d9aef36543d7824692695921208ec86fb9fba8b0c2a3
|
3 |
+
size 1302233184
|
kanana-1.5-2.1b-instruct-2505-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c349b699dc46b886f9f45ee8fe74fc2545ec7019a9486808272ea14ff7f89ec
|
3 |
+
size 1246236768
|
kanana-1.5-2.1b-instruct-2505-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85f21020e562ea9599d9d3a4580bff1abf0899763ce70c312533b9f63061d24a
|
3 |
+
size 1154973792
|
kanana-1.5-2.1b-instruct-2505-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:411ce6d36f16b5405e919c692816ccfab8828d4f50aa2cd81a5d464730f7b7b9
|
3 |
+
size 1370720544
|
kanana-1.5-2.1b-instruct-2505-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f40202aae7a413f81042d8b03ae9be4904067ae9ec066cb82999f17a599538f8
|
3 |
+
size 1522796832
|
kanana-1.5-2.1b-instruct-2505-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:176b5738b96e4dd328f9aa1ecac651bdc9311a2e0338a983ddfb4b0e2b554f06
|
3 |
+
size 1433053472
|
kanana-1.5-2.1b-instruct-2505-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe21aeda8d29e1f7fa66205e9e35e68b602f26329f1396481e80633b13ec868b
|
3 |
+
size 1631579072
|
kanana-1.5-2.1b-instruct-2505-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b0a38d0247ba9ac6d9c1f11ca581749029f7113521211fa5f0da4ba027af8e3
|
3 |
+
size 1736633280
|
kanana-1.5-2.1b-instruct-2505-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be5ce10fc7a3a06de0eb70ade79420005bca7797f67ec1b875b02ecb9c820ac9
|
3 |
+
size 1660480448
|
kanana-1.5-2.1b-instruct-2505-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff5f910cc25013c13192dc3a54a0bf49e39cf3348f174920c51e7a6ee7ed12be
|
3 |
+
size 2020734080
|
kanana-1.5-2.1b-instruct-2505-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc0310348543b02bfa6ca267ad9c526fc732b54d38c545cff5bf8e9dfecfcbdd
|
3 |
+
size 2469819072
|