ZeroWw commited on
Commit
c9cd302
·
verified ·
1 Parent(s): 3fbfba1

Upload folder using huggingface_hub

Browse files
.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-4-mini-reasoning.f16.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Phi-4-mini-reasoning.q5_k.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Phi-4-mini-reasoning.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Phi-4-mini-reasoning.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Phi-4-mini-reasoning.q8_p.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Phi-4-mini-reasoning.q8q4.gguf filter=lfs diff=lfs merge=lfs -text
Phi-4-mini-reasoning.f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:600ab28baffdc1915c00da6ffb238519f32501766c3b219047d9f6cb67f0f83d
3
+ size 7680694528
Phi-4-mini-reasoning.q5_k.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49770ab3093255dfa678e909f72abe853dbccb145fec66a56e3edfba5e59c053
3
+ size 3573160192
Phi-4-mini-reasoning.q6_k.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0e2482814cf492550931752e0b1ff73fe09540b6b9f2c54245ddf9fe56a16ba
3
+ size 3880655104
Phi-4-mini-reasoning.q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f127d4a2195bc3b07fa6d761c470fa8920686a1f2e7c84d210cba20a778437
3
+ size 4660795648
Phi-4-mini-reasoning.q8_p.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d709abf9ba3ab5cab68aefc52688e2cd373866afacea22bcde8883a5b760acb7
3
+ size 4084611328
Phi-4-mini-reasoning.q8q4.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d790074204aea1e018cdda5e8c165855a712c48bea4c423f8439628a9e4f36
3
+ size 2640722176
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 May 01, 18:04:42