smart-turn-v3 / config.json
lucasnewman's picture
Upload 2 files
b61d79f verified
{
"architecture": "smart_turn",
"max_audio_seconds": 8,
"model_type": "smart_turn",
"onnx_input_name": "input_features",
"onnx_input_shape": [
"s6",
80,
800
],
"onnx_output_name": "logits",
"onnx_output_shape": [
"s6",
1
],
"sample_rate": 16000,
"source_onnx": "smart-turn-v3.2-gpu.onnx",
"threshold": 0.5
}