morriszms commited on
Commit
bc6c94b
·
verified ·
1 Parent(s): ef3e589

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
+ krx-qwen2-7b-instruct-v3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ krx-qwen2-7b-instruct-v3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ krx-qwen2-7b-instruct-v3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ krx-qwen2-7b-instruct-v3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ krx-qwen2-7b-instruct-v3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ krx-qwen2-7b-instruct-v3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ krx-qwen2-7b-instruct-v3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ krx-qwen2-7b-instruct-v3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ krx-qwen2-7b-instruct-v3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ krx-qwen2-7b-instruct-v3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ krx-qwen2-7b-instruct-v3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ krx-qwen2-7b-instruct-v3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: KR-X-AI/krx-qwen2-7b-instruct-v3
3
+ tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - qwen2
8
+ - trl
9
+ - krx
10
+ - TensorBlock
11
+ - GGUF
12
+ license: apache-2.0
13
+ language:
14
+ - en
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## KR-X-AI/krx-qwen2-7b-instruct-v3 - GGUF
29
+
30
+ This repo contains GGUF format model files for [KR-X-AI/krx-qwen2-7b-instruct-v3](https://huggingface.co/KR-X-AI/krx-qwen2-7b-instruct-v3).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+ <|im_start|>system
44
+ {system_prompt}<|im_end|>
45
+ <|im_start|>user
46
+ {prompt}<|im_end|>
47
+ <|im_start|>assistant
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [krx-qwen2-7b-instruct-v3-Q2_K.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [krx-qwen2-7b-instruct-v3-Q3_K_S.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
56
+ | [krx-qwen2-7b-instruct-v3-Q3_K_M.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
57
+ | [krx-qwen2-7b-instruct-v3-Q3_K_L.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
58
+ | [krx-qwen2-7b-instruct-v3-Q4_0.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [krx-qwen2-7b-instruct-v3-Q4_K_S.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
60
+ | [krx-qwen2-7b-instruct-v3-Q4_K_M.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
61
+ | [krx-qwen2-7b-instruct-v3-Q5_0.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [krx-qwen2-7b-instruct-v3-Q5_K_S.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
63
+ | [krx-qwen2-7b-instruct-v3-Q5_K_M.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
64
+ | [krx-qwen2-7b-instruct-v3-Q6_K.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
65
+ | [krx-qwen2-7b-instruct-v3-Q8_0.gguf](https://huggingface.co/tensorblock/krx-qwen2-7b-instruct-v3-GGUF/blob/main/krx-qwen2-7b-instruct-v3-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/krx-qwen2-7b-instruct-v3-GGUF --include "krx-qwen2-7b-instruct-v3-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/krx-qwen2-7b-instruct-v3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
krx-qwen2-7b-instruct-v3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc0964b6fdbb8b87959c3a4851d5dcf83af441cec1014c4eaedaf274ff1c03ee
3
+ size 3015938368
krx-qwen2-7b-instruct-v3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2482597d7f3cc4579fb84b5f064fe9d6f7277d8154c6779c8ca02db01eac9ac
3
+ size 4088457536
krx-qwen2-7b-instruct-v3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b8dbb0403161eb000d8327dce134d69e2a2f45705aeba63a539864d97b1e5d7
3
+ size 3808389440
krx-qwen2-7b-instruct-v3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24232883cfe483d040b5cf172acac6e1e8e34e681d0cffcfe49710e5d973bbb
3
+ size 3492366656
krx-qwen2-7b-instruct-v3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d8d29ab6af4517c924859c99bdb44aa961b1b158759222faf0c5d8f2453c496
3
+ size 4431388992
krx-qwen2-7b-instruct-v3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b2eef7e546a158ff39fbb1f76e5a70095bb809f8070c8bf3b7a257ce025a8b
3
+ size 4683071808
krx-qwen2-7b-instruct-v3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc322d5058f5e13a8f4a024f28d31afbf1c228a2cc99efbd1962750ed64b1c40
3
+ size 4457767232
krx-qwen2-7b-instruct-v3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574d921e30b296edbab75d91bcc9b0cfe3c47cf3c9e7d12893029791b4a10b71
3
+ size 5315174720
krx-qwen2-7b-instruct-v3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e576a4acd610307e137e6afff3916fe5cbc095b5e8a8ca26a635697e483572
3
+ size 5444829504
krx-qwen2-7b-instruct-v3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a5437a934d4f4b52153d9d8a64d1f4c629989e7de0e21b6da42f11fe51431e
3
+ size 5315174720
krx-qwen2-7b-instruct-v3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95f13c7aaf4f1c99b283dfef5f9d1e848a8fa7b5df86da1f42782e67d2278662
3
+ size 6254197056
krx-qwen2-7b-instruct-v3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9091ee5f21066016b089c02eaad4615b66a39748ec318bec712a19e9a225601
3
+ size 8098523456