Instructions to use charsiu/zh_w2v2_tiny_fc_10ms_multicn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Ctrl+K