Falah/Audio_Classification_model
07
1---2license: apache-2.03tags:4- generated_from_trainer5datasets:6- minds147metrics:8- accuracy9model-index:10- name: Audio_Classification_model11 results: []12---13 14<!-- This model card has been generated automatically according to the information the Trainer had access to. You15should probably proofread and complete it, then remove this comment. -->16 17# Audio_Classification_model18 19This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.20It achieves the following results on the evaluation set:21- Loss: 2.649822- Accuracy: 0.079623 24## Model description25 26More information needed27 28## Intended uses & limitations29 30More information needed31 32## Training and evaluation data33 34More information needed35 36## Training procedure37 38### Training hyperparameters39 40The following hyperparameters were used during training:41- learning_rate: 3e-0542- train_batch_size: 3243- eval_batch_size: 3244- seed: 4245- gradient_accumulation_steps: 446- total_train_batch_size: 12847- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-0848- lr_scheduler_type: linear49- lr_scheduler_warmup_ratio: 0.150- num_epochs: 1051 52### Training results53 54| Training Loss | Epoch | Step | Validation Loss | Accuracy |55|:-------------:|:-----:|:----:|:---------------:|:--------:|56| No log | 0.8 | 3 | 2.6440 | 0.0619 |57| No log | 1.87 | 7 | 2.6484 | 0.0442 |58| 2.6344 | 2.93 | 11 | 2.6489 | 0.0619 |59| 2.6344 | 4.0 | 15 | 2.6518 | 0.0619 |60| 2.6344 | 4.8 | 18 | 2.6547 | 0.0531 |61| 2.6173 | 5.87 | 22 | 2.6512 | 0.0531 |62| 2.6173 | 6.93 | 26 | 2.6498 | 0.0796 |63| 2.6098 | 8.0 | 30 | 2.6474 | 0.0531 |64 65 66### Framework versions67 68- Transformers 4.27.169- Pytorch 2.0.1+cu11870- Datasets 2.9.071- Tokenizers 0.13.372 