entropy's picture
Upload model
1b36437 verified
raw
history blame contribute delete
395 Bytes
{
"architectures": [
"MapperModel"
],
"auto_map": {
"AutoConfig": "configuration_mapper.MapperConfig",
"AutoModel": "modeling_mapper.MapperModel"
},
"d_hidden": 1024,
"d_in": 64,
"d_out": 64,
"dropout": 0.1,
"layer_norm_eps": 1e-12,
"model_type": "embedding_mapper",
"n_layers": 6,
"n_out": 2,
"torch_dtype": "float32",
"transformers_version": "4.38.2"
}