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