excalibur12's picture
End of training
1a5274f verified
---
license: apache-2.0
base_model: facebook/wav2vec2-large-lv60
tags:
- generated_from_trainer
model-index:
- name: w2v2-lg-lv60_phn-asr-scoring_nia037-saq-20s-3963_001
results: []
---
<!-- 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. -->
# w2v2-lg-lv60_phn-asr-scoring_nia037-saq-20s-3963_001
This model is a fine-tuned version of [facebook/wav2vec2-large-lv60](https://huggingface.co/facebook/wav2vec2-large-lv60) on the None dataset.
It achieves the following results on the evaluation set:
- eval_loss: 4.6835
- eval_per: 0.9974
- eval_pcc: 0.6617
- eval_ctc_loss: 3.7489
- eval_mse_loss: 0.9346
- eval_runtime: 668.539
- eval_samples_per_second: 2.232
- eval_steps_per_second: 2.232
- epoch: 6.05
- step: 1500
## 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: 0.0001
- train_batch_size: 4
- eval_batch_size: 1
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 16
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 250
- training_steps: 2500
### Framework versions
- Transformers 4.38.1
- Pytorch 2.0.1
- Datasets 2.16.1
- Tokenizers 0.15.2