Aiden_t5 / config.json
or4cl3ai's picture
Update config.json
2ce9b44
raw
history blame
No virus
386 Bytes
{
"model_type": "transformers",
"model_name": "or4cl3ai/Aiden",
"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
}