mradermacher commited on
Commit
09e4ef3
·
verified ·
1 Parent(s): 4bda5af

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -16,7 +16,6 @@ quantized_by: mradermacher
16
  <!-- ### vocab_type: -->
17
  static quants of https://huggingface.co/mlinmg/SG-Raccoon-Yi-55B-200k
18
 
19
-
20
  <!-- provided-files -->
21
  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.
22
  ## Usage
@@ -31,7 +30,15 @@ more details, including on how to concatenate multi-part files.
31
 
32
  | Link | Type | Size/GB | Notes |
33
  |:-----|:-----|--------:|:------|
 
 
34
  | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.IQ3_S.gguf) | IQ3_S | 24.3 | beats Q3_K* |
 
 
 
 
 
 
35
  | [PART 1](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q8_0.gguf.part2of2) | Q8_0 | 59.2 | fast, best quality |
36
 
37
 
 
16
  <!-- ### vocab_type: -->
17
  static quants of https://huggingface.co/mlinmg/SG-Raccoon-Yi-55B-200k
18
 
 
19
  <!-- provided-files -->
20
  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.
21
  ## Usage
 
30
 
31
  | Link | Type | Size/GB | Notes |
32
  |:-----|:-----|--------:|:------|
33
+ | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q2_K.gguf) | Q2_K | 20.7 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q3_K_S.gguf) | Q3_K_S | 24.2 | |
35
  | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.IQ3_S.gguf) | IQ3_S | 24.3 | beats Q3_K* |
36
+ | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.IQ3_M.gguf) | IQ3_M | 25.2 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q3_K_M.gguf) | Q3_K_M | 27.0 | lower quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q3_K_L.gguf) | Q3_K_L | 29.4 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q4_K_S.gguf) | Q4_K_S | 31.7 | fast, recommended |
40
+ | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q4_K_M.gguf) | Q4_K_M | 33.4 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q6_K.gguf) | Q6_K | 45.7 | very good quality |
42
  | [PART 1](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/SG-Raccoon-Yi-55B-200k-GGUF/resolve/main/SG-Raccoon-Yi-55B-200k.Q8_0.gguf.part2of2) | Q8_0 | 59.2 | fast, best quality |
43
 
44