morriszms commited on
Commit
ac213b5
1 Parent(s): cf44c13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -38,8 +38,16 @@ This repo contains GGUF format model files for [croissantllm/CroissantLLMChat-v0
38
 
39
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
40
 
 
 
 
 
 
 
 
41
  ## Prompt template
42
 
 
43
  ```
44
  <|im_start|>system
45
  {system_prompt}<|im_end|>
@@ -52,18 +60,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
52
 
53
  | Filename | Quant type | File Size | Description |
54
  | -------- | ---------- | --------- | ----------- |
55
- | [CroissantLLMChat-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q2_K.gguf) | Q2_K | 0.520 GB | smallest, significant quality loss - not recommended for most purposes |
56
- | [CroissantLLMChat-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.597 GB | very small, high quality loss |
57
- | [CroissantLLMChat-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q3_K_M.gguf) | Q3_K_M | 0.655 GB | very small, high quality loss |
58
- | [CroissantLLMChat-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.692 GB | small, substantial quality loss |
59
- | [CroissantLLMChat-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q4_0.gguf) | Q4_0 | 0.722 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
- | [CroissantLLMChat-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.757 GB | small, greater quality loss |
61
- | [CroissantLLMChat-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.812 GB | medium, balanced quality - recommended |
62
- | [CroissantLLMChat-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q5_0.gguf) | Q5_0 | 0.871 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
- | [CroissantLLMChat-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.886 GB | large, low quality loss - recommended |
64
- | [CroissantLLMChat-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.932 GB | large, very low quality loss - recommended |
65
- | [CroissantLLMChat-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q6_K.gguf) | Q6_K | 1.090 GB | very large, extremely low quality loss |
66
- | [CroissantLLMChat-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/tree/main/CroissantLLMChat-v0.1-Q8_0.gguf) | Q8_0 | 1.332 GB | very large, extremely low quality loss - not recommended |
67
 
68
 
69
  ## Downloading instruction
 
38
 
39
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
40
 
41
+
42
+ <div style="text-align: left; margin: 20px 0;">
43
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
44
+ Run them on the TensorBlock client using your local machine ↗
45
+ </a>
46
+ </div>
47
+
48
  ## Prompt template
49
 
50
+
51
  ```
52
  <|im_start|>system
53
  {system_prompt}<|im_end|>
 
60
 
61
  | Filename | Quant type | File Size | Description |
62
  | -------- | ---------- | --------- | ----------- |
63
+ | [CroissantLLMChat-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q2_K.gguf) | Q2_K | 0.520 GB | smallest, significant quality loss - not recommended for most purposes |
64
+ | [CroissantLLMChat-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.597 GB | very small, high quality loss |
65
+ | [CroissantLLMChat-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q3_K_M.gguf) | Q3_K_M | 0.655 GB | very small, high quality loss |
66
+ | [CroissantLLMChat-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.692 GB | small, substantial quality loss |
67
+ | [CroissantLLMChat-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q4_0.gguf) | Q4_0 | 0.722 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
68
+ | [CroissantLLMChat-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.757 GB | small, greater quality loss |
69
+ | [CroissantLLMChat-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.812 GB | medium, balanced quality - recommended |
70
+ | [CroissantLLMChat-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q5_0.gguf) | Q5_0 | 0.871 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
71
+ | [CroissantLLMChat-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.886 GB | large, low quality loss - recommended |
72
+ | [CroissantLLMChat-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.932 GB | large, very low quality loss - recommended |
73
+ | [CroissantLLMChat-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q6_K.gguf) | Q6_K | 1.090 GB | very large, extremely low quality loss |
74
+ | [CroissantLLMChat-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/CroissantLLMChat-v0.1-GGUF/blob/main/CroissantLLMChat-v0.1-Q8_0.gguf) | Q8_0 | 1.332 GB | very large, extremely low quality loss - not recommended |
75
 
76
 
77
  ## Downloading instruction