Create config.json
Browse files- config.json +15 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "or4cl3ai/Aiden",
|
3 |
+
"text": "Hey my name is Mariama! How are you?",
|
4 |
+
"output_dir": "./output",
|
5 |
+
"max_length": 50,
|
6 |
+
"temperature": 0.8,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"num_return_sequences": 1,
|
9 |
+
"do_sample": true,
|
10 |
+
"num_beams": 1,
|
11 |
+
"no_repeat_ngram_size": 3,
|
12 |
+
"response_length": 20,
|
13 |
+
"num_proactive_sequences": 3,
|
14 |
+
"proactive_chance": 0.3
|
15 |
+
}
|