Instructions to use ngdiana/xlsr-2-bart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ngdiana/xlsr-2-bart with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ngdiana/xlsr-2-bart")# Load model directly from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq tokenizer = AutoTokenizer.from_pretrained("ngdiana/xlsr-2-bart") model = AutoModelForSpeechSeq2Seq.from_pretrained("ngdiana/xlsr-2-bart") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
7a3fd2a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bd0208723f5b30f9b3c804fbe1df9d7c65431677e053641332e6690775bcf616
size 1725064805
|