Instructions to use ylacombe/omniASR_W2V_300M_SSL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ylacombe/omniASR_W2V_300M_SSL with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ylacombe/omniASR_W2V_300M_SSL") model = AutoModelForMultimodalLM.from_pretrained("ylacombe/omniASR_W2V_300M_SSL") - Notebooks
- Google Colab
- Kaggle
compatibility with HF transformers
#1
by StephennFernandes - opened
Hi there,
i am exploring the currently released models
and i would like to know the possibility of the model being full compatible in the huggingface transformer ecocystem: perferably finetuning, continual training options using the Huggingface Trainer / Huggingface Accelerate
Any clarification on the intended training support coming in the future would be greatly appreciated.