morriszms commited on
Commit
5eeb71d
1 Parent(s): 67d0d41

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 [openai-community/gpt2-xl](https:
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
 
31
  ```
@@ -34,18 +42,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
34
 
35
  | Filename | Quant type | File Size | Description |
36
  | -------- | ---------- | --------- | ----------- |
37
- | [gpt2-xl-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q2_K.gguf) | Q2_K | 0.845 GB | smallest, significant quality loss - not recommended for most purposes |
38
- | [gpt2-xl-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q3_K_S.gguf) | Q3_K_S | 0.845 GB | very small, high quality loss |
39
- | [gpt2-xl-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q3_K_M.gguf) | Q3_K_M | 0.966 GB | very small, high quality loss |
40
- | [gpt2-xl-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q3_K_L.gguf) | Q3_K_L | 1.027 GB | small, substantial quality loss |
41
- | [gpt2-xl-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q4_0.gguf) | Q4_0 | 0.906 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
42
- | [gpt2-xl-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q4_K_S.gguf) | Q4_K_S | 1.037 GB | small, greater quality loss |
43
- | [gpt2-xl-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q4_K_M.gguf) | Q4_K_M | 1.110 GB | medium, balanced quality - recommended |
44
- | [gpt2-xl-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q5_0.gguf) | Q5_0 | 1.087 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
45
- | [gpt2-xl-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q5_K_S.gguf) | Q5_K_S | 1.149 GB | large, low quality loss - recommended |
46
- | [gpt2-xl-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q5_K_M.gguf) | Q5_K_M | 1.286 GB | large, very low quality loss - recommended |
47
- | [gpt2-xl-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q6_K.gguf) | Q6_K | 1.519 GB | very large, extremely low quality loss |
48
- | [gpt2-xl-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q8_0.gguf) | Q8_0 | 1.630 GB | very large, extremely low quality loss - not recommended |
49
 
50
 
51
  ## 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
 
39
  ```
 
42
 
43
  | Filename | Quant type | File Size | Description |
44
  | -------- | ---------- | --------- | ----------- |
45
+ | [gpt2-xl-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q2_K.gguf) | Q2_K | 0.845 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [gpt2-xl-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q3_K_S.gguf) | Q3_K_S | 0.845 GB | very small, high quality loss |
47
+ | [gpt2-xl-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q3_K_M.gguf) | Q3_K_M | 0.966 GB | very small, high quality loss |
48
+ | [gpt2-xl-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q3_K_L.gguf) | Q3_K_L | 1.027 GB | small, substantial quality loss |
49
+ | [gpt2-xl-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q4_0.gguf) | Q4_0 | 0.906 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [gpt2-xl-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q4_K_S.gguf) | Q4_K_S | 1.037 GB | small, greater quality loss |
51
+ | [gpt2-xl-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q4_K_M.gguf) | Q4_K_M | 1.110 GB | medium, balanced quality - recommended |
52
+ | [gpt2-xl-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q5_0.gguf) | Q5_0 | 1.087 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [gpt2-xl-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q5_K_S.gguf) | Q5_K_S | 1.149 GB | large, low quality loss - recommended |
54
+ | [gpt2-xl-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q5_K_M.gguf) | Q5_K_M | 1.286 GB | large, very low quality loss - recommended |
55
+ | [gpt2-xl-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q6_K.gguf) | Q6_K | 1.519 GB | very large, extremely low quality loss |
56
+ | [gpt2-xl-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/blob/main/gpt2-xl-Q8_0.gguf) | Q8_0 | 1.630 GB | very large, extremely low quality loss - not recommended |
57
 
58
 
59
  ## Downloading instruction