Instructions to use ramen-noodels/red_round_button_small_click_detector_n75 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_n75 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_n75")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("ramen-noodels/red_round_button_small_click_detector_n75") model = AutoModelForAudioClassification.from_pretrained("ramen-noodels/red_round_button_small_click_detector_n75") - Notebooks
- Google Colab
- Kaggle
red_round_button_small_click_detector_n75
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.0908
- Recall Pressed: 0.9048
- Precision Pressed: 0.8796
- F1 Pressed: 0.8920
- False Negative Rate: 0.0952
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.1418 | 1.0 | 28 | 0.0887 | 0.8952 | 0.8571 | 0.8758 | 0.1048 |
| 0.0167 | 2.0 | 56 | 0.0890 | 0.8413 | 0.9815 | 0.9060 | 0.1587 |
| 0.0154 | 3.0 | 84 | 0.0855 | 0.8571 | 0.9712 | 0.9106 | 0.1429 |
| 0.0102 | 4.0 | 112 | 0.1018 | 0.8476 | 0.9852 | 0.9113 | 0.1524 |
| 0.0049 | 5.0 | 140 | 0.0782 | 0.9016 | 0.8959 | 0.8987 | 0.0984 |
| 0.0046 | 6.0 | 168 | 0.0849 | 0.9302 | 0.8799 | 0.9043 | 0.0698 |
| 0.0010 | 7.0 | 196 | 0.0863 | 0.9016 | 0.8875 | 0.8945 | 0.0984 |
| 0.0004 | 8.0 | 224 | 0.0896 | 0.9016 | 0.8875 | 0.8945 | 0.0984 |
| 0.0002 | 9.0 | 252 | 0.0907 | 0.9079 | 0.88 | 0.8938 | 0.0921 |
| 0.0002 | 10.0 | 280 | 0.0913 | 0.9111 | 0.8804 | 0.8955 | 0.0889 |
Framework versions
- Transformers 5.11.0
- Pytorch 2.7.1+cu118
- Datasets 5.0.0
- Tokenizers 0.22.2
- Downloads last month
- 277
Model tree for ramen-noodels/red_round_button_small_click_detector_n75
Base model
MIT/ast-finetuned-audioset-10-10-0.4593