morriszms commited on
Commit
2b533eb
·
verified ·
1 Parent(s): 8f780d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -44,8 +44,16 @@ This repo contains GGUF format model files for [Locutusque/gpt2-conversational-o
44
 
45
  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).
46
 
 
 
 
 
 
 
 
47
  ## Prompt template
48
 
 
49
  ```
50
 
51
  ```
@@ -54,18 +62,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
54
 
55
  | Filename | Quant type | File Size | Description |
56
  | -------- | ---------- | --------- | ----------- |
57
- | [gpt2-conversational-or-qa-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
58
- | [gpt2-conversational-or-qa-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
59
- | [gpt2-conversational-or-qa-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
60
- | [gpt2-conversational-or-qa-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
61
- | [gpt2-conversational-or-qa-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
- | [gpt2-conversational-or-qa-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
63
- | [gpt2-conversational-or-qa-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
64
- | [gpt2-conversational-or-qa-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
- | [gpt2-conversational-or-qa-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
66
- | [gpt2-conversational-or-qa-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
67
- | [gpt2-conversational-or-qa-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
68
- | [gpt2-conversational-or-qa-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q8_0.gguf) | Q8_0 | 0.165 GB | very large, extremely low quality loss - not recommended |
69
 
70
 
71
  ## Downloading instruction
 
44
 
45
  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).
46
 
47
+
48
+ <div style="text-align: left; margin: 20px 0;">
49
+ <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;">
50
+ Run them on the TensorBlock client using your local machine ↗
51
+ </a>
52
+ </div>
53
+
54
  ## Prompt template
55
 
56
+
57
  ```
58
 
59
  ```
 
62
 
63
  | Filename | Quant type | File Size | Description |
64
  | -------- | ---------- | --------- | ----------- |
65
+ | [gpt2-conversational-or-qa-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
66
+ | [gpt2-conversational-or-qa-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
67
+ | [gpt2-conversational-or-qa-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
68
+ | [gpt2-conversational-or-qa-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
69
+ | [gpt2-conversational-or-qa-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
70
+ | [gpt2-conversational-or-qa-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
71
+ | [gpt2-conversational-or-qa-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
72
+ | [gpt2-conversational-or-qa-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
73
+ | [gpt2-conversational-or-qa-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
74
+ | [gpt2-conversational-or-qa-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
75
+ | [gpt2-conversational-or-qa-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
76
+ | [gpt2-conversational-or-qa-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/blob/main/gpt2-conversational-or-qa-Q8_0.gguf) | Q8_0 | 0.165 GB | very large, extremely low quality loss - not recommended |
77
 
78
 
79
  ## Downloading instruction