Instructions to use niclas/models_sv_6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use niclas/models_sv_6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="niclas/models_sv_6")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("niclas/models_sv_6") model = AutoModelForCTC.from_pretrained("niclas/models_sv_6") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2ea548d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0a2d20ec58718d69ae2fb6ecfde1f1719b20bf1ef351b8d995b91b29073731b1
size 2799
|