维石
2024-07-29 09f0f20545960501263322d2a42fc2f7159722aa
funasr/models/branchformer/model.py
@@ -3,6 +3,7 @@
from funasr.models.transformer.model import Transformer
from funasr.register import tables
@tables.register("model_classes", "Branchformer")
class Branchformer(Transformer):
    """CTC-attention hybrid Encoder-Decoder model"""