FastAligner / config.json
RandomThingsIDo's picture
Upload FastAligner v0.1 FP32, FP16 and INT8 ONNX release
5543aad verified
Raw
History Blame Contribute Delete
686 Bytes
{
"architectures": [
"FinalAligner"
],
"model_type": "fast_aligner_lite_conformer",
"model_name": "FastAligner",
"version": "0.1",
"task": "ctc_forced_alignment",
"language": "en",
"parameter_count": 20615072,
"vocab_size": 32,
"blank_token_id": 0,
"input_name": "mel_features",
"output_name": "logits",
"input_layout": "BCT",
"output_layout": "BTC",
"input_feature_size": 80,
"hidden_size": 384,
"intermediate_size": 1536,
"num_hidden_layers": 6,
"num_attention_heads": 6,
"conformer_kernel_size": 15,
"temporal_subsampling": 2,
"input_frame_rate_hz": 100.0,
"ctc_frame_rate_hz": 50.0,
"dynamic_time_axis": true,
"onnx_opset": 18
}