Instructions to use rosyvs/whisat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rosyvs/whisat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="rosyvs/whisat")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("rosyvs/whisat") model = AutoModelForSpeechSeq2Seq.from_pretrained("rosyvs/whisat") - Notebooks
- Google Colab
- Kaggle
Commit History
Create generation_config.json 5f1933d verified
upload adapter_model.bin to main level efa06cf verified
md nice 91d1a17 verified
block nice 6a9787b verified
add data manifest c593553 verified
new READMe, tidy up main and add hparams e404b97
rosyvs commited on