Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- featherless-quants.png +3 -0
- zhichen-Llama3-Chinese-IQ4_XS.gguf +3 -0
- zhichen-Llama3-Chinese-Q2_K.gguf +3 -0
- zhichen-Llama3-Chinese-Q3_K_L.gguf +3 -0
- zhichen-Llama3-Chinese-Q3_K_M.gguf +3 -0
- zhichen-Llama3-Chinese-Q3_K_S.gguf +3 -0
- zhichen-Llama3-Chinese-Q4_K_M.gguf +3 -0
- zhichen-Llama3-Chinese-Q4_K_S.gguf +3 -0
- zhichen-Llama3-Chinese-Q5_K_M.gguf +3 -0
- zhichen-Llama3-Chinese-Q5_K_S.gguf +3 -0
- zhichen-Llama3-Chinese-Q6_K.gguf +3 -0
- zhichen-Llama3-Chinese-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 |
+
zhichen-Llama3-Chinese-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
zhichen-Llama3-Chinese-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
zhichen-Llama3-Chinese-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
zhichen-Llama3-Chinese-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
zhichen-Llama3-Chinese-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
zhichen-Llama3-Chinese-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
zhichen-Llama3-Chinese-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
zhichen-Llama3-Chinese-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
zhichen-Llama3-Chinese-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
zhichen-Llama3-Chinese-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
zhichen-Llama3-Chinese-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: zhichen-Llama3-Chinese
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# zhichen-Llama3-Chinese 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 | [zhichen-Llama3-Chinese-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-IQ4_XS.gguf) | 4276.62 MB |
|
21 |
+
| Q2_K | [zhichen-Llama3-Chinese-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q2_K.gguf) | 3031.86 MB |
|
22 |
+
| Q3_K_L | [zhichen-Llama3-Chinese-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q3_K_L.gguf) | 4121.74 MB |
|
23 |
+
| Q3_K_M | [zhichen-Llama3-Chinese-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q3_K_M.gguf) | 3832.74 MB |
|
24 |
+
| Q3_K_S | [zhichen-Llama3-Chinese-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q3_K_S.gguf) | 3494.74 MB |
|
25 |
+
| Q4_K_M | [zhichen-Llama3-Chinese-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q4_K_M.gguf) | 4692.78 MB |
|
26 |
+
| Q4_K_S | [zhichen-Llama3-Chinese-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q4_K_S.gguf) | 4475.28 MB |
|
27 |
+
| Q5_K_M | [zhichen-Llama3-Chinese-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q5_K_M.gguf) | 5467.40 MB |
|
28 |
+
| Q5_K_S | [zhichen-Llama3-Chinese-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q5_K_S.gguf) | 5339.90 MB |
|
29 |
+
| Q6_K | [zhichen-Llama3-Chinese-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-Q6_K.gguf) | 6290.44 MB |
|
30 |
+
| Q8_0 | [zhichen-Llama3-Chinese-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/zhichen-Llama3-Chinese-GGUF/blob/main/zhichen-Llama3-Chinese-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
|
zhichen-Llama3-Chinese-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54c868d8c5757525fbaf54268f2f5acec4423cc2519e989be9632cee8b9abe99
|
3 |
+
size 4484362720
|
zhichen-Llama3-Chinese-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be631c00acc7208e5bb6c7d742f6f5f6ef140e17aec5922f2c36afbf5ac5e5ef
|
3 |
+
size 3179131360
|
zhichen-Llama3-Chinese-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd9c029a3accd4e0a5a8313c0c30ef77c9ae9a12eb8329c06fee70e0ca139c19
|
3 |
+
size 4321956320
|
zhichen-Llama3-Chinese-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ffeadb9646ed993c9d3f7fc6054fe1bf282e645d51148c9d0864d277b472da3
|
3 |
+
size 4018917856
|
zhichen-Llama3-Chinese-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b48d0949180acf7810afa1f23ea4bd89fe2e6c9a5c473dcd8b1c2e8008eb9e7b
|
3 |
+
size 3664499168
|
zhichen-Llama3-Chinese-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:982ecc5ee78685d604b4ad27e304ad0c8e808eb7b4639294632e95fee6aef9df
|
3 |
+
size 4920734176
|
zhichen-Llama3-Chinese-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf147d25f17ecdaeb3f6f5a9ad7756a544c3429a79d2588e004de9f39b83df58
|
3 |
+
size 4692668896
|
zhichen-Llama3-Chinese-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35022ee98f4b341ec961aeb1c88ea93f9b64cd87ef1917b32d524d38d1547e03
|
3 |
+
size 5732987360
|
zhichen-Llama3-Chinese-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d9472e1f3cc5c93f0c8580553ac01a7f8ccc7b8374fbb722a1b9a943f0f20db
|
3 |
+
size 5599293920
|
zhichen-Llama3-Chinese-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7bfff0a4b4628ca2ec7dfe692ae787ccb0d09a300297b49d37d23e5a94856f8
|
3 |
+
size 6596006368
|
zhichen-Llama3-Chinese-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a45ed073b9f35fd300b993c109039b0cc7bafbfd31b0958fbac2c2bcca5325a8
|
3 |
+
size 8540770784
|