Steven Liu commited on
Commit
54732dc
1 Parent(s): 186ca9a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -13,6 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
  # my_awesome_asr_mind_model
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -38,14 +41,16 @@ The following hyperparameters were used during training:
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
  - lr_scheduler_warmup_ratio: 0.1
41
- - num_epochs: 1
42
  - mixed_precision_training: Native AMP
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss | Wer |
47
- |:-------------:|:-----:|:----:|:---------------:|:---:|
48
- | No log | 1.0 | 2 | 31.7669 | 1.0 |
 
 
49
 
50
 
51
  ### Framework versions
 
13
  # my_awesome_asr_mind_model
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
  - 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