mudler commited on
Commit
75f17d5
·
verified ·
1 Parent(s): 05865e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,8 +32,8 @@ Brought to you by the [LocalAI](https://github.com/mudler/LocalAI) team. These m
32
  |------|--------------|-------------|
33
  | `ggml-model-f16.bin` | float16 | Full precision (no quantization) — highest quality |
34
  | `ggml-model-q8_0.bin` | int8 | 8-bit quantization — minimal quality loss |
35
- | `ggml-model-q5_1.bin` | int5 | 5-bit quantization with extra precision |
36
- | `ggml-model-q5_0.bin` | int5 | 5-bit quantization — smallest size |
37
 
38
  ## Training
39
 
 
32
  |------|--------------|-------------|
33
  | `ggml-model-f16.bin` | float16 | Full precision (no quantization) — highest quality |
34
  | `ggml-model-q8_0.bin` | int8 | 8-bit quantization — minimal quality loss |
35
+ | `ggml-model-q5_0.bin` | int5 | 5-bit quantization good quality/size tradeoff |
36
+ | `ggml-model-q4_0.bin` | int4 | 4-bit quantization — smallest size, fastest |
37
 
38
  ## Training
39