Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +84 -0
- mistral-7b-Q2_K.gguf +3 -0
- mistral-7b-Q3_K_L.gguf +3 -0
- mistral-7b-Q3_K_M.gguf +3 -0
- mistral-7b-Q3_K_S.gguf +3 -0
- mistral-7b-Q4_0.gguf +3 -0
- mistral-7b-Q4_K_M.gguf +3 -0
- mistral-7b-Q4_K_S.gguf +3 -0
- mistral-7b-Q5_0.gguf +3 -0
- mistral-7b-Q5_K_M.gguf +3 -0
- mistral-7b-Q5_K_S.gguf +3 -0
- mistral-7b-Q6_K.gguf +3 -0
- mistral-7b-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 |
+
mistral-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mistral-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mistral-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
mistral-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
mistral-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
mistral-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
mistral-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
mistral-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
mistral-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
mistral-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
mistral-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
mistral-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- unsloth
|
8 |
+
- transformers
|
9 |
+
- mistral
|
10 |
+
- mistral7b
|
11 |
+
- bnb
|
12 |
+
- TensorBlock
|
13 |
+
- GGUF
|
14 |
+
base_model: unsloth/mistral-7b
|
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 |
+
## unsloth/mistral-7b - GGUF
|
29 |
+
|
30 |
+
This repo contains GGUF format model files for [unsloth/mistral-7b](https://huggingface.co/unsloth/mistral-7b).
|
31 |
+
|
32 |
+
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).
|
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 |
+
|
44 |
+
```
|
45 |
+
|
46 |
+
## Model file specification
|
47 |
+
|
48 |
+
| Filename | Quant type | File Size | Description |
|
49 |
+
| -------- | ---------- | --------- | ----------- |
|
50 |
+
| [mistral-7b-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
51 |
+
| [mistral-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
52 |
+
| [mistral-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
53 |
+
| [mistral-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
54 |
+
| [mistral-7b-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
55 |
+
| [mistral-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
56 |
+
| [mistral-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
57 |
+
| [mistral-7b-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
58 |
+
| [mistral-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
59 |
+
| [mistral-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
60 |
+
| [mistral-7b-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
61 |
+
| [mistral-7b-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-7b-GGUF/blob/main/mistral-7b-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
62 |
+
|
63 |
+
|
64 |
+
## Downloading instruction
|
65 |
+
|
66 |
+
### Command line
|
67 |
+
|
68 |
+
Firstly, install Huggingface Client
|
69 |
+
|
70 |
+
```shell
|
71 |
+
pip install -U "huggingface_hub[cli]"
|
72 |
+
```
|
73 |
+
|
74 |
+
Then, downoad the individual model file the a local directory
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/mistral-7b-GGUF --include "mistral-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
78 |
+
```
|
79 |
+
|
80 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
81 |
+
|
82 |
+
```shell
|
83 |
+
huggingface-cli download tensorblock/mistral-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
84 |
+
```
|
mistral-7b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2113559acb5e584b25db62c003d7f86ab86b7c0542e50e029a3f2e0140fdcdd
|
3 |
+
size 2719242560
|
mistral-7b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b59cdfcc6db68e5f5cbd56fef406f9732381617e0f04129c3861535b61478230
|
3 |
+
size 3822025024
|
mistral-7b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c62b215ea64fb148c80bfca00ff60cf97d3fb48c258023cb654d5bf788c0fa75
|
3 |
+
size 3518986560
|
mistral-7b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63a822e229ea59421b40d3fcb020b5d747a05d57087a3bb7136d787318a8e81d
|
3 |
+
size 3164567872
|
mistral-7b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e76e41bf335932037956bee26198f595f2eed0b4e2f303a50e11a04e0bb5d609
|
3 |
+
size 4108917056
|
mistral-7b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:075ac7e4870dbc716e2669df0bae4067585cc22c20432ba2a300574297024a26
|
3 |
+
size 4368439616
|
mistral-7b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a24bfb8014888629d3c92586b72940de23c1f895ff4f816af97c9698d81254f8
|
3 |
+
size 4140374336
|
mistral-7b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfebfd6af77a02ee61a11ece40b138bfc45fe0274fa378611b408aea37b53a77
|
3 |
+
size 4997716288
|
mistral-7b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58db7782b5191947287add98b0383105bf805a2173f0f3e6211fb3e24d63c0a8
|
3 |
+
size 5131409728
|
mistral-7b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:773953f07eb8d23b3e94052e03e583cceb70edbc15c1b4527e7c97b1c8a0815f
|
3 |
+
size 4997716288
|
mistral-7b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13cdb35da2a8751f1009d6659bf939d2ac87d01cef4b0612c1d5b7f7c9fb4216
|
3 |
+
size 5942065472
|
mistral-7b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db99520201dd9e22f2c4b502e94b2979a4425c19bc4d41590cfe3fc9954c7c0d
|
3 |
+
size 7695857984
|