morriszms commited on
Commit
dab74b6
1 Parent(s): 472e9f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -23,8 +23,16 @@ This repo contains GGUF format model files for [Puluming/AISquare-Instruct-llama
23
 
24
  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).
25
 
 
 
 
 
 
 
 
26
  ## Prompt template
27
 
 
28
  ```
29
 
30
  ```
@@ -33,18 +41,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
33
 
34
  | Filename | Quant type | File Size | Description |
35
  | -------- | ---------- | --------- | ----------- |
36
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q2_K.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
37
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_S.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
38
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_M.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
39
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_L.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
40
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_0.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_K_S.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
42
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_K_M.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
43
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_0.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_K_S.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
45
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_K_M.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
46
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q6_K.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
47
- | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q8_0.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/tree/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q8_0.gguf) | Q8_0 | 13.027 GB | very large, extremely low quality loss - not recommended |
48
 
49
 
50
  ## Downloading instruction
 
23
 
24
  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).
25
 
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
  ## Prompt template
34
 
35
+
36
  ```
37
 
38
  ```
 
41
 
42
  | Filename | Quant type | File Size | Description |
43
  | -------- | ---------- | --------- | ----------- |
44
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q2_K.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_S.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
46
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_M.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
47
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_L.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
48
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_0.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_K_S.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
50
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_K_M.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
51
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_0.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_0.gguf) | Q5_0 | 8.459 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_K_S.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_K_S.gguf) | Q5_K_S | 8.459 GB | large, low quality loss - recommended |
53
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_K_M.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
54
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q6_K.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
55
+ | [AISquare-Instruct-llama2-koen-13b-v0.9.18-Q8_0.gguf](https://huggingface.co/tensorblock/AISquare-Instruct-llama2-koen-13b-v0.9.18-GGUF/blob/main/AISquare-Instruct-llama2-koen-13b-v0.9.18-Q8_0.gguf) | Q8_0 | 13.027 GB | very large, extremely low quality loss - not recommended |
56
 
57
 
58
  ## Downloading instruction