Instructions to use snehatyagi/wav2vec2_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use snehatyagi/wav2vec2_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="snehatyagi/wav2vec2_test")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("snehatyagi/wav2vec2_test") model = AutoModelForCTC.from_pretrained("snehatyagi/wav2vec2_test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Mar27_00-42-06_DESKTOP-C5B0HSF
- Mar27_00-57-58_DESKTOP-C5B0HSF
- Mar27_02-20-12_DESKTOP-C5B0HSF
- Mar27_18-40-01_DESKTOP-C5B0HSF
- Mar27_18-52-24_DESKTOP-C5B0HSF
- Mar27_20-38-02_DESKTOP-C5B0HSF
- Mar28_20-59-36_DESKTOP-C5B0HSF
- Mar29_11-36-25_DESKTOP-C5B0HSF
- Mar29_22-51-14_DESKTOP-C5B0HSF
- Mar30_15-53-06_DESKTOP-C5B0HSF