Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- featherless-quants.png +3 -0
- saucam-PowerBot-8B-IQ4_XS.gguf +3 -0
- saucam-PowerBot-8B-Q2_K.gguf +3 -0
- saucam-PowerBot-8B-Q3_K_L.gguf +3 -0
- saucam-PowerBot-8B-Q3_K_M.gguf +3 -0
- saucam-PowerBot-8B-Q3_K_S.gguf +3 -0
- saucam-PowerBot-8B-Q4_K_M.gguf +3 -0
- saucam-PowerBot-8B-Q4_K_S.gguf +3 -0
- saucam-PowerBot-8B-Q5_K_M.gguf +3 -0
- saucam-PowerBot-8B-Q5_K_S.gguf +3 -0
- saucam-PowerBot-8B-Q6_K.gguf +3 -0
- saucam-PowerBot-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 |
+
saucam-PowerBot-8B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
saucam-PowerBot-8B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
saucam-PowerBot-8B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
saucam-PowerBot-8B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
saucam-PowerBot-8B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
saucam-PowerBot-8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
saucam-PowerBot-8B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
saucam-PowerBot-8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
saucam-PowerBot-8B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
saucam-PowerBot-8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
saucam-PowerBot-8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: saucam/PowerBot-8B
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# saucam/PowerBot-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 | [saucam-PowerBot-8B-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-IQ4_XS.gguf) | 4276.62 MB |
|
21 |
+
| Q2_K | [saucam-PowerBot-8B-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q2_K.gguf) | 3031.86 MB |
|
22 |
+
| Q3_K_L | [saucam-PowerBot-8B-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q3_K_L.gguf) | 4121.74 MB |
|
23 |
+
| Q3_K_M | [saucam-PowerBot-8B-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q3_K_M.gguf) | 3832.74 MB |
|
24 |
+
| Q3_K_S | [saucam-PowerBot-8B-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q3_K_S.gguf) | 3494.74 MB |
|
25 |
+
| Q4_K_M | [saucam-PowerBot-8B-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q4_K_M.gguf) | 4692.78 MB |
|
26 |
+
| Q4_K_S | [saucam-PowerBot-8B-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q4_K_S.gguf) | 4475.28 MB |
|
27 |
+
| Q5_K_M | [saucam-PowerBot-8B-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q5_K_M.gguf) | 5467.40 MB |
|
28 |
+
| Q5_K_S | [saucam-PowerBot-8B-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q5_K_S.gguf) | 5339.90 MB |
|
29 |
+
| Q6_K | [saucam-PowerBot-8B-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-8B-Q6_K.gguf) | 6290.44 MB |
|
30 |
+
| Q8_0 | [saucam-PowerBot-8B-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/saucam-PowerBot-8B-GGUF/blob/main/saucam-PowerBot-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
|
saucam-PowerBot-8B-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89298584f959cbfe2b35ea9dc6d74cc0ebfaaa97998b4c54f5d313d9d8c49145
|
3 |
+
size 4484362496
|
saucam-PowerBot-8B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b295b5330dd8cb41cc34e8d2ccf9c6bff657b2e13c7c0f0628ec6edb33e8903
|
3 |
+
size 3179131136
|
saucam-PowerBot-8B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d12d8c8f6ae54b3c3635819a862d26f9abb706ba1fe3a73ef24432f1a54729d4
|
3 |
+
size 4321956096
|
saucam-PowerBot-8B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9629be685d1cd38baebb07c26d8a4811f63a71a8a57a5c022a26edfbeb79dc57
|
3 |
+
size 4018917632
|
saucam-PowerBot-8B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfa8a422eb0c63de3456f6696910b849d0cf619d2260ae8752d4cb47013aee55
|
3 |
+
size 3664498944
|
saucam-PowerBot-8B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c04326f2aa61001b74738ec1d32b02bcef35b4f2350dfb4fa1e7f091742a53
|
3 |
+
size 4920733952
|
saucam-PowerBot-8B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e6108cef5603301d7f236e3be9f1ba76deeaaa2602c1b6cdd93b046ea17d8eb
|
3 |
+
size 4692668672
|
saucam-PowerBot-8B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f583a6c23d10decfc87217886f7508ee30e71841c486d0133fde04c124380d6b
|
3 |
+
size 5732987136
|
saucam-PowerBot-8B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3244b68cfc9cbc88c47de9943ff8c067f678ea6ff12540aed4be2135666afc72
|
3 |
+
size 5599293696
|
saucam-PowerBot-8B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4d43927c9006cdce8a1bebe89a3a56c8cbdc3a6f1eed22529d4d37403a098c3
|
3 |
+
size 6596006144
|
saucam-PowerBot-8B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a908841205f6a5cd846b7877f031cf359b7b20b9f07418fd89f0e402b6d9efd9
|
3 |
+
size 8540770560
|