Instructions to use okuparinen/LIA_300m_simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use okuparinen/LIA_300m_simple with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="okuparinen/LIA_300m_simple")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("okuparinen/LIA_300m_simple") model = AutoModelForCTC.from_pretrained("okuparinen/LIA_300m_simple") - Notebooks
- Google Colab
- Kaggle
Ctrl+K