游雁
2024-03-27 9b4e9cc8a0311e5243d69b73ed073e7ea441982e
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__()