Instructions to use ramen-noodels/red_round_button_small_click_detector_n25 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_n25 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_n25")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("ramen-noodels/red_round_button_small_click_detector_n25") model = AutoModelForAudioClassification.from_pretrained("ramen-noodels/red_round_button_small_click_detector_n25") - Notebooks
- Google Colab
- Kaggle
red_round_button_small_click_detector_n25
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.1324
- Recall Pressed: 0.8921
- Precision Pressed: 0.9094
- F1 Pressed: 0.9006
- False Negative Rate: 0.1079
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.0236 | 1.0 | 87 | 0.0858 | 0.8317 | 0.9887 | 0.9034 | 0.1683 |
| 0.0234 | 2.0 | 174 | 0.0725 | 0.9175 | 0.8811 | 0.8989 | 0.0825 |
| 0.0153 | 3.0 | 261 | 0.0902 | 0.8444 | 0.9568 | 0.8971 | 0.1556 |
| 0.0040 | 4.0 | 348 | 0.1190 | 0.9238 | 0.8899 | 0.9065 | 0.0762 |
| 0.0117 | 5.0 | 435 | 0.1119 | 0.8857 | 0.9178 | 0.9015 | 0.1143 |
| 0.0047 | 6.0 | 522 | 0.1208 | 0.9206 | 0.8923 | 0.9062 | 0.0794 |
| 0.0050 | 7.0 | 609 | 0.1242 | 0.8984 | 0.9100 | 0.9042 | 0.1016 |
| 0.0038 | 8.0 | 696 | 0.1279 | 0.8984 | 0.9100 | 0.9042 | 0.1016 |
| 0.0001 | 9.0 | 783 | 0.1319 | 0.8921 | 0.9094 | 0.9006 | 0.1079 |
| 0.0027 | 10.0 | 870 | 0.1330 | 0.8921 | 0.9094 | 0.9006 | 0.1079 |
Framework versions
- Transformers 5.11.0
- Pytorch 2.7.1+cu118
- Datasets 5.0.0
- Tokenizers 0.22.2
- Downloads last month
- 282
Model tree for ramen-noodels/red_round_button_small_click_detector_n25
Base model
MIT/ast-finetuned-audioset-10-10-0.4593