CoolFace
Modelpublic

Hemg/violence-audio-Recognition-666

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes9downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

violence-audio-Recognition-666

This model is a fine-tuned version of facebook/wav2vec2-base on the audiofolder dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1258
  • Accuracy: 0.9646

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: 3e-05
  • trainbatchsize: 16
  • evalbatchsize: 16
  • seed: 42
  • gradientaccumulationsteps: 4
  • totaltrainbatch_size: 64
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_ratio: 0.01
  • num_epochs: 8

Training results

Training LossEpochStepValidation LossAccuracy
0.47550.99610.32270.8715
0.26651.991230.20880.9322
0.18083.01850.17830.9474
0.15054.02470.15280.9504
0.11584.993080.12600.9615
0.09285.993700.13020.9656
0.07927.04320.13270.9626
0.07077.94880.12580.9646

Framework versions

  • Transformers 4.39.3
  • Pytorch 2.2.1+cu121
  • Datasets 2.18.0
  • Tokenizers 0.15.2