morriszms commited on
Commit
efcde09
·
verified ·
1 Parent(s): a4614ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -111,8 +111,16 @@ This repo contains GGUF format model files for [Orbina/Orbita-v0.1](https://hugg
111
 
112
  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).
113
 
 
 
 
 
 
 
 
114
  ## Prompt template
115
 
 
116
  ```
117
  <|im_start|>system
118
  {system_prompt}<|im_end|>
@@ -125,18 +133,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
125
 
126
  | Filename | Quant type | File Size | Description |
127
  | -------- | ---------- | --------- | ----------- |
128
- | [Orbita-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q2_K.gguf) | Q2_K | 5.506 GB | smallest, significant quality loss - not recommended for most purposes |
129
- | [Orbita-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q3_K_S.gguf) | Q3_K_S | 6.309 GB | very small, high quality loss |
130
- | [Orbita-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q3_K_M.gguf) | Q3_K_M | 6.909 GB | very small, high quality loss |
131
- | [Orbita-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q3_K_L.gguf) | Q3_K_L | 7.302 GB | small, substantial quality loss |
132
- | [Orbita-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q4_0.gguf) | Q4_0 | 7.618 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
133
- | [Orbita-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q4_K_S.gguf) | Q4_K_S | 7.977 GB | small, greater quality loss |
134
- | [Orbita-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q4_K_M.gguf) | Q4_K_M | 8.560 GB | medium, balanced quality - recommended |
135
- | [Orbita-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q5_0.gguf) | Q5_0 | 9.176 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
136
- | [Orbita-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q5_K_S.gguf) | Q5_K_S | 9.339 GB | large, low quality loss - recommended |
137
- | [Orbita-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q5_K_M.gguf) | Q5_K_M | 9.812 GB | large, very low quality loss - recommended |
138
- | [Orbita-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q6_K.gguf) | Q6_K | 11.465 GB | very large, extremely low quality loss |
139
- | [Orbita-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/tree/main/Orbita-v0.1-Q8_0.gguf) | Q8_0 | 14.027 GB | very large, extremely low quality loss - not recommended |
140
 
141
 
142
  ## Downloading instruction
 
111
 
112
  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).
113
 
114
+
115
+ <div style="text-align: left; margin: 20px 0;">
116
+ <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;">
117
+ Run them on the TensorBlock client using your local machine ↗
118
+ </a>
119
+ </div>
120
+
121
  ## Prompt template
122
 
123
+
124
  ```
125
  <|im_start|>system
126
  {system_prompt}<|im_end|>
 
133
 
134
  | Filename | Quant type | File Size | Description |
135
  | -------- | ---------- | --------- | ----------- |
136
+ | [Orbita-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q2_K.gguf) | Q2_K | 5.506 GB | smallest, significant quality loss - not recommended for most purposes |
137
+ | [Orbita-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q3_K_S.gguf) | Q3_K_S | 6.309 GB | very small, high quality loss |
138
+ | [Orbita-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q3_K_M.gguf) | Q3_K_M | 6.909 GB | very small, high quality loss |
139
+ | [Orbita-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q3_K_L.gguf) | Q3_K_L | 7.302 GB | small, substantial quality loss |
140
+ | [Orbita-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q4_0.gguf) | Q4_0 | 7.618 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
141
+ | [Orbita-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q4_K_S.gguf) | Q4_K_S | 7.977 GB | small, greater quality loss |
142
+ | [Orbita-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q4_K_M.gguf) | Q4_K_M | 8.560 GB | medium, balanced quality - recommended |
143
+ | [Orbita-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q5_0.gguf) | Q5_0 | 9.176 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
144
+ | [Orbita-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q5_K_S.gguf) | Q5_K_S | 9.339 GB | large, low quality loss - recommended |
145
+ | [Orbita-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q5_K_M.gguf) | Q5_K_M | 9.812 GB | large, very low quality loss - recommended |
146
+ | [Orbita-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q6_K.gguf) | Q6_K | 11.465 GB | very large, extremely low quality loss |
147
+ | [Orbita-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/Orbita-v0.1-GGUF/blob/main/Orbita-v0.1-Q8_0.gguf) | Q8_0 | 14.027 GB | very large, extremely low quality loss - not recommended |
148
 
149
 
150
  ## Downloading instruction