zhifu gao
2023-04-14 06ffcc759624f93463284983a09162dbc11f3698
funasr/models/target_delay_transformer.py
@@ -13,7 +13,11 @@
class TargetDelayTransformer(AbsPunctuation):
    """
    Author: Speech Lab, Alibaba Group, China
    CT-Transformer: Controllable time-delay transformer for real-time punctuation prediction and disfluency detection
    https://arxiv.org/pdf/2003.01309.pdf
    """
    def __init__(
        self,
        vocab_size: int,