Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
English
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use rngzhi/cs3264-project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rngzhi/cs3264-project with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="rngzhi/cs3264-project")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("rngzhi/cs3264-project") model = AutoModelForSpeechSeq2Seq.from_pretrained("rngzhi/cs3264-project") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b73441d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eb4043af17d69b00eaed62f642cbb2d1eb68e928161910d193475aa75a4b5fa6
size 5112
|