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