File size: 403 Bytes
1d4102d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"architectures": [
"FireRedTTS3InstructCore"
],
"dit_depth": 11,
"dit_hidden_size": 1024,
"dit_mlp_ratio": 3,
"dit_num_heads": 16,
"dtype": "float32",
"num_history_patches": 2,
"patch_encoder_depth": 8,
"patch_encoder_hidden_size": 1024,
"patch_encoder_mlp_ratio": 4,
"patch_encoder_num_heads": 16,
"patch_size": 4,
"redae_dim": 64,
"transformers_version": "5.6.2"
}
|