Instructions to use rosyvs/whisat-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rosyvs/whisat-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="rosyvs/whisat-base")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("rosyvs/whisat-base") model = AutoModelForSpeechSeq2Seq.from_pretrained("rosyvs/whisat-base") - Notebooks
- Google Colab
- Kaggle
Commit History
add save_path direclty to yaml same as sb example 601a971
rosyvs commited on
add a dummy valid model_save path 97b7d39
rosyvs commited on
typo b2fd0f1
rosyvs commited on
add save_path to yaml 918403c
rosyvs commited on
remove cache_dir from yaml' 522a8fb
rosyvs commited on
first commit - version 202_base-en_v1 model run. trained without augmentation 8e560f0
rosyvs commited on