Update README.md
Browse files
README.md
CHANGED
@@ -30,10 +30,14 @@ These files were quantised using hardware kindly provided by [Latitude.sh](https
|
|
30 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML)
|
31 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/sahil2801/replit-code-instruct-glaive)
|
32 |
|
33 |
-
## Prompt template:
|
34 |
|
35 |
```
|
36 |
-
|
|
|
|
|
|
|
|
|
37 |
```
|
38 |
|
39 |
<!-- compatibility_ggml start -->
|
|
|
30 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML)
|
31 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/sahil2801/replit-code-instruct-glaive)
|
32 |
|
33 |
+
## Prompt template: Alpaca
|
34 |
|
35 |
```
|
36 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
37 |
+
|
38 |
+
### Instruction: {prompt}
|
39 |
+
|
40 |
+
### Response:
|
41 |
```
|
42 |
|
43 |
<!-- compatibility_ggml start -->
|