Instructions to use charsiu/zh_w2v2_tiny_fc_10ms 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 with Transformers:
# Load model directly from transformers import AutoProcessor, Wav2Vec2ForFrameClassification processor = AutoProcessor.from_pretrained("charsiu/zh_w2v2_tiny_fc_10ms") model = Wav2Vec2ForFrameClassification.from_pretrained("charsiu/zh_w2v2_tiny_fc_10ms", device_map="auto") - Notebooks
- Google Colab
- Kaggle
License for the pretrained model weights?
#2 opened 13 days ago
by
dungbk
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot