arctic-s-bge-small / config.json
michaeldinzinger's picture
Add auto_map in config.json 2
5b2e5df
raw
history blame contribute delete
296 Bytes
{
"architectures": [
"ConcatModel"
],
"auto_map": {
"AutoConfig": "modeling_arctic_s_bge_small.ConcatModelConfig",
"AutoModel": "modeling_arctic_s_bge_small.ConcatModel"
},
"model_type": "arctic-s-bge-small",
"torch_dtype": "float32",
"transformers_version": "4.42.3"
}