update model card README.md
Browse files
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: 0.
|
19 |
-
- Wer: 0.
|
20 |
-
- Cer: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -51,13 +51,13 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.31.0
|
61 |
- Pytorch 2.0.1+cu117
|
62 |
-
- Datasets
|
63 |
- 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: 0.0232
|
19 |
+
- Wer: 0.0308
|
20 |
+
- Cer: 0.0050
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
54 |
+
| 0.3802 | 12.5 | 400 | 0.0473 | 0.0692 | 0.0105 |
|
55 |
+
| 0.0245 | 25.0 | 800 | 0.0232 | 0.0308 | 0.0050 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.31.0
|
61 |
- Pytorch 2.0.1+cu117
|
62 |
+
- Datasets 2.14.4
|
63 |
- Tokenizers 0.13.3
|