Instructions to use nilc-nlp/psst-model-4e-1s-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nilc-nlp/psst-model-4e-1s-augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nilc-nlp/psst-model-4e-1s-augmented")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("nilc-nlp/psst-model-4e-1s-augmented") model = AutoModelForSpeechSeq2Seq.from_pretrained("nilc-nlp/psst-model-4e-1s-augmented", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b094e36 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:91c00fe537bec7a2a1f28d3a865f6384369eca1c2dc4d393e096e5a1e49444f8
size 5112
|