gramt-binaural-time / config.json
GokseninYuksel's picture
Upload model
f0e612b verified
raw
history blame contribute delete
786 Bytes
{
"architectures": [
"GRAMTBinauralTimeModel"
],
"auto_map": {
"AutoConfig": "configuration_gramt_binaural_time.GRAMTBinauralTimeConfig",
"AutoModel": "modeling_gramt_binaural_time.GRAMTBinauralTimeModel"
},
"decoder_depth": 8,
"decoder_embedding_dim": 512,
"decoder_mlp_ratio": 4.0,
"decoder_num_heads": 8,
"decoder_window_sizes": [
2,
5,
10,
25,
50,
0,
0,
0
],
"encoder_attention_dropout": 0.0,
"encoder_dropout": 0.0,
"encoder_hidden_dim": 768,
"encoder_mlp_ratio": 4.0,
"encoder_norm_layer_eps": 1e-06,
"encoder_num_heads": 12,
"encoder_num_layers": 12,
"input_length": 200,
"model_type": "gramt-binaural-time",
"num_mel_bins": 128,
"torch_dtype": "float32",
"transformers_version": "4.46.3"
}