Steven Liu commited on
Commit
a05ff7d
1 Parent(s): f1ebcd5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
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-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 21.0555
18
- - Wer: 1.4390
19
 
20
  ## Model description
21
 
@@ -41,16 +41,18 @@ The following hyperparameters were used during training:
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_ratio: 0.1
44
- - num_epochs: 3
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Wer |
50
- |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | No log | 1.0 | 2 | 21.0555 | 1.4390 |
52
- | No log | 2.0 | 4 | 21.0555 | 1.4390 |
53
- | No log | 3.0 | 6 | 21.0555 | 1.4390 |
 
 
54
 
55
 
56
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 28.7224
18
+ - Wer: 1.0
19
 
20
  ## Model description
21
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_ratio: 0.1
44
+ - num_epochs: 5
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
50
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
51
+ | No log | 1.0 | 2 | 28.7224 | 1.0 |
52
+ | No log | 2.0 | 4 | 28.7224 | 1.0 |
53
+ | No log | 3.0 | 6 | 28.7224 | 1.0 |
54
+ | No log | 4.0 | 8 | 28.7224 | 1.0 |
55
+ | 57.4237 | 5.0 | 10 | 28.7224 | 1.0 |
56
 
57
 
58
  ### Framework versions