-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hello! When I'm running your code, I found that the template vicuna_v1.1_reverse/seed/aug haven't been provided in fastchat. So I write them by myself, I'm not sure whether they are right and whether the seperator I defined in the template are compatible with the code used to mask the input token, or should change some code when using SeparatorStyle.ADD_COLON_TWO?
This is my vicuna_v1.1_seed:
register_conv_template(
Conversation(
name="vicuna_v1.1",
system_message="**Answer in the style of an AI Assistant**"
roles=("human", "gpt"),
messages=(),
offset=0,
sep_style=SeparatorStyle.ADD_COLON_TWO,
sep="\n",
sep2="</s>",
)
)
Can you provide your template(or you have provided but I didn't find? Sorry). I would really appreciate that coz it would help me a lot. And you definitely have a better understanding for the code than me.
Thank u very much.
Best regards.
Sean
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels