morriszms commited on
Commit
41609c8
1 Parent(s): 92abcda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -24,8 +24,16 @@ This repo contains GGUF format model files for [2A2I-R/L200MT](https://huggingfa
24
 
25
  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).
26
 
 
 
 
 
 
 
 
27
  ## Prompt template
28
 
 
29
  ```
30
  <|begin_of_text|><|start_header_id|>system<|end_header_id|>
31
 
@@ -38,18 +46,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
38
 
39
  | Filename | Quant type | File Size | Description |
40
  | -------- | ---------- | --------- | ----------- |
41
- | [L200MT-Q2_K.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
42
- | [L200MT-Q3_K_S.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
43
- | [L200MT-Q3_K_M.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
44
- | [L200MT-Q3_K_L.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
45
- | [L200MT-Q4_0.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
- | [L200MT-Q4_K_S.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
47
- | [L200MT-Q4_K_M.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
48
- | [L200MT-Q5_0.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
- | [L200MT-Q5_K_S.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
50
- | [L200MT-Q5_K_M.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
51
- | [L200MT-Q6_K.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
52
- | [L200MT-Q8_0.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/tree/main/L200MT-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
53
 
54
 
55
  ## Downloading instruction
 
24
 
25
  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).
26
 
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
  ## Prompt template
35
 
36
+
37
  ```
38
  <|begin_of_text|><|start_header_id|>system<|end_header_id|>
39
 
 
46
 
47
  | Filename | Quant type | File Size | Description |
48
  | -------- | ---------- | --------- | ----------- |
49
+ | [L200MT-Q2_K.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [L200MT-Q3_K_S.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
51
+ | [L200MT-Q3_K_M.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
52
+ | [L200MT-Q3_K_L.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
53
+ | [L200MT-Q4_0.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [L200MT-Q4_K_S.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
55
+ | [L200MT-Q4_K_M.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
56
+ | [L200MT-Q5_0.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [L200MT-Q5_K_S.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
58
+ | [L200MT-Q5_K_M.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
59
+ | [L200MT-Q6_K.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
60
+ | [L200MT-Q8_0.gguf](https://huggingface.co/tensorblock/L200MT-GGUF/blob/main/L200MT-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
61
 
62
 
63
  ## Downloading instruction