Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Corsican
whisper
Generated from Trainer
Instructions to use ntviet/whisper-small-co with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ntviet/whisper-small-co with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ntviet/whisper-small-co")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ntviet/whisper-small-co") model = AutoModelForSpeechSeq2Seq.from_pretrained("ntviet/whisper-small-co", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Dataset availability
#1
by devanshot - opened
Can you please provide the dataset for corsican language you used to train this model ?
Where are you from? This dataset is Co language in Vietnam. Hence I don't think this is the dataset you need.
Besides, I don't have authorization to share it with you.
Ok. Thank you, Since the language tags stated it as Corsican language , I was interested in it.