apepkuss79 commited on
Commit
0469ad3
·
verified ·
1 Parent(s): 7059b18

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -62,22 +62,24 @@ language:
62
  --ctx-size 128000
63
  ```
64
 
65
- <!-- ## Quantized GGUF Models
66
 
67
  | Name | Quant method | Bits | Size | Use case |
68
  | ---- | ---- | ---- | ---- | ----- |
69
- | [Bespoke-Stratos-32B-Q2_K.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q2_K.gguf) | Q2_K | 2 | 5.77 GB| smallest, significant quality loss - not recommended for most purposes |
70
- | [Bespoke-Stratos-32B-Q3_K_L.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q3_K_L.gguf) | Q3_K_L | 3 | 7.92 GB| small, substantial quality loss |
71
- | [Bespoke-Stratos-32B-Q3_K_M.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q3_K_M.gguf) | Q3_K_M | 3 | 7.34 GB| very small, high quality loss |
72
- | [Bespoke-Stratos-32B-Q3_K_S.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q3_K_S.gguf) | Q3_K_S | 3 | 6.66 GB| very small, high quality loss |
73
- | [Bespoke-Stratos-32B-Q4_0.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q4_0.gguf) | Q4_0 | 4 | 8.52 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
74
- | [Bespoke-Stratos-32B-Q4_K_M.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q4_K_M.gguf) | Q4_K_M | 4 | 8.99 GB| medium, balanced quality - recommended |
75
- | [Bespoke-Stratos-32B-Q4_K_S.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q4_K_S.gguf) | Q4_K_S | 4 | 8.57 GB| small, greater quality loss |
76
- | [Bespoke-Stratos-32B-Q5_0.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q5_0.gguf) | Q5_0 | 5 | 10.3 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
77
  | [Bespoke-Stratos-32B-Q5_K_M.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q5_K_M.gguf) | Q5_K_M | 5 | 23.3 GB| large, very low quality loss - recommended |
78
- | [Bespoke-Stratos-32B-Q5_K_S.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q5_K_S.gguf) | Q5_K_S | 5 | 10.3 GB| large, low quality loss - recommended |
79
- | [Bespoke-Stratos-32B-Q6_K.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q6_K.gguf) | Q6_K | 6 | 12.1 GB| very large, extremely low quality loss |
80
- | [Bespoke-Stratos-32B-Q8_0.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q8_0.gguf) | Q8_0 | 8 | 15.1 GB| very large, extremely low quality loss - not recommended |
81
- | [Bespoke-Stratos-32B-f16.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-f16.gguf) | f16 | 16 | 29.5 GB| | -->
 
 
82
 
83
  *Quantized with llama.cpp b4529*
 
62
  --ctx-size 128000
63
  ```
64
 
65
+ ## Quantized GGUF Models
66
 
67
  | Name | Quant method | Bits | Size | Use case |
68
  | ---- | ---- | ---- | ---- | ----- |
69
+ | [Bespoke-Stratos-32B-Q2_K.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q2_K.gguf) | Q2_K | 2 | 12.3 GB| smallest, significant quality loss - not recommended for most purposes |
70
+ | [Bespoke-Stratos-32B-Q3_K_L.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q3_K_L.gguf) | Q3_K_L | 3 | 17.2 GB| small, substantial quality loss |
71
+ | [Bespoke-Stratos-32B-Q3_K_M.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q3_K_M.gguf) | Q3_K_M | 3 | 15.9 GB| very small, high quality loss |
72
+ | [Bespoke-Stratos-32B-Q3_K_S.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q3_K_S.gguf) | Q3_K_S | 3 | 14.4 GB| very small, high quality loss |
73
+ | [Bespoke-Stratos-32B-Q4_0.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q4_0.gguf) | Q4_0 | 4 | 18.6 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
74
+ | [Bespoke-Stratos-32B-Q4_K_M.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q4_K_M.gguf) | Q4_K_M | 4 | 19.9 GB| medium, balanced quality - recommended |
75
+ | [Bespoke-Stratos-32B-Q4_K_S.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q4_K_S.gguf) | Q4_K_S | 4 | 18.8 GB| small, greater quality loss |
76
+ | [Bespoke-Stratos-32B-Q5_0.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q5_0.gguf) | Q5_0 | 5 | 22.6 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
77
  | [Bespoke-Stratos-32B-Q5_K_M.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q5_K_M.gguf) | Q5_K_M | 5 | 23.3 GB| large, very low quality loss - recommended |
78
+ | [Bespoke-Stratos-32B-Q5_K_S.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q5_K_S.gguf) | Q5_K_S | 5 | 22.6 GB| large, low quality loss - recommended |
79
+ | [Bespoke-Stratos-32B-Q6_K.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q6_K.gguf) | Q6_K | 6 | 26.9 GB| very large, extremely low quality loss |
80
+ | [Bespoke-Stratos-32B-Q8_0.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-Q8_0.gguf) | Q8_0 | 8 | 34.8 GB| very large, extremely low quality loss - not recommended |
81
+ | [Bespoke-Stratos-32B-f16-00001-of-00003.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-f16-00001-of-00003.gguf) | f16 | 16 | 29.8 GB| |
82
+ | [Bespoke-Stratos-32B-f16-00002-of-00003.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-f16-00002-of-00003.gguf) | f16 | 16 | 29.8 GB| |
83
+ | [Bespoke-Stratos-32B-f16-00003-of-00003.gguf](https://huggingface.co/second-state/Bespoke-Stratos-32B-GGUF/blob/main/Bespoke-Stratos-32B-f16-00003-of-00003.gguf) | f16 | 16 | 5.87 GB| |
84
 
85
  *Quantized with llama.cpp b4529*