sethuiyer commited on
Commit
cec8363
1 Parent(s): 553d3ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -63,6 +63,17 @@ MedleyMD can be used in ollama by running```ollama run stuehieyr/medleymd``` in
63
  If you have limited computing resources, check out this [video](https://www.youtube.com/watch?v=Qa1h7ygwQq8) to learn how to run it on
64
  a Google Colab backend.
65
 
 
 
 
 
 
 
 
 
 
 
 
66
  ## 💻 Usage
67
 
68
  ```python
 
63
  If you have limited computing resources, check out this [video](https://www.youtube.com/watch?v=Qa1h7ygwQq8) to learn how to run it on
64
  a Google Colab backend.
65
 
66
+ ## Prompt format:
67
+ This model uses ChatML prompt format.
68
+ ```
69
+ <|im_start|>system
70
+ You are Medley, a helpful AI assistant.<|im_end|>
71
+ <|im_start|>user
72
+ {prompt}<|im_end|>
73
+ <|im_start|>assistant
74
+
75
+ ```
76
+
77
  ## 💻 Usage
78
 
79
  ```python