rossevine commited on
Commit
bb4c23d
·
1 Parent(s): e4ac1b0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -14
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: Model_G_S_P_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: 2.4856
17
- - Wer: 0.5755
18
- - Cer: 0.2446
19
 
20
  ## Model description
21
 
@@ -44,24 +46,23 @@ 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
- | 1.0588 | 4.17 | 400 | 1.7492 | 0.6409 | 0.2597 |
54
- | 0.5411 | 8.33 | 800 | 2.0539 | 0.6467 | 0.2779 |
55
- | 0.403 | 12.5 | 1200 | 2.0300 | 0.6500 | 0.2674 |
56
- | 0.2896 | 16.67 | 1600 | 2.0923 | 0.6024 | 0.2544 |
57
- | 0.2176 | 20.83 | 2000 | 2.1371 | 0.5763 | 0.2449 |
58
- | 0.1557 | 25.0 | 2400 | 2.3540 | 0.5906 | 0.2505 |
59
- | 0.1089 | 29.17 | 2800 | 2.4856 | 0.5755 | 0.2446 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - Transformers 4.11.3
65
- - Pytorch 1.10.0+cu113
66
  - Datasets 1.18.3
67
- - Tokenizers 0.10.3
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ metrics:
5
+ - wer
6
  model-index:
7
  - name: Model_G_S_P_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: 2.4056
19
+ - Wer: 0.5800
20
+ - Cer: 0.2434
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
+ | 1.0772 | 4.17 | 400 | 1.8505 | 0.6597 | 0.2778 |
55
+ | 0.5563 | 8.33 | 800 | 1.9481 | 0.6481 | 0.2663 |
56
+ | 0.4008 | 12.5 | 1200 | 2.2166 | 0.6589 | 0.2767 |
57
+ | 0.285 | 16.67 | 1600 | 2.0445 | 0.6128 | 0.2535 |
58
+ | 0.2171 | 20.83 | 2000 | 2.2138 | 0.5943 | 0.2509 |
59
+ | 0.1611 | 25.0 | 2400 | 2.2532 | 0.5813 | 0.2455 |
60
+ | 0.1098 | 29.17 | 2800 | 2.4056 | 0.5800 | 0.2434 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.31.0
66
+ - Pytorch 2.0.1+cu117
67
  - Datasets 1.18.3
68
+ - Tokenizers 0.13.3