Instructions to use amankhandelia/flax_mms_alignment_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amankhandelia/flax_mms_alignment_model with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("amankhandelia/flax_mms_alignment_model", trust_remote_code=True) model = AutoModelForAudioFrameClassification.from_pretrained("amankhandelia/flax_mms_alignment_model", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Commit History
remove pytorch model as it is not needed f78ec07
prepared alignment model to be loaded using flaxautomodel a1c1315
Aman K commited on