rombodawg commited on
Commit
9c9d713
1 Parent(s): c65e309

Update README.md

Browse files

Finished prompt template for codellama models

Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -57,10 +57,13 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
57
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML)
58
  * [Meta's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/CodeLlama-13B-Python-fp16)
59
 
60
- ## Prompt template: TBC
61
 
62
  ```
63
- Info on prompt template will be added shortly.
 
 
 
64
  ```
65
 
66
  <!-- compatibility_ggml start -->
 
57
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML)
58
  * [Meta's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/CodeLlama-13B-Python-fp16)
59
 
60
+ ## Prompt template:
61
 
62
  ```
63
+ [INST] Write code to solve the following coding problem that obeys the constraints and
64
+ passes the example test cases. Please wrap your code answer using ```:
65
+ {PROMPT}
66
+ [/INST]
67
  ```
68
 
69
  <!-- compatibility_ggml start -->