rossevine commited on
Commit
6794870
1 Parent(s): 4c6df8c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
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
 
@@ -51,18 +51,19 @@ The following hyperparameters were used during training:
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
 
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.5098
19
+ - Wer: 0.5366
20
+ - Cer: 0.2277
21
 
22
  ## Model description
23
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
54
+ | 1.0449 | 3.49 | 400 | 1.7576 | 0.6270 | 0.2607 |
55
+ | 0.484 | 6.99 | 800 | 1.8072 | 0.6043 | 0.2536 |
56
+ | 0.3335 | 10.48 | 1200 | 2.0222 | 0.5892 | 0.2500 |
57
+ | 0.2559 | 13.97 | 1600 | 2.4174 | 0.5719 | 0.2448 |
58
+ | 0.1999 | 17.47 | 2000 | 2.2888 | 0.5566 | 0.2376 |
59
+ | 0.1546 | 20.96 | 2400 | 2.5271 | 0.5753 | 0.2400 |
60
+ | 0.1225 | 24.45 | 2800 | 2.4489 | 0.5427 | 0.2327 |
61
+ | 0.0983 | 27.95 | 3200 | 2.5098 | 0.5366 | 0.2277 |
62
 
63
 
64
  ### Framework versions
65
 
66
  - Transformers 4.31.0
67
  - Pytorch 2.0.1+cu117
68
+ - Datasets 2.14.4
69
  - Tokenizers 0.13.3