cased / config.json
altndrr's picture
Fix cache dir (#7)
6c28148
{
"alpha": 0.5,
"architectures": [
"CaSEDModel"
],
"auto_map": {
"AutoConfig": "configuration_cased.CaSEDConfig",
"AutoModel": "modeling_cased.CaSEDModel"
},
"cache_dir": null,
"index_name": "cc12m",
"model_type": "cased",
"retrieval_num_results": 10,
"torch_dtype": "float32",
"transformers_version": "4.29.2"
}