rossevine commited on
Commit
4e4d143
1 Parent(s): c5995e9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: Model_G_S_Berita_Wav2Vec2
6
  results: []
@@ -13,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.0238
17
- - Wer: 0.0266
18
- - Cer: 0.0049
19
 
20
  ## Model description
21
 
@@ -44,19 +46,18 @@ The following hyperparameters were used during training:
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
46
  - num_epochs: 30
47
- - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
53
- | 0.3377 | 12.5 | 400 | 0.0482 | 0.0748 | 0.0118 |
54
- | 0.0269 | 25.0 | 800 | 0.0238 | 0.0266 | 0.0049 |
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.11.3
60
- - Pytorch 1.10.0+cu113
61
  - Datasets 1.18.3
62
- - Tokenizers 0.10.3
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ metrics:
5
+ - wer
6
  model-index:
7
  - name: Model_G_S_Berita_Wav2Vec2
8
  results: []
 
15
 
16
  This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.0239
19
+ - Wer: 0.0350
20
+ - Cer: 0.0055
21
 
22
  ## Model description
23
 
 
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 500
48
  - num_epochs: 30
 
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
54
+ | 0.3535 | 12.5 | 400 | 0.0680 | 0.0888 | 0.0139 |
55
+ | 0.0269 | 25.0 | 800 | 0.0239 | 0.0350 | 0.0055 |
56
 
57
 
58
  ### Framework versions
59
 
60
+ - Transformers 4.31.0
61
+ - Pytorch 2.0.1+cu117
62
  - Datasets 1.18.3
63
+ - Tokenizers 0.13.3