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: 129 Bytes
5ea8220 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5b72d040a32ece42fd22566cfe72f64eb46549eec478e7cb743857ca1b99c97f
size 3567
|