Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"model_type": "
|
3 |
-
"model_name": "or4cl3ai/
|
4 |
-
"text": "Hey my name is Mariama! How are you?",
|
5 |
"output_dir": "./output",
|
6 |
"max_length": 50,
|
7 |
"temperature": 0.8,
|
@@ -13,4 +13,4 @@
|
|
13 |
"response_length": 20,
|
14 |
"num_proactive_sequences": 3,
|
15 |
"proactive_chance": 0.3
|
16 |
-
}
|
|
|
1 |
{
|
2 |
+
"model_type": "t5",
|
3 |
+
"model_name": "or4cl3ai/Aiden_t5",
|
4 |
+
"text": "Hey my name is Mariama! How are you?",
|
5 |
"output_dir": "./output",
|
6 |
"max_length": 50,
|
7 |
"temperature": 0.8,
|
|
|
13 |
"response_length": 20,
|
14 |
"num_proactive_sequences": 3,
|
15 |
"proactive_chance": 0.3
|
16 |
+
}
|