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