Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"model_type": "t5",
|
3 |
-
"model_class": "
|
4 |
"model_name": "or4cl3ai/Aiden_t5",
|
5 |
"text": "Hey my name is Mariama! How are you?",
|
6 |
"output_dir": "./output",
|
@@ -11,7 +11,7 @@
|
|
11 |
"do_sample": true,
|
12 |
"num_beams": 1,
|
13 |
"no_repeat_ngram_size": 3,
|
14 |
-
"response_length":
|
15 |
"num_proactive_sequences": 3,
|
16 |
"proactive_chance": 0.3,
|
17 |
"pipelines": [
|
|
|
1 |
{
|
2 |
"model_type": "t5",
|
3 |
+
"model_class": "Transformers",
|
4 |
"model_name": "or4cl3ai/Aiden_t5",
|
5 |
"text": "Hey my name is Mariama! How are you?",
|
6 |
"output_dir": "./output",
|
|
|
11 |
"do_sample": true,
|
12 |
"num_beams": 1,
|
13 |
"no_repeat_ngram_size": 3,
|
14 |
+
"response_length": 2000,
|
15 |
"num_proactive_sequences": 3,
|
16 |
"proactive_chance": 0.3,
|
17 |
"pipelines": [
|