Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- featherless-quants.png +3 -0
- unsloth-Mistral-Nemo-Base-2407-IQ4_XS.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q2_K.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q3_K_L.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q3_K_M.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q3_K_S.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q4_K_M.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q4_K_S.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q5_K_M.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q5_K_S.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-Q6_K.gguf +3 -0
- unsloth-Mistral-Nemo-Base-2407-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 |
+
unsloth-Mistral-Nemo-Base-2407-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
unsloth-Mistral-Nemo-Base-2407-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
unsloth-Mistral-Nemo-Base-2407-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
unsloth-Mistral-Nemo-Base-2407-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
unsloth-Mistral-Nemo-Base-2407-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
unsloth-Mistral-Nemo-Base-2407-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
unsloth-Mistral-Nemo-Base-2407-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
unsloth-Mistral-Nemo-Base-2407-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
unsloth-Mistral-Nemo-Base-2407-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
unsloth-Mistral-Nemo-Base-2407-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
unsloth-Mistral-Nemo-Base-2407-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Mistral-Nemo-Base-2407
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# unsloth/Mistral-Nemo-Base-2407 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 | [unsloth-Mistral-Nemo-Base-2407-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-IQ4_XS.gguf) | 6485.04 MB |
|
21 |
+
| Q2_K | [unsloth-Mistral-Nemo-Base-2407-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q2_K.gguf) | 4569.10 MB |
|
22 |
+
| Q3_K_L | [unsloth-Mistral-Nemo-Base-2407-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q3_K_L.gguf) | 6257.54 MB |
|
23 |
+
| Q3_K_M | [unsloth-Mistral-Nemo-Base-2407-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q3_K_M.gguf) | 5801.29 MB |
|
24 |
+
| Q3_K_S | [unsloth-Mistral-Nemo-Base-2407-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q3_K_S.gguf) | 5277.85 MB |
|
25 |
+
| Q4_K_M | [unsloth-Mistral-Nemo-Base-2407-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q4_K_M.gguf) | 7130.82 MB |
|
26 |
+
| Q4_K_S | [unsloth-Mistral-Nemo-Base-2407-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q4_K_S.gguf) | 6790.35 MB |
|
27 |
+
| Q5_K_M | [unsloth-Mistral-Nemo-Base-2407-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q5_K_M.gguf) | 8323.32 MB |
|
28 |
+
| Q5_K_S | [unsloth-Mistral-Nemo-Base-2407-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q5_K_S.gguf) | 8124.10 MB |
|
29 |
+
| Q6_K | [unsloth-Mistral-Nemo-Base-2407-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q6_K.gguf) | 9590.35 MB |
|
30 |
+
| Q8_0 | [unsloth-Mistral-Nemo-Base-2407-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Mistral-Nemo-Base-2407-GGUF/blob/main/unsloth-Mistral-Nemo-Base-2407-Q8_0.gguf) | 12419.10 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
|
unsloth-Mistral-Nemo-Base-2407-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33eec982e55c36b32d5badcc88c7a70005b83ba00683ea011000e7bcaf2f6615
|
3 |
+
size 6800052928
|
unsloth-Mistral-Nemo-Base-2407-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bec6e94605d8322b8c0cac901655375fdc3336b6c690a9dbc9f8ec565cb3da1
|
3 |
+
size 4791046848
|
unsloth-Mistral-Nemo-Base-2407-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdd299bd8c8f59f2324f2ba932c1fa0f985c28ce96d60347411a04a78236a203
|
3 |
+
size 6561501888
|
unsloth-Mistral-Nemo-Base-2407-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2651964bc0c7262da2aebea528047e28cdae909c2c01deb6a1fade3d7ffb4097
|
3 |
+
size 6083089088
|
unsloth-Mistral-Nemo-Base-2407-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb1ebcc15b3c33af216a58ffaa3438cc5385dc6b46e02ed973fd21b5f9c7c05c
|
3 |
+
size 5534225088
|
unsloth-Mistral-Nemo-Base-2407-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69d02a3900bc0728bb051ed85eaed56d6a2616568d01b80f235bcf63aff49e6f
|
3 |
+
size 7477203648
|
unsloth-Mistral-Nemo-Base-2407-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57f1a676d7304a823b817872431a3a58ec442a83b816fea65313fbaad2909dbc
|
3 |
+
size 7120196288
|
unsloth-Mistral-Nemo-Base-2407-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa82ad7e2b93d4472488199ae6ca23f92741047ddc9d39ee1df1f76b2337e53b
|
3 |
+
size 8727630528
|
unsloth-Mistral-Nemo-Base-2407-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1045e3eca7e52dfc8509b289c55cc6b4c685c109d066b076de3f902372f13bf
|
3 |
+
size 8518734528
|
unsloth-Mistral-Nemo-Base-2407-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b282a08f7bec17b9e22cbea6f0e976a731b189e2551abcf6d5ce34907a0a906
|
3 |
+
size 10056209088
|
unsloth-Mistral-Nemo-Base-2407-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7884da623cb645822125fb188c2bda29fcbc14fe99a676f55eb4bb4706df18e3
|
3 |
+
size 13022368448
|