SpecT-test / config.json
Maxwell-Jia's picture
Upload model
65e0fee verified
raw
history blame
475 Bytes
{
"architectures": [
"SpecTModel"
],
"attention_probs_dropout_prob": 0.0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 64,
"initializer_range": 0.02,
"intermediate_size": 128,
"layer_norm_eps": 1e-12,
"model_type": "spect",
"num_attention_heads": 2,
"num_channels": 1,
"num_hidden_layers": 2,
"patch_size": 64,
"qkv_bias": true,
"spectral_length": 4096,
"torch_dtype": "float32",
"transformers_version": "4.39.1"
}