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