Instructions to use bbangju/audio_cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bbangju/audio_cls with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="bbangju/audio_cls")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("bbangju/audio_cls") model = AutoModelForAudioClassification.from_pretrained("bbangju/audio_cls") - Notebooks
- Google Colab
- Kaggle
audio_cls
This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.5806
- Accuracy: 0.8403
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: 0.0001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 32
- 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 | 15 | 0.8883 | 0.8403 |
| No log | 2.0 | 30 | 0.8509 | 0.7983 |
| No log | 3.0 | 45 | 0.6860 | 0.8319 |
| No log | 4.0 | 60 | 0.5792 | 0.8571 |
| No log | 5.0 | 75 | 0.5806 | 0.8403 |
Framework versions
- Transformers 4.57.3
- Pytorch 2.9.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.1
- Downloads last month
- 3