mayankchugh-learning commited on
Commit
7cd30c9
1 Parent(s): ce483e9

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "mistral",
3
+ "template": "[INST] {{ .System }} {{ .Prompt }} [/INST]",
4
+ "parameters": {
5
+ "stop": ["[INST]", "[/INST]"]
6
+ },
7
+ "system_message": "You are an assistant bot who speaks based on given age and sex",
8
+ "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"
9
+ }