File size: 643 Bytes
3c24be0 81a1418 3c24be0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"_name_or_path": "4M/checkpoint-519000",
"architectures": [
"ConformerEncoder"
],
"auto_map": {
"AutoConfig": "conformer.ConformerConfig",
"AutoModel": "conformer.ConformerEncoder"
},
"conformer_depthwise_conv_kernel_size": 31,
"conformer_dropout": 0.1,
"conformer_ffn_dim": 576,
"conformer_input_dim": 144,
"conformer_num_heads": 4,
"conformer_num_layers": 8,
"ctc_loss_reduction": "mean",
"ctc_zero_infinity": true,
"input_dim": 80,
"model_type": "conformer",
"output_dim": 40,
"pad_token_id": 39,
"time_reduction_stride": 4,
"torch_dtype": "float32",
"transformers_version": "4.37.2"
}
|