rml_signal_encoder / config.json
hughealth's picture
Upload RMLSignalEncoder
14a4a93 verified
raw
history blame contribute delete
453 Bytes
{
"architectures": [
"RMLSignalEncoder"
],
"attn_drop_rate": 0.0,
"drop_path_rate": 0.0,
"drop_rate": 0.0,
"embed_dim": 256,
"mlp_ratio": 2.0,
"model_type": "rml_signal_encoder",
"norm_type": "layer_norm",
"num_attention_heads": 4,
"num_channels": 2,
"num_hidden_layers": 5,
"patch_size": 4,
"pool_feature": false,
"signal_size": 128,
"torch_dtype": "float32",
"transformers_version": "4.45.0",
"use_fem": true
}