Upload folder using huggingface_hub
Browse files- .gitattributes +6 -0
- Phi-3.5-mini-instruct_Uncensored.f16.gguf +3 -0
- Phi-3.5-mini-instruct_Uncensored.q5_k.gguf +3 -0
- Phi-3.5-mini-instruct_Uncensored.q6_k.gguf +3 -0
- Phi-3.5-mini-instruct_Uncensored.q8_0.gguf +3 -0
- Phi-3.5-mini-instruct_Uncensored.q8_p.gguf +3 -0
- Phi-3.5-mini-instruct_Uncensored.q8q4.gguf +3 -0
- README.md +17 -0
.gitattributes
CHANGED
@@ -33,3 +33,9 @@ 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 |
+
Phi-3.5-mini-instruct_Uncensored.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Phi-3.5-mini-instruct_Uncensored.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Phi-3.5-mini-instruct_Uncensored.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Phi-3.5-mini-instruct_Uncensored.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Phi-3.5-mini-instruct_Uncensored.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Phi-3.5-mini-instruct_Uncensored.q8q4.gguf filter=lfs diff=lfs merge=lfs -text
|
Phi-3.5-mini-instruct_Uncensored.f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ec12ac0c10da8d24e3d753a9a7b3837c92fd24b430cea1e476a95c1cf37771d
|
3 |
+
size 7643297152
|
Phi-3.5-mini-instruct_Uncensored.q5_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d55fff7d10d15025968939b84bde0d561eb08639e28de8c17f1bf06bc5ee9c7f
|
3 |
+
size 3060757888
|
Phi-3.5-mini-instruct_Uncensored.q6_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66506bedf97a318eb20f0cda986c1b37e868aa6a4f3e29e83b0ce82d8b9cc795
|
3 |
+
size 3368252800
|
Phi-3.5-mini-instruct_Uncensored.q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f50f70a74b1d80d2286e3dc771034cebcad8a62bb4b4711a5b237d1cee5562c
|
3 |
+
size 4245910912
|
Phi-3.5-mini-instruct_Uncensored.q8_p.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfc8e17ecd9283532104c8e21e807db904737d7241ad0b6b40358be9e3954904
|
3 |
+
size 4061222272
|
Phi-3.5-mini-instruct_Uncensored.q8q4.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1811e995dc53797087bfadbcd2ffcdd57dcfc0cc012ebe086ca530cf0b7a5c2d
|
3 |
+
size 2466338176
|
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
---
|
8 |
+
|
9 |
+
My own (ZeroWw) quantizations.
|
10 |
+
output and embed tensors quantized to f16.
|
11 |
+
all other tensors quantized to q5_k or q6_k.
|
12 |
+
|
13 |
+
Result:
|
14 |
+
both f16.q6 and f16.q5 are smaller than q8_0 standard quantization
|
15 |
+
and they perform as well as the pure f16.
|
16 |
+
|
17 |
+
Updated on: Thu Aug 22, 13:56:30
|