# Speaker Diarization Dialogue Detection CR
本模型是Speaker Diarization(`audio/speaker diarization`,语音/说话人日志)任务下的一个子模块。
本次提交的是基于文本进行判断的模型,其IO和中间过程和 `nlp/text-classification` 很像,且本地模型的初始模型也是基于huggingface训练的,因此此提交中复用了部分 `nlp/text-classification` 模型的代码。为了方便后续维护以及与nlp方面代码解耦,在model、pipeline以及preprocessor中 **单独** 创建了相应模块并重新register。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/13269649
* start to add speaker_diarization_dialogue_detection files; Need to change constant and test
* add sv/speaker_diarization_dialogue_detection to branch sv/semantic-dialogue-detection
* update test case
* add comments for speaker diarization dialogue detection pipelines
* add outputs type and inputs type for speaker_diarization_dialogue_detection