ZeroWw commited on
Commit
7cf950f
·
verified ·
1 Parent(s): 0c31dd3

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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
+ Llama-3-8B-Lexi-Uncensored.f16.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Llama-3-8B-Lexi-Uncensored.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Llama-3-8B-Lexi-Uncensored.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Llama-3-8B-Lexi-Uncensored.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Llama-3-8B-Lexi-Uncensored.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
Llama-3-8B-Lexi-Uncensored.f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00cf073248c63c78875c503f49457a20f99b864d4cb82b49d04fe5e98999ef4d
3
+ size 16068890944
Llama-3-8B-Lexi-Uncensored.q5_k.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ac6abf1e0e3e3c8043955db001a55b23d725cc3dd31650d55fc59bbf1835535
3
+ size 7042224448
Llama-3-8B-Lexi-Uncensored.q6_k.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b368c21a3ad5f7037a9f41255a7a26d07d28e8994f28ebdc4fccab7b73bf5df
3
+ size 7835472192
Llama-3-8B-Lexi-Uncensored.q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6228d649ad3a6daa4a9fefb6e2824e51d5ed20233ebaa1d937e4838c1b856b48
3
+ size 9525776704
Llama-3-8B-Lexi-Uncensored.q8_p.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:774960da69b898c4fa8323888116a5b6e902fac6bca968c7814700f49f24457b
3
+ size 8540770624
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: mit
4
+ language:
5
+ - en
6
+ ---
7
+
8
+ My own (ZeroWw) quantizations.
9
+ output and embed tensors quantized to f16.
10
+ all other tensors quantized to q5_k or q6_k.
11
+
12
+ Result:
13
+ both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
14
+ and they perform as well as the pure f16.
15
+
16
+ Updated on: Mon Jul 15, 17:01:26