il-choice-bert-image_1 / config.json
webshop's picture
add model
7051b8b
{
"architectures": [
"BertModelForWebshop"
],
"auto_map": {
"AutoConfig": "webshop_bert.BertConfigForWebshop",
"AutoModel": "webshop_bert.BertModelForWebshop"
},
"image": true,
"model_type": "bert",
"pretrained_bert": true,
"torch_dtype": "float32",
"transformers_version": "4.17.0"
}