Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +79 -0
- WizardMath-7B-V1.1-Q2_K.gguf +3 -0
- WizardMath-7B-V1.1-Q3_K_L.gguf +3 -0
- WizardMath-7B-V1.1-Q3_K_M.gguf +3 -0
- WizardMath-7B-V1.1-Q3_K_S.gguf +3 -0
- WizardMath-7B-V1.1-Q4_0.gguf +3 -0
- WizardMath-7B-V1.1-Q4_K_M.gguf +3 -0
- WizardMath-7B-V1.1-Q4_K_S.gguf +3 -0
- WizardMath-7B-V1.1-Q5_0.gguf +3 -0
- WizardMath-7B-V1.1-Q5_K_M.gguf +3 -0
- WizardMath-7B-V1.1-Q5_K_S.gguf +3 -0
- WizardMath-7B-V1.1-Q6_K.gguf +3 -0
- WizardMath-7B-V1.1-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 |
+
WizardMath-7B-V1.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
WizardMath-7B-V1.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
WizardMath-7B-V1.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
WizardMath-7B-V1.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
WizardMath-7B-V1.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
WizardMath-7B-V1.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
WizardMath-7B-V1.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
WizardMath-7B-V1.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
WizardMath-7B-V1.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
WizardMath-7B-V1.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
WizardMath-7B-V1.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
WizardMath-7B-V1.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
inference: false
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- TensorBlock
|
| 8 |
+
- GGUF
|
| 9 |
+
base_model: WizardLMTeam/WizardMath-7B-V1.1
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 13 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 14 |
+
</div>
|
| 15 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 16 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 17 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 18 |
+
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>
|
| 19 |
+
</p>
|
| 20 |
+
</div>
|
| 21 |
+
</div>
|
| 22 |
+
|
| 23 |
+
## WizardLMTeam/WizardMath-7B-V1.1 - GGUF
|
| 24 |
+
|
| 25 |
+
This repo contains GGUF format model files for [WizardLMTeam/WizardMath-7B-V1.1](https://huggingface.co/WizardLMTeam/WizardMath-7B-V1.1).
|
| 26 |
+
|
| 27 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 28 |
+
|
| 29 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 30 |
+
<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;">
|
| 31 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 32 |
+
</a>
|
| 33 |
+
</div>
|
| 34 |
+
|
| 35 |
+
## Prompt template
|
| 36 |
+
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
## Model file specification
|
| 42 |
+
|
| 43 |
+
| Filename | Quant type | File Size | Description |
|
| 44 |
+
| -------- | ---------- | --------- | ----------- |
|
| 45 |
+
| [WizardMath-7B-V1.1-Q2_K.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 46 |
+
| [WizardMath-7B-V1.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
| 47 |
+
| [WizardMath-7B-V1.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
| 48 |
+
| [WizardMath-7B-V1.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
| 49 |
+
| [WizardMath-7B-V1.1-Q4_0.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 50 |
+
| [WizardMath-7B-V1.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
| 51 |
+
| [WizardMath-7B-V1.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
| 52 |
+
| [WizardMath-7B-V1.1-Q5_0.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 53 |
+
| [WizardMath-7B-V1.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
| 54 |
+
| [WizardMath-7B-V1.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
| 55 |
+
| [WizardMath-7B-V1.1-Q6_K.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
| 56 |
+
| [WizardMath-7B-V1.1-Q8_0.gguf](https://huggingface.co/tensorblock/WizardMath-7B-V1.1-GGUF/blob/main/WizardMath-7B-V1.1-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
## Downloading instruction
|
| 60 |
+
|
| 61 |
+
### Command line
|
| 62 |
+
|
| 63 |
+
Firstly, install Huggingface Client
|
| 64 |
+
|
| 65 |
+
```shell
|
| 66 |
+
pip install -U "huggingface_hub[cli]"
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
Then, downoad the individual model file the a local directory
|
| 70 |
+
|
| 71 |
+
```shell
|
| 72 |
+
huggingface-cli download tensorblock/WizardMath-7B-V1.1-GGUF --include "WizardMath-7B-V1.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 76 |
+
|
| 77 |
+
```shell
|
| 78 |
+
huggingface-cli download tensorblock/WizardMath-7B-V1.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 79 |
+
```
|
WizardMath-7B-V1.1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33ec6395380ad052414c4a224ec989e34dd9fe5718df87d359c7ee324a263f86
|
| 3 |
+
size 2719242240
|
WizardMath-7B-V1.1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c969f4e1c9896cda132ddb192d0b59bc48eaa7b592b3abdee519d1031afc0cdd
|
| 3 |
+
size 3822024704
|
WizardMath-7B-V1.1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae5f99a8eb02ad51dfe6e1c846976a5ed4808a953321ee8f905b2568500e940d
|
| 3 |
+
size 3518986240
|
WizardMath-7B-V1.1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13a6359a578c2ffd91f4ed442abce9bf5393ec8d85f1e11d7103778e17481d89
|
| 3 |
+
size 3164567552
|
WizardMath-7B-V1.1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3a665056a499efac662add05387bd9838c50d3eb1e13cdfbf95045329307452
|
| 3 |
+
size 4108916736
|
WizardMath-7B-V1.1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cb3cff6e07d9520432623eb85715d8232975be9901a0ab34230834f5306a14e
|
| 3 |
+
size 4368439296
|
WizardMath-7B-V1.1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:601760648da6ee98414ef297423b4ae64ea9b504087c0f9c9a01d8cb93312679
|
| 3 |
+
size 4140374016
|
WizardMath-7B-V1.1-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d172a090687d55ef3343a52fc4dd923367f9a1027abcc05c879c6173835dba6
|
| 3 |
+
size 4997715968
|
WizardMath-7B-V1.1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0cbe92df47c93d56785dd4cbae99d10c6a5dc0b1563f5527fb0ad32f40629ab
|
| 3 |
+
size 5131409408
|
WizardMath-7B-V1.1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88511d4c246baefe00cdc71137b3acd95f74bd0d5b62887bba7ee8e5a05d9c40
|
| 3 |
+
size 4997715968
|
WizardMath-7B-V1.1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a7e35f607482dcfff47a46f6b8982454802ddbd066d7cb93b8bdbeffb2be36e
|
| 3 |
+
size 5942065152
|
WizardMath-7B-V1.1-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e60a56d1bcea2f3faae14276d0783a60f885167c69ea79e90107cc68ccf408d4
|
| 3 |
+
size 7695857664
|