m8than commited on
Commit
295bca5
Β·
verified Β·
1 Parent(s): 656e0f8

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
+ princeton-nlp-Llama-3-Base-8B-SFT-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
38
+ princeton-nlp-Llama-3-Base-8B-SFT-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
40
+ princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
42
+ princeton-nlp-Llama-3-Base-8B-SFT-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ princeton-nlp-Llama-3-Base-8B-SFT-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ princeton-nlp-Llama-3-Base-8B-SFT-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ princeton-nlp-Llama-3-Base-8B-SFT-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ princeton-nlp-Llama-3-Base-8B-SFT-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ princeton-nlp-Llama-3-Base-8B-SFT-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: princeton-nlp/Llama-3-Base-8B-SFT
3
+ pipeline_tag: text-generation
4
+ quantized_by: featherless-ai-quants
5
+ ---
6
+
7
+ # princeton-nlp/Llama-3-Base-8B-SFT 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 | [princeton-nlp-Llama-3-Base-8B-SFT-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q8_0.gguf) | 8145.11 MB |
20
+ | Q4_K_S | [princeton-nlp-Llama-3-Base-8B-SFT-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q4_K_S.gguf) | 4475.28 MB |
21
+ | Q2_K | [princeton-nlp-Llama-3-Base-8B-SFT-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q2_K.gguf) | 3031.86 MB |
22
+ | Q6_K | [princeton-nlp-Llama-3-Base-8B-SFT-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q6_K.gguf) | 6290.44 MB |
23
+ | Q3_K_M | [princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_M.gguf) | 3832.74 MB |
24
+ | Q3_K_S | [princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_S.gguf) | 3494.74 MB |
25
+ | Q3_K_L | [princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_L.gguf) | 4121.74 MB |
26
+ | Q4_K_M | [princeton-nlp-Llama-3-Base-8B-SFT-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q4_K_M.gguf) | 4692.78 MB |
27
+ | Q5_K_S | [princeton-nlp-Llama-3-Base-8B-SFT-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q5_K_S.gguf) | 5339.90 MB |
28
+ | Q5_K_M | [princeton-nlp-Llama-3-Base-8B-SFT-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-Q5_K_M.gguf) | 5467.40 MB |
29
+ | IQ4_XS | [princeton-nlp-Llama-3-Base-8B-SFT-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/princeton-nlp-Llama-3-Base-8B-SFT-GGUF/blob/main/princeton-nlp-Llama-3-Base-8B-SFT-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)
featherless-quants.png ADDED

Git LFS Details

  • SHA256: 2e1b4d66c8306c7b0614089381fdf86ea4efb02dffb78d22767a084cb8b88d6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
princeton-nlp-Llama-3-Base-8B-SFT-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f70bb52550d208090103cbcbbcbf3618d9330e6b38a60a4b4b51f24052f64a
3
+ size 4484362784
princeton-nlp-Llama-3-Base-8B-SFT-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6abeadeda2056730e9c49b69a7e5ae511a83528b1bb91f221a841417ea5acf4
3
+ size 3179131424
princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0adf7dd3dc51a331874093b37af7ca3c9fb5329830408d415820737f025d5b08
3
+ size 4321956384
princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09636ed8696dfaf00091cfb7c4098f8c855389b2bcce52f70c439c4906896cc3
3
+ size 4018917920
princeton-nlp-Llama-3-Base-8B-SFT-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad664c5b3d1646ba1fd0748e07203d5644b5bc7eb19ce968d5d40ffe7099611d
3
+ size 3664499232
princeton-nlp-Llama-3-Base-8B-SFT-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b90b7e1afc16e47b310cf6955e5d4fa158f5e09307e3bcf84847a437fde69bb3
3
+ size 4920734240
princeton-nlp-Llama-3-Base-8B-SFT-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2accafc7f18ff74a3dcecffa7066c22242fcee0f2021fd889cd268dbf488e92d
3
+ size 4692668960
princeton-nlp-Llama-3-Base-8B-SFT-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c5aad8e778abaa764f4987e0e3820cec24aa7aeb4f22eda7a02e1c6b479c5c
3
+ size 5732987424
princeton-nlp-Llama-3-Base-8B-SFT-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbff8db6560c8e04aa448626c9f79d08de32dfd5a942d02d51ad68f338f4165c
3
+ size 5599293984
princeton-nlp-Llama-3-Base-8B-SFT-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f618a482eb5c114560c3c83b9f15c39eb014a3337989be77be1ef690ca28c2
3
+ size 6596006432
princeton-nlp-Llama-3-Base-8B-SFT-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15b833c93acf90b8d918e59ad7272ccd6f15d46e510b1fc23745241b1461887b
3
+ size 8540770848