majic31
2025-08-14 5115a066c971b2380c98f9be168e14869053eda1
funasr/models/e_branchformer/model.py
@@ -3,6 +3,7 @@
from funasr.models.transformer.model import Transformer
from funasr.register import tables
@tables.register("model_classes", "EBranchformer")
class EBranchformer(Transformer):
    """CTC-attention hybrid Encoder-Decoder model"""