or4cl3ai commited on
Commit
623742d
1 Parent(s): 256b5bf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "model_type": "transformers",
3
- "model_name": "or4cl3ai/Aiden",
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
+ }