Transformers
GGUF
English
Not-For-All-Audiences
conversational
mradermacher commited on
Commit
76566e2
·
verified ·
1 Parent(s): e57cfee

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -21,7 +21,7 @@ tags:
21
  static quants of https://huggingface.co/SicariusSicariiStuff/Oni_Mitsubishi_12B
22
 
23
  <!-- provided-files -->
24
- weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
25
  ## Usage
26
 
27
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -35,7 +35,16 @@ more details, including on how to concatenate multi-part files.
35
  | Link | Type | Size/GB | Notes |
36
  |:-----|:-----|--------:|:------|
37
  | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q2_K.gguf) | Q2_K | 4.9 | |
 
 
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q4_K_S.gguf) | Q4_K_S | 7.0 | fast, recommended |
 
 
 
 
 
39
 
40
  Here is a handy graph by ikawrakow comparing some lower-quality quant
41
  types (lower is better):
 
21
  static quants of https://huggingface.co/SicariusSicariiStuff/Oni_Mitsubishi_12B
22
 
23
  <!-- provided-files -->
24
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-i1-GGUF
25
  ## Usage
26
 
27
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
35
  | Link | Type | Size/GB | Notes |
36
  |:-----|:-----|--------:|:------|
37
  | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q2_K.gguf) | Q2_K | 4.9 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q3_K_S.gguf) | Q3_K_S | 5.6 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q3_K_M.gguf) | Q3_K_M | 6.1 | lower quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q3_K_L.gguf) | Q3_K_L | 6.6 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.IQ4_XS.gguf) | IQ4_XS | 6.7 | |
42
  | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q4_K_S.gguf) | Q4_K_S | 7.0 | fast, recommended |
43
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q4_K_M.gguf) | Q4_K_M | 7.4 | fast, recommended |
44
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q5_K_S.gguf) | Q5_K_S | 8.3 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q5_K_M.gguf) | Q5_K_M | 8.5 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q6_K.gguf) | Q6_K | 9.8 | very good quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/Oni_Mitsubishi_12B-GGUF/resolve/main/Oni_Mitsubishi_12B.Q8_0.gguf) | Q8_0 | 12.6 | fast, best quality |
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
50
  types (lower is better):