Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +46 -0
- ajibawa-2023-Code-Llama-3-8B-IQ4_XS.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q2_K.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q3_K_L.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q3_K_M.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q3_K_S.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q4_K_M.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q4_K_S.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q5_K_M.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q5_K_S.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q6_K.gguf +3 -0
- ajibawa-2023-Code-Llama-3-8B-Q8_0.gguf +3 -0
- featherless-quants.png +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 |
+
ajibawa-2023-Code-Llama-3-8B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
ajibawa-2023-Code-Llama-3-8B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
ajibawa-2023-Code-Llama-3-8B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
ajibawa-2023-Code-Llama-3-8B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
ajibawa-2023-Code-Llama-3-8B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
ajibawa-2023-Code-Llama-3-8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
ajibawa-2023-Code-Llama-3-8B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
ajibawa-2023-Code-Llama-3-8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
ajibawa-2023-Code-Llama-3-8B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
ajibawa-2023-Code-Llama-3-8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
ajibawa-2023-Code-Llama-3-8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
featherless-quants.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ajibawa-2023/Code-Llama-3-8B
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# ajibawa-2023/Code-Llama-3-8B 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 | [ajibawa-2023-Code-Llama-3-8B-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q8_0.gguf) | 8145.11 MB |
|
20 |
+
| Q4_K_S | [ajibawa-2023-Code-Llama-3-8B-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q4_K_S.gguf) | 4475.28 MB |
|
21 |
+
| Q2_K | [ajibawa-2023-Code-Llama-3-8B-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q2_K.gguf) | 3031.86 MB |
|
22 |
+
| Q6_K | [ajibawa-2023-Code-Llama-3-8B-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q6_K.gguf) | 6290.44 MB |
|
23 |
+
| Q3_K_M | [ajibawa-2023-Code-Llama-3-8B-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q3_K_M.gguf) | 3832.74 MB |
|
24 |
+
| Q3_K_S | [ajibawa-2023-Code-Llama-3-8B-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q3_K_S.gguf) | 3494.74 MB |
|
25 |
+
| Q3_K_L | [ajibawa-2023-Code-Llama-3-8B-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q3_K_L.gguf) | 4121.74 MB |
|
26 |
+
| Q4_K_M | [ajibawa-2023-Code-Llama-3-8B-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q4_K_M.gguf) | 4692.78 MB |
|
27 |
+
| Q5_K_S | [ajibawa-2023-Code-Llama-3-8B-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q5_K_S.gguf) | 5339.90 MB |
|
28 |
+
| Q5_K_M | [ajibawa-2023-Code-Llama-3-8B-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-Q5_K_M.gguf) | 5467.40 MB |
|
29 |
+
| IQ4_XS | [ajibawa-2023-Code-Llama-3-8B-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/ajibawa-2023-Code-Llama-3-8B-GGUF/blob/main/ajibawa-2023-Code-Llama-3-8B-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)
|
ajibawa-2023-Code-Llama-3-8B-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8541db07371a257d0d40106e70fd096c58fe9dac96a737f86f914a1aff6256c9
|
3 |
+
size 4484363072
|
ajibawa-2023-Code-Llama-3-8B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ac378549393f988c4b3e803c0f88fdc1955c7cb44a742302bdb5a05364b2787
|
3 |
+
size 3179131712
|
ajibawa-2023-Code-Llama-3-8B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7736ae49faeaa0ccbe681eb515ca3dcdc6327c7cc8b32f2b6147da7286e9da3
|
3 |
+
size 4321956672
|
ajibawa-2023-Code-Llama-3-8B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ee94423fc044bba32479a5242f0e168a26a416536cebea3a72fd82fb0594c7a
|
3 |
+
size 4018918208
|
ajibawa-2023-Code-Llama-3-8B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:723d79cc8cbfddb199067a97dd9b5efbb0d130e339a4c69e1fee3797b576e4d2
|
3 |
+
size 3664499520
|
ajibawa-2023-Code-Llama-3-8B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9780a6793f3479587b8a559bf9123ac6db4f84c616336eb28fdc89e27ee5c935
|
3 |
+
size 4920734528
|
ajibawa-2023-Code-Llama-3-8B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c14cf1bcc2f6f0f6de5c325299077ce47ef9c75fc97e4b8c2e9c84218038c54e
|
3 |
+
size 4692669248
|
ajibawa-2023-Code-Llama-3-8B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cbf27cf7c5edecdc3caef232b8f29fb42f291aed076954d2331a58fb1ccae8c
|
3 |
+
size 5732987712
|
ajibawa-2023-Code-Llama-3-8B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d39a8c5e25804d61ec25e09290f5e48a295ed26f5142c863be43a30d640dadc8
|
3 |
+
size 5599294272
|
ajibawa-2023-Code-Llama-3-8B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b1c53c56e66ef1d0ab04d3d348d7cec473f1e59ceec9ed76b71b66032bf43ab
|
3 |
+
size 6596006720
|
ajibawa-2023-Code-Llama-3-8B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8c31d44d2983fcc7a42fc32c8c2669d504c657a36319182368154a93cfff324
|
3 |
+
size 8540771136
|
featherless-quants.png
ADDED
Git LFS Details
|