Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- Phi-3-mini-4k-instruct.f16.gguf +2 -2
- Phi-3-mini-4k-instruct.q5_k.gguf +2 -2
- Phi-3-mini-4k-instruct.q6_k.gguf +2 -2
- Phi-3-mini-4k-instruct.q8_0.gguf +2 -2
- Phi-3-mini-4k-instruct.q8_p.gguf +3 -0
- Phi-3-mini-4k-instruct.q8q4.gguf +3 -0
- README.md +2 -1
.gitattributes
CHANGED
@@ -37,3 +37,5 @@ Phi-3-mini-4k-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
37 |
Phi-3-mini-4k-instruct.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
Phi-3-mini-4k-instruct.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
Phi-3-mini-4k-instruct.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
37 |
Phi-3-mini-4k-instruct.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
Phi-3-mini-4k-instruct.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
Phi-3-mini-4k-instruct.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Phi-3-mini-4k-instruct.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Phi-3-mini-4k-instruct.q8q4.gguf filter=lfs diff=lfs merge=lfs -text
|
Phi-3-mini-4k-instruct.f16.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe4c64522173db6b3dae84ae667f6a8ad9e6cbc767f37ef165addbed991b129d
|
3 |
+
size 7643296704
|
Phi-3-mini-4k-instruct.q5_k.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9419d0886f62acc412761b7281e1c4a75f5d8e3ae82f133bcc1d5c7755e53678
|
3 |
+
size 3060757440
|
Phi-3-mini-4k-instruct.q6_k.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:707a2b6c43d03ae79bb04b10afa6875d2f802af16b2af10a779d43534a7a8334
|
3 |
+
size 3368252352
|
Phi-3-mini-4k-instruct.q8_0.gguf
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:787a2708c59a78d021f8468f7ad7e3cf60fa91ced92bd648681e85f1db60f2ac
|
3 |
+
size 4245910464
|
Phi-3-mini-4k-instruct.q8_p.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ed91b19c44c8c92f130aa922e05df1b76b709c5792788a24e7321945d100f75
|
3 |
+
size 4061221824
|
Phi-3-mini-4k-instruct.q8q4.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a484c128b1b1fd158b8795035c80b8dff206b142601397345428b183ae51adad
|
3 |
+
size 2466337728
|
README.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
license: mit
|
4 |
language:
|
5 |
- en
|
|
|
6 |
---
|
7 |
|
8 |
My own (ZeroWw) quantizations.
|
@@ -13,4 +14,4 @@ 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:
|
|
|
3 |
license: mit
|
4 |
language:
|
5 |
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
|
9 |
My own (ZeroWw) quantizations.
|
|
|
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: Sat Aug 10, 13:12:32
|