Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +46 -0
- etri-xainlp-llama3-8b-dpo_v1-IQ4_XS.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q2_K.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q3_K_L.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q3_K_M.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q3_K_S.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q4_K_M.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q4_K_S.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q5_K_M.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q5_K_S.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-Q6_K.gguf +3 -0
- etri-xainlp-llama3-8b-dpo_v1-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 |
+
etri-xainlp-llama3-8b-dpo_v1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
etri-xainlp-llama3-8b-dpo_v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
etri-xainlp-llama3-8b-dpo_v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
etri-xainlp-llama3-8b-dpo_v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
etri-xainlp-llama3-8b-dpo_v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
etri-xainlp-llama3-8b-dpo_v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
etri-xainlp-llama3-8b-dpo_v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
etri-xainlp-llama3-8b-dpo_v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
etri-xainlp-llama3-8b-dpo_v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
etri-xainlp-llama3-8b-dpo_v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
etri-xainlp-llama3-8b-dpo_v1-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: etri-xainlp/llama3-8b-dpo_v1
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
quantized_by: featherless-ai-quants
|
5 |
+
---
|
6 |
+
|
7 |
+
# etri-xainlp/llama3-8b-dpo_v1 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 | [etri-xainlp-llama3-8b-dpo_v1-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q8_0.gguf) | 8145.11 MB |
|
20 |
+
| Q4_K_S | [etri-xainlp-llama3-8b-dpo_v1-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q4_K_S.gguf) | 4475.28 MB |
|
21 |
+
| Q2_K | [etri-xainlp-llama3-8b-dpo_v1-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q2_K.gguf) | 3031.86 MB |
|
22 |
+
| Q6_K | [etri-xainlp-llama3-8b-dpo_v1-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q6_K.gguf) | 6290.44 MB |
|
23 |
+
| Q3_K_M | [etri-xainlp-llama3-8b-dpo_v1-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q3_K_M.gguf) | 3832.74 MB |
|
24 |
+
| Q3_K_S | [etri-xainlp-llama3-8b-dpo_v1-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q3_K_S.gguf) | 3494.74 MB |
|
25 |
+
| Q3_K_L | [etri-xainlp-llama3-8b-dpo_v1-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q3_K_L.gguf) | 4121.74 MB |
|
26 |
+
| Q4_K_M | [etri-xainlp-llama3-8b-dpo_v1-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q4_K_M.gguf) | 4692.78 MB |
|
27 |
+
| Q5_K_S | [etri-xainlp-llama3-8b-dpo_v1-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q5_K_S.gguf) | 5339.90 MB |
|
28 |
+
| Q5_K_M | [etri-xainlp-llama3-8b-dpo_v1-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-Q5_K_M.gguf) | 5467.40 MB |
|
29 |
+
| IQ4_XS | [etri-xainlp-llama3-8b-dpo_v1-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/etri-xainlp-llama3-8b-dpo_v1-GGUF/blob/main/etri-xainlp-llama3-8b-dpo_v1-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)
|
etri-xainlp-llama3-8b-dpo_v1-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbd3dc22e1e955a7dd3c4c44716c168c106d28f143e4bc7b4b2fca2457be6179
|
3 |
+
size 4484363072
|
etri-xainlp-llama3-8b-dpo_v1-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92b1ebda9685f2213285c044352a6fdc57956e955cf68e3936faf58457bf887b
|
3 |
+
size 3179131712
|
etri-xainlp-llama3-8b-dpo_v1-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f64293547920f5bc4c4adedc750e286c3f108688d1887d7f9b56ff50f4936c8
|
3 |
+
size 4321956672
|
etri-xainlp-llama3-8b-dpo_v1-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c26a3a1b7e78ca39d92cbde85fa99e517c25d71ba05e2a79659d5bad7ea929c8
|
3 |
+
size 4018918208
|
etri-xainlp-llama3-8b-dpo_v1-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73cd7d3a3c4e404257d412cd617f6c9e3322e6bece13ad9e0116cb57bc75ae73
|
3 |
+
size 3664499520
|
etri-xainlp-llama3-8b-dpo_v1-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e71f3825b4ba7f9dedb871474d06e003cb1c6aa50c9afefc029529d4b914315
|
3 |
+
size 4920734528
|
etri-xainlp-llama3-8b-dpo_v1-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b58d2ff7ff651bfc2146b924d85a46df01240a893ba8f54bb8d8976fbaa2cea2
|
3 |
+
size 4692669248
|
etri-xainlp-llama3-8b-dpo_v1-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19be42e0736bd983ba3f6c95411671601538395ed632e3a555b9927b060657d4
|
3 |
+
size 5732987712
|
etri-xainlp-llama3-8b-dpo_v1-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dc1ef4a2e1285a597c1f76fb5a62f856b300d5adcd77820feb9bf0e718bd4f4
|
3 |
+
size 5599294272
|
etri-xainlp-llama3-8b-dpo_v1-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5de6c9c6ce63ef606a63fed7d486d04c5f933658924b6063e900398b89a511d
|
3 |
+
size 6596006720
|
etri-xainlp-llama3-8b-dpo_v1-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ae3164ce171e84e92c013610ebaf01f6c5b2fd005719dd6dfd73a3cfbc78e6c
|
3 |
+
size 8540771136
|
featherless-quants.png
ADDED
Git LFS Details
|