TheBloke commited on
Commit
23e518d
1 Parent(s): 61bc5ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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: Unknown
34
 
35
  ```
36
- {prompt}
 
 
 
 
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 -->