Instructions to use amankhandelia/mms_alignment_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amankhandelia/mms_alignment_model with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("amankhandelia/mms_alignment_model") model = AutoModelForAudioFrameClassification.from_pretrained("amankhandelia/mms_alignment_model") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb7bed99dc5f9f1f7ad7c7508206e9fc99fa19d0e93be1d4f4bd3201bd5b6760
|
| 3 |
+
size 1261930340
|