Instructions to use nilc-nlp/psst-model-2e-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-2e-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-2e-1s-augmented")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("nilc-nlp/psst-model-2e-1s-augmented") model = AutoModelForSpeechSeq2Seq.from_pretrained("nilc-nlp/psst-model-2e-1s-augmented", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a170e9a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:508aa9f5c7674f9ca6765676ddd0ff4b239568a71cf8bfa66b25dfa8cde63cd8
size 5112
|