Spaces:
Running
Running
import logging | |
from funasr_detach.models.transformer.model import Transformer | |
from funasr_detach.register import tables | |
class Branchformer(Transformer): | |
"""CTC-attention hybrid Encoder-Decoder model""" | |
def __init__( | |
self, | |
*args, | |
**kwargs, | |
): | |
super().__init__(*args, **kwargs) | |