Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- featherless-quants.png +3 -0
- wons-mistral-7B-test-v0.2-IQ4_XS.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q2_K.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q3_K_L.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q3_K_M.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q3_K_S.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q4_K_M.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q4_K_S.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q5_K_M.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q5_K_S.gguf +3 -0
- wons-mistral-7B-test-v0.2-Q6_K.gguf +3 -0
- wons-mistral-7B-test-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 |
+
wons-mistral-7B-test-v0.2-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
wons-mistral-7B-test-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
wons-mistral-7B-test-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
wons-mistral-7B-test-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
wons-mistral-7B-test-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
wons-mistral-7B-test-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
wons-mistral-7B-test-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
wons-mistral-7B-test-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
wons-mistral-7B-test-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
wons-mistral-7B-test-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
wons-mistral-7B-test-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: wons/mistral-7B-test-v0.2
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# wons/mistral-7B-test-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 | [wons-mistral-7B-test-v0.2-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-IQ4_XS.gguf) | 3761.66 MB |
|
21 |
+
| Q2_K | [wons-mistral-7B-test-v0.2-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q2_K.gguf) | 2593.27 MB |
|
22 |
+
| Q3_K_L | [wons-mistral-7B-test-v0.2-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q3_K_L.gguf) | 3644.97 MB |
|
23 |
+
| Q3_K_M | [wons-mistral-7B-test-v0.2-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q3_K_M.gguf) | 3355.97 MB |
|
24 |
+
| Q3_K_S | [wons-mistral-7B-test-v0.2-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q3_K_S.gguf) | 3017.97 MB |
|
25 |
+
| Q4_K_M | [wons-mistral-7B-test-v0.2-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q4_K_M.gguf) | 4166.07 MB |
|
26 |
+
| Q4_K_S | [wons-mistral-7B-test-v0.2-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q4_K_S.gguf) | 3948.57 MB |
|
27 |
+
| Q5_K_M | [wons-mistral-7B-test-v0.2-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q5_K_M.gguf) | 4893.69 MB |
|
28 |
+
| Q5_K_S | [wons-mistral-7B-test-v0.2-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q5_K_S.gguf) | 4766.19 MB |
|
29 |
+
| Q6_K | [wons-mistral-7B-test-v0.2-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-v0.2-Q6_K.gguf) | 5666.79 MB |
|
30 |
+
| Q8_0 | [wons-mistral-7B-test-v0.2-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/wons-mistral-7B-test-v0.2-GGUF/blob/main/wons-mistral-7B-test-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
|
wons-mistral-7B-test-v0.2-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f1a3b7422cbe0fcca8e7fc8ea800016855cad9ff673eec670b703ccfa72e906
|
3 |
+
size 3944388672
|
wons-mistral-7B-test-v0.2-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb439852cad93f80c6e8aeba0ed4014e0a10e3a93407d9190a527e99e3783fd
|
3 |
+
size 2719242304
|
wons-mistral-7B-test-v0.2-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b80344d86c3d40e0a62fa7c3f4cb4ff0820ab72acc66da111a3e601d04e3168a
|
3 |
+
size 3822024768
|
wons-mistral-7B-test-v0.2-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0f2f4e5ab91e34f77ff8aaebff72e99968a06e8599462b2dc15745fdb2dfd1b
|
3 |
+
size 3518986304
|
wons-mistral-7B-test-v0.2-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8bd59cefb5fd97136d532edabf86869a550d3bc3a8253acd0c7c4c2fda2400
|
3 |
+
size 3164567616
|
wons-mistral-7B-test-v0.2-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f3a1a5076a71fa927a9f50bac4e2289baa1e53ddd2ad060fa9bc9d84a751e8c
|
3 |
+
size 4368439360
|
wons-mistral-7B-test-v0.2-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d84883231d866318cd4b7805887f11300f75b2d8a4f3efbce812ca07b56cc95f
|
3 |
+
size 4140374080
|
wons-mistral-7B-test-v0.2-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7138e0a433bdf1f0499b9ae7cafb581bb30ba149f828a87c409033afa500a58
|
3 |
+
size 5131409472
|
wons-mistral-7B-test-v0.2-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3409fdf1dc126968d88c45b594b0921ec02629a598d2c7dc3921c703387c239
|
3 |
+
size 4997716032
|
wons-mistral-7B-test-v0.2-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d9e7978d6dc90294ba766d8da85f5d351715a141ca5b5e898b2fad4af9e15a7
|
3 |
+
size 5942065216
|
wons-mistral-7B-test-v0.2-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c0f83fecefffe3b4bccec817a59a5a6ed29dd5ab23febe90dd46c716e2a6fc2
|
3 |
+
size 7695857728
|