Commit ·
9af0316
1
Parent(s): cc29998
update model card README.md
Browse files
README.md
CHANGED
|
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
This model was trained from scratch on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
-
- Loss: 1.
|
| 17 |
-
- Wer: 0.
|
| 18 |
-
- Cer: 0.
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -38,8 +38,8 @@ The following hyperparameters were used during training:
|
|
| 38 |
- train_batch_size: 1
|
| 39 |
- eval_batch_size: 1
|
| 40 |
- seed: 42
|
| 41 |
-
- gradient_accumulation_steps:
|
| 42 |
-
- total_train_batch_size:
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
- num_epochs: 10
|
|
@@ -47,18 +47,18 @@ The following hyperparameters were used during training:
|
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
-
| Training Loss | Epoch | Step |
|
| 51 |
-
|:-------------:|:-----:|:----:|:------
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 13 |
|
| 14 |
This model was trained from scratch on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
+
- Loss: 1.4313
|
| 17 |
+
- Wer: 0.6723
|
| 18 |
+
- Cer: 0.2408
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 38 |
- train_batch_size: 1
|
| 39 |
- eval_batch_size: 1
|
| 40 |
- seed: 42
|
| 41 |
+
- gradient_accumulation_steps: 16
|
| 42 |
+
- total_train_batch_size: 16
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
- num_epochs: 10
|
|
|
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
| 51 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
| 52 |
+
| 0.0857 | 1.0 | 687 | 1.3883 | 0.7082 | 0.2576 |
|
| 53 |
+
| 0.0627 | 2.0 | 1374 | 1.4099 | 0.7076 | 0.2561 |
|
| 54 |
+
| 0.0697 | 3.0 | 2061 | 1.3864 | 0.6906 | 0.2486 |
|
| 55 |
+
| 0.0575 | 4.0 | 2748 | 1.4356 | 0.6906 | 0.2455 |
|
| 56 |
+
| 0.0552 | 5.0 | 3435 | 1.4061 | 0.6778 | 0.2440 |
|
| 57 |
+
| 0.0631 | 6.0 | 4122 | 1.4541 | 0.6839 | 0.2444 |
|
| 58 |
+
| 0.0418 | 7.0 | 4809 | 1.4258 | 0.6930 | 0.2465 |
|
| 59 |
+
| 0.0407 | 8.0 | 5496 | 1.4193 | 0.6809 | 0.2451 |
|
| 60 |
+
| 0.0487 | 9.0 | 6183 | 1.4261 | 0.6778 | 0.2424 |
|
| 61 |
+
| 0.0371 | 10.0 | 6870 | 1.4313 | 0.6723 | 0.2408 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|