morriszms commited on
Commit
ce6dda1
·
verified ·
1 Parent(s): 840697f

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
+ qwen25-math-7b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ qwen25-math-7b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ qwen25-math-7b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ qwen25-math-7b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ qwen25-math-7b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ qwen25-math-7b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ qwen25-math-7b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ qwen25-math-7b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ qwen25-math-7b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ qwen25-math-7b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ qwen25-math-7b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ qwen25-math-7b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: MInference/qwen25-math-7b-instruct
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - chat
8
+ - TensorBlock
9
+ - GGUF
10
+ library_name: transformers
11
+ license: apache-2.0
12
+ license_link: https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct/blob/main/LICENSE
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
+ ## MInference/qwen25-math-7b-instruct - GGUF
27
+
28
+ This repo contains GGUF format model files for [MInference/qwen25-math-7b-instruct](https://huggingface.co/MInference/qwen25-math-7b-instruct).
29
+
30
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+ <|im_start|>system
42
+ {system_prompt}<|im_end|>
43
+ <|im_start|>user
44
+ {prompt}<|im_end|>
45
+ <|im_start|>assistant
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [qwen25-math-7b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [qwen25-math-7b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
54
+ | [qwen25-math-7b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
55
+ | [qwen25-math-7b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
56
+ | [qwen25-math-7b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [qwen25-math-7b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
58
+ | [qwen25-math-7b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
59
+ | [qwen25-math-7b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [qwen25-math-7b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
61
+ | [qwen25-math-7b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
62
+ | [qwen25-math-7b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
63
+ | [qwen25-math-7b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/qwen25-math-7b-instruct-GGUF/blob/main/qwen25-math-7b-instruct-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/qwen25-math-7b-instruct-GGUF --include "qwen25-math-7b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/qwen25-math-7b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
qwen25-math-7b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b406688395bc75348b1de876c028505e0ba97b63754ff595f0e4504551770b4
3
+ size 3015940576
qwen25-math-7b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4044c847743c2213804cce202ff4b9a75ad0d36c0ae7eb415ac7b262e36c09
3
+ size 4088459744
qwen25-math-7b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea10916dbffb64b094bdb1997cb5c2447634146e6b6647a49daa64bea2d4519e
3
+ size 3808391648
qwen25-math-7b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acc7324782f4a456a7fd4c63b17ea2f337f449d85e07fdc92e27b13fd3c0a09
3
+ size 3492368864
qwen25-math-7b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e777fabc9d9c39a84d050eff9b44a47c7229280390bb7f3bdf2a952a989b511
3
+ size 4431391200
qwen25-math-7b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d02b02970ccfa04400c3e656fdcbb09c38ff9640949e9ffaa63ed9f8e5b749cc
3
+ size 4683074016
qwen25-math-7b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4134483f7c77ff37219a77cb98d47c41f788a0161a3dd8f4dc8b971409c403c
3
+ size 4457769440
qwen25-math-7b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e62e81c74bfc50c7eebc354103fe8024a8ba025e27f4bb95d926a54ad1b14e29
3
+ size 5315176928
qwen25-math-7b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1e8234f1c68e678881fec486cdbeb8b468b19ecaa21a8b127ec280c6920b8d
3
+ size 5444831712
qwen25-math-7b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5ac86e9d29dd1782ef2dbc2857e54211a4749f762b1698c6a0b1dc3270ac34
3
+ size 5315176928
qwen25-math-7b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39723fe58bace8c224d9171be12b620b81a64a8c6e8084e0cf4a648a84b5bde7
3
+ size 6254199264
qwen25-math-7b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92aaccc5a084f1f05d67671ec25a07d330c631a5a0a3ae63a410738248237634
3
+ size 8098525664