Update README.md
Browse filesFinished prompt template for codellama models
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:
|
| 61 |
|
| 62 |
```
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
| 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 -->
|