Instructions to use TencentGameMate/chinese-wav2vec2-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TencentGameMate/chinese-wav2vec2-large with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("TencentGameMate/chinese-wav2vec2-large") model = AutoModelForPreTraining.from_pretrained("TencentGameMate/chinese-wav2vec2-large") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot
How to set the model_path correctly
1
#1 opened over 2 years ago
by
Wuweiraven