Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-IQ4_XS.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q2_K.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_L.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_M.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_S.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_M.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_S.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_M.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_S.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q6_K.gguf +3 -0
- WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-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 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-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,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0 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 | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-IQ4_XS.gguf) | 4276.62 MB |
|
21 |
+
| Q2_K | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q2_K.gguf) | 3031.86 MB |
|
22 |
+
| Q3_K_L | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_L.gguf) | 4121.74 MB |
|
23 |
+
| Q3_K_M | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_M.gguf) | 3832.74 MB |
|
24 |
+
| Q3_K_S | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_S.gguf) | 3494.74 MB |
|
25 |
+
| Q4_K_M | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_M.gguf) | 4692.78 MB |
|
26 |
+
| Q4_K_S | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_S.gguf) | 4475.28 MB |
|
27 |
+
| Q5_K_M | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_M.gguf) | 5467.40 MB |
|
28 |
+
| Q5_K_S | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_S.gguf) | 5339.90 MB |
|
29 |
+
| Q6_K | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q6_K.gguf) | 6290.44 MB |
|
30 |
+
| Q8_0 | [WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/blob/main/WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-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)
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:886ccd2236732d64d61f941e2c0a73cb31a3249863e7d45bac784d9272c1e03b
|
3 |
+
size 4484362944
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8697ae1fed6a1cf8be6c02f4b33b6985813c6d6a036ad9c79fab9116c305fcb8
|
3 |
+
size 3179131584
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0a5a16c4f484f7784c8c7424130d0a178347b09e6d886d1b851a5c4e5d3d553
|
3 |
+
size 4321956544
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfcb7b26c64c561fe6c303551eccdd84418aa475b28506a83552021c467fd06c
|
3 |
+
size 4018918080
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ed2420c07f530bc5634a92a3ec8f8d08efc6adb4215f3c109e46440ea015917
|
3 |
+
size 3664499392
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a72c8f06dae79b8b7b93697a6d43321ed29d11ea7b5bd2ff29ba315066db875b
|
3 |
+
size 4920734400
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08cac8b62fbd33ccce44e60ff046180a0a10db3efb838f1723c39a51d5ba165d
|
3 |
+
size 4692669120
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93def58afd90cc8bbbbebb3022be0369b7977fde3754bd9b6196532a875259bf
|
3 |
+
size 5732987584
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5783b92bd0890ab4c27b0148d1f7a4595ecbf9612bc137a22fa9a4addeda8de
|
3 |
+
size 5599294144
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11aec151078161517c9184d1e216bf4ec454a08014b89ff353ce6f3bf083531f
|
3 |
+
size 6596006592
|
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b88713ba7818f4d512d3a80b233633907b25c392745d18bf34951e299c067787
|
3 |
+
size 8540771008
|
featherless-quants.png
ADDED
![]() |
Git LFS Details
|