Instructions to use ramen-noodels/red_round_button_big_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_big_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_big_click_detector")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("ramen-noodels/red_round_button_big_click_detector") model = AutoModelForAudioClassification.from_pretrained("ramen-noodels/red_round_button_big_click_detector") - Notebooks
- Google Colab
- Kaggle
audio_red_round_button_big_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.0079
- Recall Pressed: 0.9973
- Precision Pressed: 0.9945
- F1 Pressed: 0.9959
- False Negative Rate: 0.0027
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.0101 | 1.0 | 81 | 0.0079 | 0.9973 | 0.9945 | 0.9959 | 0.0027 |
| 0.0054 | 2.0 | 162 | 0.0065 | 0.9973 | 0.9945 | 0.9959 | 0.0027 |
| 0.0061 | 3.0 | 243 | 0.0082 | 0.9973 | 0.9918 | 0.9945 | 0.0027 |
| 0.0062 | 4.0 | 324 | 0.0132 | 0.9973 | 0.9918 | 0.9945 | 0.0027 |
| 0.0043 | 5.0 | 405 | 0.0071 | 0.9973 | 0.9918 | 0.9945 | 0.0027 |
| 0.0008 | 6.0 | 486 | 0.0112 | 0.9973 | 0.9918 | 0.9945 | 0.0027 |
| 0.0003 | 7.0 | 567 | 0.0124 | 0.9973 | 0.9918 | 0.9945 | 0.0027 |
| 0.0003 | 8.0 | 648 | 0.0131 | 0.9973 | 0.9918 | 0.9945 | 0.0027 |
| 0.0001 | 9.0 | 729 | 0.0130 | 0.9973 | 0.9918 | 0.9945 | 0.0027 |
| 0.0001 | 10.0 | 810 | 0.0130 | 0.9973 | 0.9918 | 0.9945 | 0.0027 |
Framework versions
- Transformers 5.8.1
- Pytorch 2.7.1+cu118
- Datasets 4.8.5
- Tokenizers 0.22.2
- Downloads last month
- 134
Model tree for ramen-noodels/red_round_button_big_click_detector
Base model
MIT/ast-finetuned-audioset-10-10-0.4593