srang992 commited on
Commit
0a0b598
·
verified ·
1 Parent(s): 17e1e4d

Update README.md

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