雾聪
2024-03-29 9ba0dbd98bf69c830dfcfde8f109a400cb65e4e5
funasr/datasets/llm_datasets/preprocessor.py
@@ -18,7 +18,7 @@
@tables.register("preprocessor_classes", "TextPreprocessRemovePunctuation")
class TextPreprocessSegDict(nn.Module):
class TextPreprocessRemovePunctuation(nn.Module):
   def __init__(self,
                **kwargs):
      super().__init__()