khulaifi95
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -40,14 +40,11 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
|
|
40 |
This model uses `ChatML` prompt template:
|
41 |
|
42 |
```sh
|
43 |
-
<|
|
44 |
-
|
45 |
-
<|
|
46 |
-
|
47 |
-
|
48 |
-
<|im_end|>
|
49 |
-
<|im_start|>assistant
|
50 |
-
{Assistant}
|
51 |
````
|
52 |
|
53 |
# How to use
|
|
|
40 |
This model uses `ChatML` prompt template:
|
41 |
|
42 |
```sh
|
43 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
44 |
+
You are Orca Mini, a helpful AI assistant.<|eot_id|>
|
45 |
+
<|start_header_id|>user<|end_header_id|>
|
46 |
+
Hello Orca Mini, what can you do for me?<|eot_id|>
|
47 |
+
<|start_header_id|>assistant<|end_header_id|>
|
|
|
|
|
|
|
48 |
````
|
49 |
|
50 |
# How to use
|