File size: 379 Bytes
7188526
623742d
 
 
7188526
 
 
 
 
 
 
 
 
 
 
623742d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "model_type": "t5",
  "model_name": "or4cl3ai/Aiden_t5",
  "text": "Hey my name is Mariama! How are you?",
  "output_dir": "./output",
  "max_length": 50,
  "temperature": 0.8,
  "top_p": 0.9,
  "num_return_sequences": 1,
  "do_sample": true,
  "num_beams": 1,
  "no_repeat_ngram_size": 3,
  "response_length": 20,
  "num_proactive_sequences": 3,
  "proactive_chance": 0.3
}