rubert-siamese / config.json
AlanRobotics's picture
Upload model
7b8d8df
raw
history blame contribute delete
270 Bytes
{
"architectures": [
"SiamseNNModel"
],
"auto_map": {
"AutoConfig": "configuration_siamese.SiameseConfig",
"AutoModel": "modeling_siamese.SiamseNNModel"
},
"model_type": "AutoModel",
"torch_dtype": "float32",
"transformers_version": "4.24.0"
}