morriszms commited on
Commit
3cb5da2
·
verified ·
1 Parent(s): da262f5

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-7b-tech-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-ko-7b-tech-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-ko-7b-tech-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-ko-7b-tech-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-ko-7b-tech-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-ko-7b-tech-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-ko-7b-tech-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-ko-7b-tech-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-ko-7b-tech-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-ko-7b-tech-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-ko-7b-tech-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-ko-7b-tech-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - finetune
7
+ - TensorBlock
8
+ - GGUF
9
+ license: other
10
+ base_model: shleeeee/mistral-ko-7b-tech
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## shleeeee/mistral-ko-7b-tech - GGUF
25
+
26
+ This repo contains GGUF format model files for [shleeeee/mistral-ko-7b-tech](https://huggingface.co/shleeeee/mistral-ko-7b-tech).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [mistral-ko-7b-tech-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [mistral-ko-7b-tech-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
48
+ | [mistral-ko-7b-tech-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
49
+ | [mistral-ko-7b-tech-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
50
+ | [mistral-ko-7b-tech-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [mistral-ko-7b-tech-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
52
+ | [mistral-ko-7b-tech-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
53
+ | [mistral-ko-7b-tech-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [mistral-ko-7b-tech-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
55
+ | [mistral-ko-7b-tech-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
56
+ | [mistral-ko-7b-tech-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
57
+ | [mistral-ko-7b-tech-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-ko-7b-tech-GGUF/blob/main/mistral-ko-7b-tech-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/mistral-ko-7b-tech-GGUF --include "mistral-ko-7b-tech-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/mistral-ko-7b-tech-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
mistral-ko-7b-tech-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90800e00c0342fea0a34781a2dffc522e0213b133b3fe9afc293dc5fedca1e5f
3
+ size 2719242400
mistral-ko-7b-tech-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ade4a74e8ec8f73d4e379c5e8e38081ef2076bfaf2dfe58769ef364aa9dec30
3
+ size 3822024864
mistral-ko-7b-tech-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed04f255753abae61b61f79136d90855ff92af4ded0462deda2bcbf6bbf59b03
3
+ size 3518986400
mistral-ko-7b-tech-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:154d1f503c74ac3b01fedfa375901978234fbcda10983cad5a75ad3c8306af6b
3
+ size 3164567712
mistral-ko-7b-tech-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6323bf61bacdc7c4bcdfd978ad17483417a863503c3e16dd7e56cfe57bcb9392
3
+ size 4108916896
mistral-ko-7b-tech-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0fd192e39f6470e89b218b5f96b70aded5776537eabd92140e94c2d9c67d145
3
+ size 4368439456
mistral-ko-7b-tech-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a01bdab1795f4488b81d026b24ff61516ace54bc5a654b4de5b0bcb471ceb5a
3
+ size 4140374176
mistral-ko-7b-tech-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79ed7473e3399e281229a9c42c8567a1922e9ebaba7fd88704845a27d6699611
3
+ size 4997716128
mistral-ko-7b-tech-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd21f65d4685d51ae20df8b39f2bb8d92107658dfd6dc0a3d093ddf15596339
3
+ size 5131409568
mistral-ko-7b-tech-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b719672bdf1b70d90bcdc2d5683d3c9cc96c44e2d8f5698d607c0b570649900a
3
+ size 4997716128
mistral-ko-7b-tech-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb07dfde346c5e6a26ff18d1ba30e3762fcfcedeaf8e05e698a7d05e42a4c066
3
+ size 5942065312
mistral-ko-7b-tech-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f517d0e7351f20c03c3e0f123628d34efd15a34207bb21051aac3c818e51478
3
+ size 7695857824