morriszms commited on
Commit
a998f03
·
verified ·
1 Parent(s): 90507fc

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
+ mistral-ko-llm-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-ko-llm-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-ko-llm-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-ko-llm-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-ko-llm-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-ko-llm-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-ko-llm-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-ko-llm-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-ko-llm-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-ko-llm-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-ko-llm-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-ko-llm-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sronger/mistral-ko-llm
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## sronger/mistral-ko-llm - GGUF
20
+
21
+ This repo contains GGUF format model files for [sronger/mistral-ko-llm](https://huggingface.co/sronger/mistral-ko-llm).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+ <|im_start|>system
29
+ {system_prompt}<|im_end|>
30
+ <|im_start|>user
31
+ {prompt}<|im_end|>
32
+ <|im_start|>assistant
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [mistral-ko-llm-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q2_K.gguf) | Q2_K | 0.264 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [mistral-ko-llm-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q3_K_S.gguf) | Q3_K_S | 0.310 GB | very small, high quality loss |
41
+ | [mistral-ko-llm-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q3_K_M.gguf) | Q3_K_M | 0.342 GB | very small, high quality loss |
42
+ | [mistral-ko-llm-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q3_K_L.gguf) | Q3_K_L | 0.369 GB | small, substantial quality loss |
43
+ | [mistral-ko-llm-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q4_0.gguf) | Q4_0 | 0.402 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [mistral-ko-llm-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q4_K_S.gguf) | Q4_K_S | 0.405 GB | small, greater quality loss |
45
+ | [mistral-ko-llm-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q4_K_M.gguf) | Q4_K_M | 0.430 GB | medium, balanced quality - recommended |
46
+ | [mistral-ko-llm-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q5_0.gguf) | Q5_0 | 0.488 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [mistral-ko-llm-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q5_K_S.gguf) | Q5_K_S | 0.488 GB | large, low quality loss - recommended |
48
+ | [mistral-ko-llm-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q5_K_M.gguf) | Q5_K_M | 0.503 GB | large, very low quality loss - recommended |
49
+ | [mistral-ko-llm-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q6_K.gguf) | Q6_K | 0.580 GB | very large, extremely low quality loss |
50
+ | [mistral-ko-llm-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-ko-llm-GGUF/tree/main/mistral-ko-llm-Q8_0.gguf) | Q8_0 | 0.751 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/mistral-ko-llm-GGUF --include "mistral-ko-llm-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/mistral-ko-llm-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
mistral-ko-llm-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3882696dff25bde7026f75ff1d65167a18f5934b3112d1c21896dc2ab3c9ca14
3
+ size 282977408
mistral-ko-llm-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2966f5a213343268095ba6edbb8ac064cfef1122528ad58cd648482deee0cb51
3
+ size 396396832
mistral-ko-llm-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73e1ace122dfc2e34316323dcadeb9a06c45c69c90d5afee00c2a1af439ae83
3
+ size 367577376
mistral-ko-llm-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d89f50458f542be49e9d7304b4383cdfd0b6ef8463a61557ca2e0be4e208d7
3
+ size 333138208
mistral-ko-llm-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81ffdcb50eba473f2988999d4fa434b45aa5069d2c765f789dcc8ca9732361b
3
+ size 431685088
mistral-ko-llm-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:655dbbe01a8860ce7fdb0344f938e0b412ca555a3f9906a52f52f15359e1ecf8
3
+ size 462233056
mistral-ko-llm-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0144c18b0ee209f628f11a9086f1165d9c0f46e803d5227536c5412de4f87c
3
+ size 435387872
mistral-ko-llm-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0efc47dd64dedac7d905475e960b80a82191c58b7bce47037c182bc4e4a2bd78
3
+ size 524435104
mistral-ko-llm-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7ce9f3d34f35f797e2ae163a573c402f4a2b556ce2f5ec0a2c9835700060e1a
3
+ size 540171936
mistral-ko-llm-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c5c80fa69cfccc1f746205092ee9bb59739c16f842280e6b248bb5dcea4b537
3
+ size 524435104
mistral-ko-llm-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98369a67f8f7a81bfe549fd0ae3f78cb43d6c34873259f637a512305d642192c
3
+ size 622982016
mistral-ko-llm-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c97031c8ee124b776cf65f93e11a438a760a96e3da63ecb0cebf2937080156cb
3
+ size 806653504