FISHER-mini-0723 / config.json
jiangab's picture
Upload folder using huggingface_hub
8960e0d verified
raw
history blame contribute delete
380 Bytes
{
"architectures": [
"FISHERModel"
],
"auto_map": {
"AutoConfig": "configuration_fisher.FISHERConfig",
"AutoModel": "modeling_fisher.FISHERModel"
},
"band_width": 100,
"depth": 12,
"embed_dim": 256,
"max_band_per_sample": 64,
"model_type": "fisher",
"num_heads": 4,
"torch_dtype": "float32",
"transformers_version": "4.53.3"
}