Instructions to use ramen-noodels/red_round_button_small_click_detector_n50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ramen-noodels/red_round_button_small_click_detector_n50 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="ramen-noodels/red_round_button_small_click_detector_n50")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("ramen-noodels/red_round_button_small_click_detector_n50") model = AutoModelForAudioClassification.from_pretrained("ramen-noodels/red_round_button_small_click_detector_n50") - Notebooks
- Google Colab
- Kaggle
red_round_button_small_click_detector_n50
This model is a fine-tuned version of MIT/ast-finetuned-audioset-10-10-0.4593 on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.1559
- Recall Pressed: 0.8762
- Precision Pressed: 0.8932
- F1 Pressed: 0.8846
- False Negative Rate: 0.1238
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: 1e-05
- train_batch_size: 82
- eval_batch_size: 82
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Recall Pressed | Precision Pressed | F1 Pressed | False Negative Rate |
|---|---|---|---|---|---|---|---|
| 0.0282 | 1.0 | 58 | 0.0596 | 0.8889 | 0.9211 | 0.9047 | 0.1111 |
| 0.0126 | 2.0 | 116 | 0.0855 | 0.9619 | 0.8535 | 0.9045 | 0.0381 |
| 0.0063 | 3.0 | 174 | 0.0788 | 0.9175 | 0.8731 | 0.8947 | 0.0825 |
| 0.0037 | 4.0 | 232 | 0.1132 | 0.8825 | 0.9026 | 0.8925 | 0.1175 |
| 0.0016 | 5.0 | 290 | 0.1236 | 0.8952 | 0.8868 | 0.8910 | 0.1048 |
| 0.0002 | 6.0 | 348 | 0.1456 | 0.8667 | 0.8980 | 0.8821 | 0.1333 |
| 0.0002 | 7.0 | 406 | 0.1509 | 0.8857 | 0.8914 | 0.8885 | 0.1143 |
| 0.0002 | 8.0 | 464 | 0.1545 | 0.8825 | 0.8910 | 0.8868 | 0.1175 |
| 0.0001 | 9.0 | 522 | 0.1570 | 0.8794 | 0.8935 | 0.8864 | 0.1206 |
| 0.0001 | 10.0 | 580 | 0.1576 | 0.8794 | 0.8935 | 0.8864 | 0.1206 |
Framework versions
- Transformers 5.11.0
- Pytorch 2.7.1+cu118
- Datasets 5.0.0
- Tokenizers 0.22.2
- Downloads last month
- 284
Model tree for ramen-noodels/red_round_button_small_click_detector_n50
Base model
MIT/ast-finetuned-audioset-10-10-0.4593