coolbirdv's picture
End of training
a06e615 verified
|
raw
history blame
No virus
2.05 kB
metadata
license: apache-2.0
base_model: facebook/wav2vec2-base
tags:
  - generated_from_trainer
datasets:
  - vivos
metrics:
  - accuracy
model-index:
  - name: wav2vec2-base-finetuned-ks
    results:
      - task:
          name: Audio Classification
          type: audio-classification
        dataset:
          name: vivos
          type: vivos
          config: default
          split: test
          args: default
        metrics:
          - name: Accuracy
            type: accuracy
            value: 0.013157894736842105

Visualize in Weights & Biases

wav2vec2-base-finetuned-ks

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

  • Loss: 5.9359
  • Accuracy: 0.0132

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
  • train_batch_size: 4
  • eval_batch_size: 4
  • seed: 42
  • gradient_accumulation_steps: 8
  • total_train_batch_size: 32
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: linear
  • lr_scheduler_warmup_steps: 500
  • num_epochs: 3

Training results

Training Loss Epoch Step Validation Loss Accuracy
No log 0.9990 364 4.0521 0.0
3.0541 1.9979 728 5.0064 0.0013
0.7657 2.9969 1092 5.9359 0.0132

Framework versions

  • Transformers 4.42.3
  • Pytorch 2.1.2
  • Datasets 2.15.0
  • Tokenizers 0.19.1