What's the prompt template for multi-turn conversations?

#19
by apepkuss79 - opened

Could you please provide the string of the prompt template for the case of multi-turn conversations? Thanks a lot!

see the file in the 'fine-tune' dir ,there are some data example.

[{"role":"system","content":xxxxxx},{"role":"user","content":xxxxxx},{"role":"assistant","content":xxxxxx},{"role":"user","content":xxxxxx},{"role":"assiatant","content":xxxxxx},...........], by the order of 's/u/a/u/a/u/a...'

I mean what does the prompt string look like? Not the message sequence.

Baichuan Intelligent Technology org

I mean what does the prompt string look like? Not the message sequence.

see chat() function in modeling.py

GradientGuru changed discussion status to closed

Sign up or log in to comment