Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- featherless-quants.png +3 -0
- mistral-community-Mistral-7B-v0.2-IQ4_XS.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q2_K.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q3_K_L.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q3_K_M.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q3_K_S.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q4_K_M.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q4_K_S.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q5_K_M.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q5_K_S.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-Q6_K.gguf +3 -0
- mistral-community-Mistral-7B-v0.2-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 |
+
featherless-quants.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mistral-community-Mistral-7B-v0.2-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mistral-community-Mistral-7B-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
mistral-community-Mistral-7B-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
mistral-community-Mistral-7B-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
mistral-community-Mistral-7B-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
mistral-community-Mistral-7B-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
mistral-community-Mistral-7B-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
mistral-community-Mistral-7B-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
mistral-community-Mistral-7B-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
mistral-community-Mistral-7B-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
mistral-community-Mistral-7B-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistral-community/Mistral-7B-v0.2
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# mistral-community/Mistral-7B-v0.2 GGUF Quantizations π
|
8 |
+
|
9 |
+
![Featherless AI Quants](./featherless-quants.png)
|
10 |
+
|
11 |
+
*Optimized GGUF quantization files for enhanced model performance*
|
12 |
+
|
13 |
+
> Powered by [Featherless AI](https://featherless.ai) - run any model you'd like for a simple small fee.
|
14 |
+
---
|
15 |
+
|
16 |
+
## Available Quantizations π
|
17 |
+
|
18 |
+
| Quantization Type | File | Size |
|
19 |
+
|-------------------|------|------|
|
20 |
+
| IQ4_XS | [mistral-community-Mistral-7B-v0.2-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-IQ4_XS.gguf) | 3761.66 MB |
|
21 |
+
| Q2_K | [mistral-community-Mistral-7B-v0.2-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q2_K.gguf) | 2593.27 MB |
|
22 |
+
| Q3_K_L | [mistral-community-Mistral-7B-v0.2-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q3_K_L.gguf) | 3644.97 MB |
|
23 |
+
| Q3_K_M | [mistral-community-Mistral-7B-v0.2-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q3_K_M.gguf) | 3355.97 MB |
|
24 |
+
| Q3_K_S | [mistral-community-Mistral-7B-v0.2-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q3_K_S.gguf) | 3017.97 MB |
|
25 |
+
| Q4_K_M | [mistral-community-Mistral-7B-v0.2-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q4_K_M.gguf) | 4166.07 MB |
|
26 |
+
| Q4_K_S | [mistral-community-Mistral-7B-v0.2-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q4_K_S.gguf) | 3948.57 MB |
|
27 |
+
| Q5_K_M | [mistral-community-Mistral-7B-v0.2-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q5_K_M.gguf) | 4893.69 MB |
|
28 |
+
| Q5_K_S | [mistral-community-Mistral-7B-v0.2-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q5_K_S.gguf) | 4766.19 MB |
|
29 |
+
| Q6_K | [mistral-community-Mistral-7B-v0.2-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q6_K.gguf) | 5666.79 MB |
|
30 |
+
| Q8_0 | [mistral-community-Mistral-7B-v0.2-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/mistral-community/Mistral-7B-v0.2-GGUF/blob/main/mistral-community-Mistral-7B-v0.2-Q8_0.gguf) | 7339.34 MB |
|
31 |
+
|
32 |
+
|
33 |
+
---
|
34 |
+
|
35 |
+
## β‘ Powered by [Featherless AI](https://featherless.ai)
|
36 |
+
|
37 |
+
### Key Features
|
38 |
+
|
39 |
+
- π₯ **Instant Hosting** - Deploy any Llama model on HuggingFace instantly
|
40 |
+
- π οΈ **Zero Infrastructure** - No server setup or maintenance required
|
41 |
+
- π **Vast Compatibility** - Support for 2400+ models and counting
|
42 |
+
- π **Affordable Pricing** - Starting at just $10/month
|
43 |
+
|
44 |
+
---
|
45 |
+
|
46 |
+
**Links:**
|
47 |
+
[Get Started](https://featherless.ai) | [Documentation](https://featherless.ai/docs) | [Models](https://featherless.ai/models)
|
featherless-quants.png
ADDED
Git LFS Details
|
mistral-community-Mistral-7B-v0.2-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e15440bf26a2ddbf620509caa3331b055fd02b4790e6a42dc34605411a12ed61
|
3 |
+
size 3944388672
|
mistral-community-Mistral-7B-v0.2-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8148d33c4299c55b3ef872eb0bcb48f97f2a08d2a31c1d08d678bcededeb7af9
|
3 |
+
size 2719242304
|
mistral-community-Mistral-7B-v0.2-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79071f106c2e1c3a0ee8c9b4377a1c9363f05fd80d69fd7d9557615a1bbbd633
|
3 |
+
size 3822024768
|
mistral-community-Mistral-7B-v0.2-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ccb26184c6247115a7e80e937f876a101ec164d027c922fd4ad323297dc4515
|
3 |
+
size 3518986304
|
mistral-community-Mistral-7B-v0.2-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89b529fd0225ab24bb1794ef6a538039c9a92252b4001cb557b50305231c12cf
|
3 |
+
size 3164567616
|
mistral-community-Mistral-7B-v0.2-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:435cb71986251e2cfb152f93640e34145873fabf6798479848fe913b2920e1db
|
3 |
+
size 4368439360
|
mistral-community-Mistral-7B-v0.2-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4093866c98164873ddacdae3766de7aa336a0b386d813a39d7f71b5d313389e
|
3 |
+
size 4140374080
|
mistral-community-Mistral-7B-v0.2-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50f329a82f283042ae056ef7762f0d310d7966ae0d44e61e2a1e6cb39b1b8408
|
3 |
+
size 5131409472
|
mistral-community-Mistral-7B-v0.2-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88f5d52919ea7b2c78d9eca0f18200c92b1757a5e6a2671841793e701b8497b2
|
3 |
+
size 4997716032
|
mistral-community-Mistral-7B-v0.2-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2fd53dd98c5b014a4602ef0de0e7ad5dd42b5f922fb6ebaaefedd736be9100
|
3 |
+
size 5942065216
|
mistral-community-Mistral-7B-v0.2-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd39113fb728af0856d3a9271c5951947ca0f8e15cc11496dbcf6b91b62d0d28
|
3 |
+
size 7695857728
|