srang992 commited on
Commit
811bf3f
1 Parent(s): 09d3b7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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