add
游雁
2024-05-20 1ff66c526057d3e3f18a3f9084f1359701f056e3
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"""