or4cl3ai commited on
Commit
9360b67
1 Parent(s): a5a4503

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "model_type": "t5",
3
- "model_class": "Aiden_T5",
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": 20,
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": [