Instructions to use MERaLiON/MERaLiON-SER-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MERaLiON/MERaLiON-SER-v1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MERaLiON/MERaLiON-SER-v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Checkpoint does not match model architecture
#1
by TomSchimansky - opened
When running the GPU inference example, I get:
Some weights of SERWhisperECAPAForAudioClassification were not initialized from the model checkpoint at MERaLiON/MERaLiON-SER-v1 and are newly initialized: ['dim_layer.1.bias', 'emotion_classification_layer.0.bias']
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.
