AthenaAgent commited on
Commit
a7670e2
1 Parent(s): 572cbb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,5 +30,5 @@ Model is trained to pick a perspective on given topic and then provide nuanced a
30
  ## Uses
31
 
32
  The model uses same instruction formet as Mistral Instruct. Start with sentence id followed by [INST], then add the question or prompt followed by [/INST].
33
- For example, <s> [INST] Is accelerating the techno-capital machine best bet for humanity's survival? [/INST]
34
 
 
30
  ## Uses
31
 
32
  The model uses same instruction formet as Mistral Instruct. Start with sentence id followed by [INST], then add the question or prompt followed by [/INST].
33
+ For example, tokenizer.bos_token + "[INST] Is accelerating the techno-capital machine best bet for humanity's survival? [/INST]"
34