Instructions to use ramen-noodels/red_round_button_small_click_detector 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 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")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("ramen-noodels/red_round_button_small_click_detector") model = AutoModelForAudioClassification.from_pretrained("ramen-noodels/red_round_button_small_click_detector") - Notebooks
- Google Colab
- Kaggle
audio_red_round_button_small_val_unnormalized
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.0564
- Recall Pressed: 0.9209
- Precision Pressed: 0.9572
- F1 Pressed: 0.9387
- False Negative Rate: 0.0791
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.0155 | 1.0 | 117 | 0.0605 | 0.9462 | 0.8667 | 0.9047 | 0.0538 |
| 0.0025 | 2.0 | 234 | 0.0917 | 0.8639 | 0.9161 | 0.8893 | 0.1361 |
| 0.0042 | 3.0 | 351 | 0.0657 | 0.8671 | 0.9928 | 0.9257 | 0.1329 |
| 0.0107 | 4.0 | 468 | 0.0810 | 0.8797 | 0.9789 | 0.9267 | 0.1203 |
| 0.0109 | 5.0 | 585 | 0.0564 | 0.9209 | 0.9572 | 0.9387 | 0.0791 |
| 0.0039 | 6.0 | 702 | 0.0951 | 0.8766 | 0.9685 | 0.9203 | 0.1234 |
| 0.0007 | 7.0 | 819 | 0.0959 | 0.9177 | 0.9062 | 0.9119 | 0.0823 |
| 0.0006 | 8.0 | 936 | 0.0973 | 0.8861 | 0.9556 | 0.9195 | 0.1139 |
| 0.0003 | 9.0 | 1053 | 0.1012 | 0.8861 | 0.9524 | 0.9180 | 0.1139 |
| 0.0002 | 10.0 | 1170 | 0.1032 | 0.8861 | 0.9556 | 0.9195 | 0.1139 |
Framework versions
- Transformers 5.8.1
- Pytorch 2.7.1+cu118
- Datasets 4.8.5
- Tokenizers 0.22.2
- Downloads last month
- 123
Model tree for ramen-noodels/red_round_button_small_click_detector
Base model
MIT/ast-finetuned-audioset-10-10-0.4593