Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,17 @@ It is the result of merging and/or converting the source repository to float16.
|
|
27 |
|
28 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/UltraLM-13B-fp16)
|
29 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/UltraLM-13B-GGML)
|
30 |
-
* [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
<!-- footer start -->
|
33 |
## Discord
|
|
|
27 |
|
28 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/UltraLM-13B-fp16)
|
29 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/UltraLM-13B-GGML)
|
30 |
+
* [Merged, unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/UltraLM-13B-fp16)
|
31 |
+
|
32 |
+
## Prompt template
|
33 |
+
|
34 |
+
```
|
35 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request
|
36 |
+
|
37 |
+
### Instruction: prompt
|
38 |
+
|
39 |
+
### Response:
|
40 |
+
```
|
41 |
|
42 |
<!-- footer start -->
|
43 |
## Discord
|