Nemotron-3-Diarization-CoreAI / processor_config.json
mlboydaisuke's picture
Add files using upload-large-folder tool
e919ff6 verified
Raw
History Blame Contribute Delete
623 Bytes
{
"feature_extractor": {
"feature_extractor_type": "NemotronAsrStreamingFeatureExtractor",
"feature_size": 128,
"hop_length": 160,
"n_fft": 512,
"padding_side": "right",
"padding_value": 0.0,
"preemphasis": 0.97,
"return_attention_mask": true,
"sampling_rate": 16000,
"win_length": 400
},
"processor_class": "Nemotron3DiarizationProcessor",
"streaming_mode": "low_latency",
"streaming_modes": {
"low_latency": [
9,
4
],
"ultra_low_latency": [
3,
1
],
"very_low_latency": [
6,
2
]
},
"subsampling_factor": 8
}