Instructions to use andrei-saceleanu/vit-base-vocalsound with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andrei-saceleanu/vit-base-vocalsound with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="andrei-saceleanu/vit-base-vocalsound")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("andrei-saceleanu/vit-base-vocalsound") model = AutoModel.from_pretrained("andrei-saceleanu/vit-base-vocalsound") - Notebooks
- Google Colab
- Kaggle
vit-base-vocalsound
This model is a fine-tuned version of google/vit-base-patch16-224 on VocalSound dataset. It achieves the following results on the evaluation set:
- accuracy: 81.5
- precision (micro): 86.9
- recall (micro): 76.4
- f1 score (micro): 81.3
- f1 score (macro): 81.2
Training and evaluation data
Training: VocalSound training split (#samples = 15570)
Evaluation: VocalSound test split(#samples = 3594)
Training hyperparameters
The following hyperparameters were used during training:
- optimizer: AdamW
- weight_decay: 0
- learning_rate: 5e-5
- batch_size: 32
- training_precision: float32
Framework versions
- Transformers 4.27.4
- TensorFlow 2.12.0
- Tokenizers 0.13.3
- Downloads last month
- 11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support