positioning-work / config.json
AlexBeneath's picture
Update config.json
b2fc8e4 verified
raw
history blame contribute delete
179 Bytes
{
"model_type": "bert",
"architectures": [
"BertForQuestionAnswering"
],
"tokenizer_class": "BertTokenizer",
"max_length": 512,
"use_cache": true
}