quiz-generator / config.json
koshkosh's picture
Update config.json
f3c3743 verified
raw
history blame contribute delete
274 Bytes
{
"model_type": "t5",
"architectures": ["T5ForConditionalGeneration"],
"task_specific_params": {
"question-generation": {
"prefix": "generate question: "
}
},
"d_model": 512,
"num_layers": 6,
"num_heads": 8,
"tokenizer_class": "T5Tokenizer"
}