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