Skip to content

Commit

Permalink
Fix some prompt formats
Browse files Browse the repository at this point in the history
  • Loading branch information
lmg-anon committed Jun 29, 2024
1 parent 759d863 commit e1d2f36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mikupad.html
Original file line number Diff line number Diff line change
Expand Up @@ -4184,13 +4184,13 @@
'Mistral': {
'sysPre' : '<<SYS>>\\n',
'sysSuf' : '<</SYS>>\\n\\n',
'instPre': '[INST]',
'instPre': '</s>[INST]',
'instSuf': '[/INST]',
},
'Codestral': {
'sysPre' : '<<SYS>>\\n',
'sysSuf' : '<</SYS>>\\n\\n',
'instPre': '[INST]',
'instPre': '</s>[INST]',
'instSuf': '[/INST]',
'fimTemplate': '[SUFFIX]{suffix}[PREFIX]{prefix}'
},
Expand Down Expand Up @@ -4233,14 +4233,14 @@
'Vicuna': {
'sysPre' : '',
'sysSuf' : '\\n\\n',
'instPre': '\\nUSER: ',
'instPre': '</s>\\nUSER: ',
'instSuf': '\\nASSISTANT: ',
},
'Gemma': {
'sysPre' : '',
'sysSuf' : '',
'instPre': '\\n<end_of_turn><start_of_turn>user\\n',
'instSuf': '\\n<end_of_turn><start_of_turn>model\\n',
'instPre': '<end_of_turn>\\n<start_of_turn>user\\n',
'instSuf': '<end_of_turn>\\n<start_of_turn>model\\n',
},
},
scrollTop: 0
Expand Down

0 comments on commit e1d2f36

Please sign in to comment.