How to use charsiu/zh_w2v2_tiny_fc_10ms_multicn with Transformers:
# Load model directly from transformers import AutoProcessor, Wav2Vec2ForFrameClassification processor = AutoProcessor.from_pretrained("charsiu/zh_w2v2_tiny_fc_10ms_multicn") model = Wav2Vec2ForFrameClassification.from_pretrained("charsiu/zh_w2v2_tiny_fc_10ms_multicn")
The community tab is the place to discuss and collaborate with the HF community!