Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- featherless-quants.png +3 -0
- unsloth-Meta-Llama-3.1-8B-IQ4_XS.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q2_K.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q3_K_L.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q3_K_M.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q3_K_S.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q4_K_M.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q4_K_S.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q5_K_M.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q5_K_S.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-Q6_K.gguf +3 -0
- unsloth-Meta-Llama-3.1-8B-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-Meta-Llama-3.1-8B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
unsloth-Meta-Llama-3.1-8B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
unsloth-Meta-Llama-3.1-8B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
unsloth-Meta-Llama-3.1-8B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
unsloth-Meta-Llama-3.1-8B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
unsloth-Meta-Llama-3.1-8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
unsloth-Meta-Llama-3.1-8B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
unsloth-Meta-Llama-3.1-8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
unsloth-Meta-Llama-3.1-8B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
unsloth-Meta-Llama-3.1-8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
unsloth-Meta-Llama-3.1-8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Meta-Llama-3.1-8B
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# unsloth/Meta-Llama-3.1-8B 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-Meta-Llama-3.1-8B-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-IQ4_XS.gguf) | 4276.62 MB |
|
21 |
+
| Q2_K | [unsloth-Meta-Llama-3.1-8B-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q2_K.gguf) | 3031.86 MB |
|
22 |
+
| Q3_K_L | [unsloth-Meta-Llama-3.1-8B-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q3_K_L.gguf) | 4121.74 MB |
|
23 |
+
| Q3_K_M | [unsloth-Meta-Llama-3.1-8B-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q3_K_M.gguf) | 3832.74 MB |
|
24 |
+
| Q3_K_S | [unsloth-Meta-Llama-3.1-8B-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q3_K_S.gguf) | 3494.74 MB |
|
25 |
+
| Q4_K_M | [unsloth-Meta-Llama-3.1-8B-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q4_K_M.gguf) | 4692.78 MB |
|
26 |
+
| Q4_K_S | [unsloth-Meta-Llama-3.1-8B-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q4_K_S.gguf) | 4475.28 MB |
|
27 |
+
| Q5_K_M | [unsloth-Meta-Llama-3.1-8B-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q5_K_M.gguf) | 5467.40 MB |
|
28 |
+
| Q5_K_S | [unsloth-Meta-Llama-3.1-8B-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q5_K_S.gguf) | 5339.90 MB |
|
29 |
+
| Q6_K | [unsloth-Meta-Llama-3.1-8B-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q6_K.gguf) | 6290.44 MB |
|
30 |
+
| Q8_0 | [unsloth-Meta-Llama-3.1-8B-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/unsloth-Meta-Llama-3.1-8B-GGUF/blob/main/unsloth-Meta-Llama-3.1-8B-Q8_0.gguf) | 8145.11 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-Meta-Llama-3.1-8B-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f321d848ced24cd6920a2d1a28d9cfd7855088bbb7be33c08c25f80f77131b58
|
3 |
+
size 4484362784
|
unsloth-Meta-Llama-3.1-8B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ed4d8115c9b3e76b25fc3096a95a94b030085997b7ed3be0488f5750e40d829
|
3 |
+
size 3179131424
|
unsloth-Meta-Llama-3.1-8B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:649bb8aae9e792d4497a47f0cc3962a3dace2c30ed81fe0b02b19ebfc5e413b0
|
3 |
+
size 4321956384
|
unsloth-Meta-Llama-3.1-8B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15090403ae4ca37941404acc5928d6cc5e04576ba1cd081aea935755768c02db
|
3 |
+
size 4018917920
|
unsloth-Meta-Llama-3.1-8B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:180d0f5dec51829d0cc5a1f218a9d63d405896d1b0395d5e28345407d84e48e4
|
3 |
+
size 3664499232
|
unsloth-Meta-Llama-3.1-8B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6a3e7253683dbed3c26789b29bed395c6a8ccbc18345f600cd6a50b8aec7e41
|
3 |
+
size 4920734240
|
unsloth-Meta-Llama-3.1-8B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad7d0587c59726dd4d3816e9bced2e732d8cc9a6e499b942900ba989e1f6a081
|
3 |
+
size 4692668960
|
unsloth-Meta-Llama-3.1-8B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5eeab5254270f6cb6093a99774a25ac026ef28433cbe0982f8789bf0eac2e38d
|
3 |
+
size 5732987424
|
unsloth-Meta-Llama-3.1-8B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:476eefa244a5092c6b3badd64092f72dc1354cb20b84fee7bf73914ef01cf6ec
|
3 |
+
size 5599293984
|
unsloth-Meta-Llama-3.1-8B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac1f406bd54be83c1473e4adc48c812078a6d8a0036b112a1cff8652f449e923
|
3 |
+
size 6596006432
|
unsloth-Meta-Llama-3.1-8B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63be83c808f6a4c8159787d531c68b1932819bf29eae5e7f321ebfddcf054b66
|
3 |
+
size 8540770848
|