Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,18 @@ The provided OpenVINO™ IR model is compatible with:
|
|
33 |
* OpenVINO version 2024.4.0 and higher
|
34 |
* Optimum Intel 1.19.0 and higher
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
## Running Model Inference with [Optimum Intel](https://huggingface.co/docs/optimum/intel/index)
|
37 |
|
38 |
|
|
|
33 |
* OpenVINO version 2024.4.0 and higher
|
34 |
* Optimum Intel 1.19.0 and higher
|
35 |
|
36 |
+
## Prompt Template
|
37 |
+
|
38 |
+
```
|
39 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
40 |
+
|
41 |
+
You are a helpful assistant.<|eot_id|>
|
42 |
+
|
43 |
+
<|start_header_id|>user<|end_header_id|>
|
44 |
+
|
45 |
+
{input}<|eot_id|>
|
46 |
+
```
|
47 |
+
|
48 |
## Running Model Inference with [Optimum Intel](https://huggingface.co/docs/optimum/intel/index)
|
49 |
|
50 |
|