Instructions to use VasilisAsim/w2v-speech-emotion-recognition-custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VasilisAsim/w2v-speech-emotion-recognition-custom with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="VasilisAsim/w2v-speech-emotion-recognition-custom")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("VasilisAsim/w2v-speech-emotion-recognition-custom") model = AutoModelForAudioClassification.from_pretrained("VasilisAsim/w2v-speech-emotion-recognition-custom") - Notebooks
- Google Colab
- Kaggle
w2v-speech-emotion-recognition-custom
This model is a fine-tuned version of Khoa/w2v-speech-emotion-recognition on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.3475
- Accuracy: 0.8958
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 3e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 144 | 0.8780 | 0.6910 |
| No log | 2.0 | 288 | 0.4537 | 0.8542 |
| No log | 3.0 | 432 | 0.5019 | 0.8333 |
| 0.4495 | 4.0 | 576 | 0.3775 | 0.8993 |
| 0.4495 | 5.0 | 720 | 0.3475 | 0.8958 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 5
Model tree for VasilisAsim/w2v-speech-emotion-recognition-custom
Base model
Khoa/w2v-speech-emotion-recognition