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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened almost 2 years ago
by
SFconvertbot
How to set the model_path correctly
1
#1 opened almost 3 years ago
by
Wuweiraven