Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ datasets:
|
|
11 |
model-index:
|
12 |
- name: oceanstar-bridze
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -55,12 +57,12 @@ The following hyperparameters were used during training:
|
|
55 |
|:-------------:|:-----:|:----:|:-------:|:---------------:|
|
56 |
| 0.3652 | 0.06 | 500 | 11.3504 | 0.3574 |
|
57 |
| 0.2788 | 0.13 | 1000 | 9.1325 | 0.2645 |
|
58 |
-
| 0.2213 | 0.1 | 1500 |
|
59 |
-
| 0.2257 | 0.13 | 2000 |
|
60 |
-
| 0.1941 | 0.16 | 2500 |
|
61 |
-
| 0.1395 | 0.19 | 3000 |
|
62 |
-
| 0.1787 | 0.23 | 3500 |
|
63 |
-
| 0.1639 | 0.26 | 4000 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
@@ -68,4 +70,4 @@ The following hyperparameters were used during training:
|
|
68 |
- Transformers 4.32.0.dev0
|
69 |
- Pytorch 1.10.1
|
70 |
- Datasets 2.14.2
|
71 |
-
- Tokenizers 0.13.3
|
|
|
11 |
model-index:
|
12 |
- name: oceanstar-bridze
|
13 |
results: []
|
14 |
+
metrics:
|
15 |
+
- cer
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
57 |
|:-------------:|:-----:|:----:|:-------:|:---------------:|
|
58 |
| 0.3652 | 0.06 | 500 | 11.3504 | 0.3574 |
|
59 |
| 0.2788 | 0.13 | 1000 | 9.1325 | 0.2645 |
|
60 |
+
| 0.2213 | 0.1 | 1500 | 9.3132 | 0.2388 |
|
61 |
+
| 0.2257 | 0.13 | 2000 | 8.6295 | 0.2194 |
|
62 |
+
| 0.1941 | 0.16 | 2500 | 7.5109 | 0.2068 |
|
63 |
+
| 0.1395 | 0.19 | 3000 | 7.3247 | 0.1969 |
|
64 |
+
| 0.1787 | 0.23 | 3500 | 7.5517 | 0.1905 |
|
65 |
+
| 0.1639 | 0.26 | 4000 | 7.3894 | 0.1880 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
70 |
- Transformers 4.32.0.dev0
|
71 |
- Pytorch 1.10.1
|
72 |
- Datasets 2.14.2
|
73 |
+
- Tokenizers 0.13.3
|