bartowski commited on
Commit
861da83
·
verified ·
1 Parent(s): a52482f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -24,14 +24,12 @@ Original model: https://huggingface.co/microsoft/wavecoder-ultra-6.7b
24
 
25
  ## Prompt format
26
 
27
- No chat template specified so default is used. This may be incorrect, check original model card for details.
28
 
29
  ```
30
- <|begin▁of▁sentence|>[INST] <<SYS>>
31
  {system_prompt}
32
- <</SYS>>
33
-
34
- {prompt} [/INST] <|end▁of▁sentence|>
35
  ```
36
 
37
  ## Available sizes
 
24
 
25
  ## Prompt format
26
 
27
+ This seems to follow the DeepSeek coder format, aka Alpaca.
28
 
29
  ```
 
30
  {system_prompt}
31
+ ### Instruction: {prompt}
32
+ ### Response:
 
33
  ```
34
 
35
  ## Available sizes