Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +46 -0
- featherless-quants.png +3 -0
- maywell-Llama-3-Ko-8B-Instruct-IQ4_XS.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q2_K.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q3_K_L.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q3_K_M.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q3_K_S.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q4_K_M.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q4_K_S.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q5_K_M.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q5_K_S.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-Q6_K.gguf +3 -0
- maywell-Llama-3-Ko-8B-Instruct-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 |
+
maywell-Llama-3-Ko-8B-Instruct-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
maywell-Llama-3-Ko-8B-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
maywell-Llama-3-Ko-8B-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
maywell-Llama-3-Ko-8B-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
maywell-Llama-3-Ko-8B-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
maywell-Llama-3-Ko-8B-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
maywell-Llama-3-Ko-8B-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
maywell-Llama-3-Ko-8B-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
maywell-Llama-3-Ko-8B-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
maywell-Llama-3-Ko-8B-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
maywell-Llama-3-Ko-8B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: maywell/Llama-3-Ko-8B-Instruct
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# maywell/Llama-3-Ko-8B-Instruct GGUF Quantizations π
|
8 |
+
|
9 |
+
![Featherless AI Quants](./featherless-quants.png)
|
10 |
+
|
11 |
+
*Optimized GGUF quantization files for enhanced model performance*
|
12 |
+
|
13 |
+
---
|
14 |
+
|
15 |
+
## Available Quantizations π
|
16 |
+
|
17 |
+
| Quantization Type | File | Size |
|
18 |
+
|-------------------|------|------|
|
19 |
+
| Q8_0 | [maywell-Llama-3-Ko-8B-Instruct-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q8_0.gguf) | 8145.11 MB |
|
20 |
+
| Q4_K_S | [maywell-Llama-3-Ko-8B-Instruct-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q4_K_S.gguf) | 4475.28 MB |
|
21 |
+
| Q2_K | [maywell-Llama-3-Ko-8B-Instruct-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q2_K.gguf) | 3031.86 MB |
|
22 |
+
| Q6_K | [maywell-Llama-3-Ko-8B-Instruct-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q6_K.gguf) | 6290.44 MB |
|
23 |
+
| Q3_K_M | [maywell-Llama-3-Ko-8B-Instruct-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q3_K_M.gguf) | 3832.74 MB |
|
24 |
+
| Q3_K_S | [maywell-Llama-3-Ko-8B-Instruct-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q3_K_S.gguf) | 3494.74 MB |
|
25 |
+
| Q3_K_L | [maywell-Llama-3-Ko-8B-Instruct-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q3_K_L.gguf) | 4121.74 MB |
|
26 |
+
| Q4_K_M | [maywell-Llama-3-Ko-8B-Instruct-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q4_K_M.gguf) | 4692.78 MB |
|
27 |
+
| Q5_K_S | [maywell-Llama-3-Ko-8B-Instruct-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q5_K_S.gguf) | 5339.90 MB |
|
28 |
+
| Q5_K_M | [maywell-Llama-3-Ko-8B-Instruct-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-Q5_K_M.gguf) | 5467.40 MB |
|
29 |
+
| IQ4_XS | [maywell-Llama-3-Ko-8B-Instruct-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/maywell-Llama-3-Ko-8B-Instruct-GGUF/blob/main/maywell-Llama-3-Ko-8B-Instruct-IQ4_XS.gguf) | 4276.62 MB |
|
30 |
+
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
## β‘ Powered by [Featherless AI](https://featherless.ai)
|
35 |
+
|
36 |
+
### Key Features
|
37 |
+
|
38 |
+
- π₯ **Instant Hosting** - Deploy any Llama model on HuggingFace instantly
|
39 |
+
- π οΈ **Zero Infrastructure** - No server setup or maintenance required
|
40 |
+
- π **Vast Compatibility** - Support for 2400+ models and counting
|
41 |
+
- π **Affordable Pricing** - Starting at just $10/month
|
42 |
+
|
43 |
+
---
|
44 |
+
|
45 |
+
**Links:**
|
46 |
+
[Get Started](https://featherless.ai) | [Documentation](https://featherless.ai/docs) | [Models](https://featherless.ai/models)
|
featherless-quants.png
ADDED
Git LFS Details
|
maywell-Llama-3-Ko-8B-Instruct-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f4146e5a955cced3534a64d032530cca6e8f5a2e341305ae5da1c58f8fec7bb
|
3 |
+
size 4484363136
|
maywell-Llama-3-Ko-8B-Instruct-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdf181f1382ea5c6e3efb6c501cd95787cfb9b9d0111d2cfe65864d25ae5bbaa
|
3 |
+
size 3179131776
|
maywell-Llama-3-Ko-8B-Instruct-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea24adc072111bda0e662fa89c692b46fd16721761d02de3ed82b2f86ccd9ad3
|
3 |
+
size 4321956736
|
maywell-Llama-3-Ko-8B-Instruct-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf8942484cd09e99f91b6fd00b52554fcd409875ffbf54004d5fcf8ec0fbe6bc
|
3 |
+
size 4018918272
|
maywell-Llama-3-Ko-8B-Instruct-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f27ae4a4928bc9394fb99ba3ea45a1a229b9b4cbd2056eba11a7f80f4122d565
|
3 |
+
size 3664499584
|
maywell-Llama-3-Ko-8B-Instruct-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ac839f604b680b7980670f973a13560f205656bff7a27486674dff31e1c2d9c
|
3 |
+
size 4920734592
|
maywell-Llama-3-Ko-8B-Instruct-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:296ad292829987ee1572a90b8723da0541d82536f437fa815e42d40f51c2cc7f
|
3 |
+
size 4692669312
|
maywell-Llama-3-Ko-8B-Instruct-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:089cb6c45efac131b5ba76f8bf632bfadc75d18977552ec7d9783388e2a80bf9
|
3 |
+
size 5732987776
|
maywell-Llama-3-Ko-8B-Instruct-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bcae90d893dd47301e0b1c4b639e3e01bcb212837f49dda77a531311826afa6
|
3 |
+
size 5599294336
|
maywell-Llama-3-Ko-8B-Instruct-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b04a76fd74cafbe1c9e72857321de4e53fdbd24b4e4454427407ce26bcc4c8e
|
3 |
+
size 6596006784
|
maywell-Llama-3-Ko-8B-Instruct-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28ea1594421e0b9e3d0ecbda1411674a549dfecd044d053120557beedeef3dfb
|
3 |
+
size 8540771200
|