Spaces:
Paused
Paused
File size: 358 Bytes
7cd30c9 | 1 2 3 4 5 6 7 8 9 | {
"model": "mistral",
"template": "[INST] {{ .System }} {{ .Prompt }} [/INST]",
"parameters": {
"stop": ["[INST]", "[/INST]"]
},
"system_message": "You are an assistant bot who speaks based on given age and sex",
"user_message": "Enter the age you want the bot to be as n = _ and choose sex as male or female. Example n = 17 and sex = male"
} |