DavidAU commited on
Commit
2bbe04f
·
verified ·
1 Parent(s): 24adade

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -4,6 +4,9 @@ language:
4
  - zh
5
  license: apache-2.0
6
  tags:
 
 
 
7
  - fine tune
8
  - heretic
9
  - uncensored
@@ -23,7 +26,7 @@ tags:
23
  pipeline_tag: image-text-to-text
24
  ---
25
 
26
- (model card updates in progress.)
27
 
28
  <small><font color="red">FIREBALL:</font> Model exceeds 7 of 7 benchmarks for Qwen3.5 27B, Qwen3.6 35B-A3B, and meets Qwen 3.6 27B in some cases.</small>
29
 
@@ -73,12 +76,32 @@ NOTES:
73
  - Testing via "thinking" mode also shows the metrics (and changes) but not the true extent.
74
  - In actual fact when the model IS in thinking mode, it will exceed INSTRUCT benchmark scores in most cases.
75
 
76
- <B>QUANTS:</B>
77
 
78
- All quants are NEO IMATRIX, which improve accuracy of the quants by an additional 2-4% over normal GGUFs as well as long context performance.
79
 
80
  In addition the output tensor (10-20% of output) was modified to full precision - 16 bit - for all quants.
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  <B>Model:</b>
83
  - 256k context
84
  - Gguf quants run in all standard AI apps.
 
4
  - zh
5
  license: apache-2.0
6
  tags:
7
+ - MTP GGUFS
8
+ - Regular GGUFS
9
+ - NEO Imatrix
10
  - fine tune
11
  - heretic
12
  - uncensored
 
26
  pipeline_tag: image-text-to-text
27
  ---
28
 
29
+ (MTP QUANTS uploading || model card updates in progress.)
30
 
31
  <small><font color="red">FIREBALL:</font> Model exceeds 7 of 7 benchmarks for Qwen3.5 27B, Qwen3.6 35B-A3B, and meets Qwen 3.6 27B in some cases.</small>
32
 
 
76
  - Testing via "thinking" mode also shows the metrics (and changes) but not the true extent.
77
  - In actual fact when the model IS in thinking mode, it will exceed INSTRUCT benchmark scores in most cases.
78
 
79
+ <B>Regular and MTP GGUFS:</B>
80
 
81
+ All quants (regular and MTP) are NEO IMATRIX, which improve accuracy of the quants by an additional 2-4% over normal GGUFs as well as long context performance.
82
 
83
  In addition the output tensor (10-20% of output) was modified to full precision - 16 bit - for all quants.
84
 
85
+ "MTP" GGUFS (multi-token prediction):
86
+ - "MTP" GGUFS will have "MTP" in the name as a suffix.
87
+ - I have also set the MTP tensors to Q8_0 precision for all quants.
88
+ - To get better performance keep temp 1 or less (higher temps degrade MTP performance).
89
+ - Likewise with rep pen ; keep at 1 (off). If you raise it performance will suffer.
90
+ - If you see "token acceptance" rates BELOW 50% (predict 2 tokens) switch to normal quants.
91
+
92
+ SPEED:
93
+ - On Q4_K_S (4bit) quant, regular GGUFs are about 130 t/s, whereas MTP GGUFs (acceptance at 60%, 2 tokens) can exceed 185 T/S. (5090, Windows 11, testing in LMStudio)
94
+ - Speeds will vary depending on GPU(s), AI app, O/S (Linux/Mac will generally be faster) and hardware.
95
+ - "MTP" quants speeds will vary ; for creative/complex and/or temps over 1 use regular GGUFs for better performance.
96
+
97
+ I suggest you download at least one of each - regular and MTP gguf(s) - and test them for your use case(s).
98
+
99
+ If you get "token acceptance" (predict 2 tokens) with MTP quant(s) BELOW 50% (this means regular quants will run faster), then regular GGUF(s) will actually perform better - ie faster.
100
+
101
+ MTP quant(s) can in some cases run faster as the token window fills up and/or in multi turn chats.
102
+
103
+ Note there is NO other diffence between the quants type besides speed: both will do the same job.
104
+
105
  <B>Model:</b>
106
  - 256k context
107
  - Gguf quants run in all standard AI apps.