Instructions to use NbAiLab/xls-r-1b-npsc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/xls-r-1b-npsc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NbAiLab/xls-r-1b-npsc")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("NbAiLab/xls-r-1b-npsc") model = AutoModelForCTC.from_pretrained("NbAiLab/xls-r-1b-npsc") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 4