File size: 345 Bytes
1efb490 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"architectures": [
"MotokoSpatialForCausalSignalModeling"
],
"model_type": "motoko_spatial",
"hidden_size": 2048,
"intermediate_size": 8192,
"num_hidden_layers": 24,
"num_attention_heads": 16,
"vocab_size": 4096,
"max_position_embeddings": 8192,
"signal_channels": 6,
"spatial_dims": 3,
"torch_dtype": "bfloat16"
}
|