jeffcookio commited on
Commit
b37d7c4
·
verified ·
1 Parent(s): 3ae22d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -4,4 +4,5 @@ base_model:
4
  ---
5
 
6
  This is a Mistral-Small-3.1-24B-Instruct-2503 quantized from a hacked-up GPTQModel that has preliminary `Mistral3ForConditionalGeneration` support. There were several weird changes. Calibration was run against the `flickr30k` dataset (with too few samples; may upload a version with more significant calibration soon), and thus this should be a true vision-aware quant of the Mistral Small 3.1 HF checkpoint.
 
7
  Another "feature" of this version is that it was quantized with a preliminary implementation of block-diagonal Hessians (which was authored entirely by Grok3). This allowed me to compute the quantization without OOM in my 24G VRAM.
 
4
  ---
5
 
6
  This is a Mistral-Small-3.1-24B-Instruct-2503 quantized from a hacked-up GPTQModel that has preliminary `Mistral3ForConditionalGeneration` support. There were several weird changes. Calibration was run against the `flickr30k` dataset (with too few samples; may upload a version with more significant calibration soon), and thus this should be a true vision-aware quant of the Mistral Small 3.1 HF checkpoint.
7
+
8
  Another "feature" of this version is that it was quantized with a preliminary implementation of block-diagonal Hessians (which was authored entirely by Grok3). This allowed me to compute the quantization without OOM in my 24G VRAM.