Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- featherless-quants.png +3 -0
- ghost-x-ghost-8b-beta-IQ4_XS.gguf +3 -0
- ghost-x-ghost-8b-beta-Q2_K.gguf +3 -0
- ghost-x-ghost-8b-beta-Q3_K_L.gguf +3 -0
- ghost-x-ghost-8b-beta-Q3_K_M.gguf +3 -0
- ghost-x-ghost-8b-beta-Q3_K_S.gguf +3 -0
- ghost-x-ghost-8b-beta-Q4_K_M.gguf +3 -0
- ghost-x-ghost-8b-beta-Q4_K_S.gguf +3 -0
- ghost-x-ghost-8b-beta-Q5_K_M.gguf +3 -0
- ghost-x-ghost-8b-beta-Q5_K_S.gguf +3 -0
- ghost-x-ghost-8b-beta-Q6_K.gguf +3 -0
- ghost-x-ghost-8b-beta-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 |
+
ghost-x-ghost-8b-beta-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
ghost-x-ghost-8b-beta-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
ghost-x-ghost-8b-beta-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
ghost-x-ghost-8b-beta-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
ghost-x-ghost-8b-beta-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
ghost-x-ghost-8b-beta-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ghost-x-ghost-8b-beta-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
ghost-x-ghost-8b-beta-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
ghost-x-ghost-8b-beta-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
ghost-x-ghost-8b-beta-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
ghost-x-ghost-8b-beta-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: ghost-x/ghost-8b-beta
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
quantized_by: featherless-ai-quants
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# ghost-x/ghost-8b-beta GGUF Quantizations π
|
| 8 |
+
|
| 9 |
+

|
| 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 | [ghost-x-ghost-8b-beta-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-IQ4_XS.gguf) | 4276.62 MB |
|
| 21 |
+
| Q2_K | [ghost-x-ghost-8b-beta-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q2_K.gguf) | 3031.85 MB |
|
| 22 |
+
| Q3_K_L | [ghost-x-ghost-8b-beta-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q3_K_L.gguf) | 4121.74 MB |
|
| 23 |
+
| Q3_K_M | [ghost-x-ghost-8b-beta-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q3_K_M.gguf) | 3832.74 MB |
|
| 24 |
+
| Q3_K_S | [ghost-x-ghost-8b-beta-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q3_K_S.gguf) | 3494.74 MB |
|
| 25 |
+
| Q4_K_M | [ghost-x-ghost-8b-beta-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q4_K_M.gguf) | 4692.78 MB |
|
| 26 |
+
| Q4_K_S | [ghost-x-ghost-8b-beta-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q4_K_S.gguf) | 4475.28 MB |
|
| 27 |
+
| Q5_K_M | [ghost-x-ghost-8b-beta-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q5_K_M.gguf) | 5467.40 MB |
|
| 28 |
+
| Q5_K_S | [ghost-x-ghost-8b-beta-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q5_K_S.gguf) | 5339.90 MB |
|
| 29 |
+
| Q6_K | [ghost-x-ghost-8b-beta-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-Q6_K.gguf) | 6290.44 MB |
|
| 30 |
+
| Q8_0 | [ghost-x-ghost-8b-beta-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/ghost-x-ghost-8b-beta-GGUF/blob/main/ghost-x-ghost-8b-beta-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
|
ghost-x-ghost-8b-beta-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63374e4ecf41bd1b69829b6b210f6678616a72527e6420091cdab18d6c0af897
|
| 3 |
+
size 4484361088
|
ghost-x-ghost-8b-beta-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44d961e59533a25fe7d15b55c154f160dabb8303c9fe22297286c7410bd5721d
|
| 3 |
+
size 3179129728
|
ghost-x-ghost-8b-beta-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7229b30ba0883bff07e4c3ddd940d8cff08727c18eda1be0698949fe5711a3d
|
| 3 |
+
size 4321954688
|
ghost-x-ghost-8b-beta-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1bb607b122e0a39ffc2d2044ad92b7953d76461361183e62541b2bf4ad9be32
|
| 3 |
+
size 4018916224
|
ghost-x-ghost-8b-beta-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b30c6b6308ac3599fbd093d3a1bac76d5c4f31cad2cbbe389df9c5fe99f8687
|
| 3 |
+
size 3664497536
|
ghost-x-ghost-8b-beta-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e137b763647ccd35a368175d4914e2f938d05ad6a456da56bc8fce14aedb6ad
|
| 3 |
+
size 4920732544
|
ghost-x-ghost-8b-beta-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:945342449054383616d48b7b5016aab1f3a293fb03a9ee0ce9c1e0d59fb55042
|
| 3 |
+
size 4692667264
|
ghost-x-ghost-8b-beta-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ab45ea4d7f4e2c2915be337df56744f67056610e1d2d1d3fa269eeda7275e90
|
| 3 |
+
size 5732985728
|
ghost-x-ghost-8b-beta-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fffb613ce9a93c229bc7001ddb3f3e8dc6f2e6fd79dd4a0d61255d36f2328d95
|
| 3 |
+
size 5599292288
|
ghost-x-ghost-8b-beta-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:870915e13f72e243bd2169e9594cf5a83831136c466acb5b18845db336fb39d0
|
| 3 |
+
size 6596004736
|
ghost-x-ghost-8b-beta-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93b25293ac018880d021ce92dfda5db0ddcb607f070527f2bff2c6c46170f302
|
| 3 |
+
size 8540769152
|