Instructions to use hf-internal-testing/tiny-random-Data2VecAudioForCTC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-Data2VecAudioForCTC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="hf-internal-testing/tiny-random-Data2VecAudioForCTC")# Load model directly from transformers import AutoTokenizer, AutoModelForCTC tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-Data2VecAudioForCTC") model = AutoModelForCTC.from_pretrained("hf-internal-testing/tiny-random-Data2VecAudioForCTC") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
bb161b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:050fa28f4c94b9c5c5b938f35a363eda33112b0521c4578637ac5314d6750d7b
size 295829
|