itaihay commited on
Commit
91eea16
·
1 Parent(s): ffbe86d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-large-robust-ft-swbd-300h](https://huggingface.co/facebook/wav2vec2-large-robust-ft-swbd-300h) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.5649
18
- - Wer: 0.3794
19
 
20
  ## Model description
21
 
@@ -35,13 +35,13 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 0.0001
38
- - train_batch_size: 8
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 1000
44
- - num_epochs: 1
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
@@ -49,7 +49,12 @@ The following hyperparameters were used during training:
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:-----:|:---------------:|:------:|
51
  | 0.8809 | 0.44 | 10000 | 0.6088 | 0.4008 |
52
- | 0.7441 | 0.88 | 20000 | 0.5649 | 0.3794 |
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-large-robust-ft-swbd-300h](https://huggingface.co/facebook/wav2vec2-large-robust-ft-swbd-300h) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.5060
18
+ - Wer: 0.3620
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 0.0001
38
+ - train_batch_size: 7
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 1000
44
+ - num_epochs: 3
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:-----:|:---------------:|:------:|
51
  | 0.8809 | 0.44 | 10000 | 0.6088 | 0.4008 |
52
+ | 0.8435 | 0.77 | 20000 | 0.6319 | 0.3914 |
53
+ | 0.7454 | 1.15 | 30000 | 0.6126 | 0.3809 |
54
+ | 0.6806 | 1.53 | 40000 | 0.5307 | 0.3792 |
55
+ | 0.6589 | 1.91 | 50000 | 0.5430 | 0.3710 |
56
+ | 0.603 | 2.3 | 60000 | 0.5298 | 0.3646 |
57
+ | 0.5886 | 2.68 | 70000 | 0.5060 | 0.3620 |
58
 
59
 
60
  ### Framework versions