File size: 370 Bytes
6963d43 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"model_type": "encoder_decoder",
"whisper_model_name": "openai/whisper-base",
"decoder_layers": 2,
"decoder_heads": 8,
"input_shape": [
1,
80,
3000
],
"output_shape": [
1,
1500
],
"frame_duration_ms": 20,
"total_duration_ms": 30000,
"opset_version": 17,
"export_batch_size": 1,
"config_path": "",
"checkpoint_path": ""
} |