m8than commited on
Commit
86ab469
Β·
verified Β·
1 Parent(s): 04a56ef

Upload folder using huggingface_hub

Browse files
.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
+ sail-Sailor-1.8B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sail-Sailor-1.8B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sail-Sailor-1.8B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sail-Sailor-1.8B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sail-Sailor-1.8B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sail-Sailor-1.8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sail-Sailor-1.8B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sail-Sailor-1.8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sail-Sailor-1.8B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sail-Sailor-1.8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ sail-Sailor-1.8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sail/Sailor-1.8B
3
+ pipeline_tag: text-generation
4
+ quantized_by: featherless-ai-quants
5
+ ---
6
+
7
+ # sail/Sailor-1.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 | [sail-Sailor-1.8B-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-IQ4_XS.gguf) | 1036.99 MB |
21
+ | Q2_K | [sail-Sailor-1.8B-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q2_K.gguf) | 807.35 MB |
22
+ | Q3_K_L | [sail-Sailor-1.8B-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q3_K_L.gguf) | 1007.27 MB |
23
+ | Q3_K_M | [sail-Sailor-1.8B-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q3_K_M.gguf) | 968.82 MB |
24
+ | Q3_K_S | [sail-Sailor-1.8B-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q3_K_S.gguf) | 909.40 MB |
25
+ | Q4_K_M | [sail-Sailor-1.8B-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q4_K_M.gguf) | 1161.34 MB |
26
+ | Q4_K_S | [sail-Sailor-1.8B-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q4_K_S.gguf) | 1104.61 MB |
27
+ | Q5_K_M | [sail-Sailor-1.8B-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q5_K_M.gguf) | 1313.00 MB |
28
+ | Q5_K_S | [sail-Sailor-1.8B-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q5_K_S.gguf) | 1266.31 MB |
29
+ | Q6_K | [sail-Sailor-1.8B-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q6_K.gguf) | 1505.88 MB |
30
+ | Q8_0 | [sail-Sailor-1.8B-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/sail-Sailor-1.8B-GGUF/blob/main/sail-Sailor-1.8B-Q8_0.gguf) | 1867.59 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

  • SHA256: 2e1b4d66c8306c7b0614089381fdf86ea4efb02dffb78d22767a084cb8b88d6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
sail-Sailor-1.8B-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550df7346056a8cb03773ec2f9d45a2c73c714bea309e3f382a9a8a1cc1292d8
3
+ size 1087362208
sail-Sailor-1.8B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf0ac2b3faf106c3398fecc7e177f3ba56b0ef7b35c1c5ef12e1be8f51de705
3
+ size 846570656
sail-Sailor-1.8B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f60cb70b5dbec9a8ce8ec1bd0cded55551dde2fcbf4fc19264eeb0698d3ca9e3
3
+ size 1056201888
sail-Sailor-1.8B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef45d95eef4462ed0fc040f8804067e42fa99a8eaf5a3cdf6a43f3e4ba671c4
3
+ size 1015880864
sail-Sailor-1.8B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:759fb04a24602efd90a9cc3752b4d3b7574ce129f63784d751f070d764ecdad8
3
+ size 953572512
sail-Sailor-1.8B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03553b9143d4d70c2e5f3a7aea07b38c3b72eeaab3cda1ea1fe0a5838f79f97d
3
+ size 1217754272
sail-Sailor-1.8B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9fc909df04f2f0d9b48dd511cdbc39469fb79277c02c9f92b547972167cc90c
3
+ size 1158263968
sail-Sailor-1.8B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06275576020f3edfabb2c0ac1dbe8da6c2082b34464ef01cdfcbee4bfd6fd256
3
+ size 1376777376
sail-Sailor-1.8B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d24d7a594f8c33840892426f46b45dbd6cd8940581631c4470bd81812e9cbc
3
+ size 1327821984
sail-Sailor-1.8B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:399d49629b494f2874e8a084684b5aca85f3f0ddfccfe4c657faca3bd2fc6f7f
3
+ size 1579027616
sail-Sailor-1.8B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7112a64303be95f355f0bbccf5947a8f49064a89dcbb3a8d30d6ebfd324c4e71
3
+ size 1958304928