DylanonWic
commited on
Commit
•
09b16b8
1
Parent(s):
4617382
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 |
|
@@ -36,7 +36,7 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate:
|
40 |
- train_batch_size: 12
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
@@ -45,17 +45,18 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 500
|
48 |
-
- training_steps:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
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.2310
|
19 |
+
- Wer: 0.3196
|
20 |
+
- Cer: 0.0878
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 1e-05
|
40 |
- train_batch_size: 12
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 500
|
48 |
+
- training_steps: 5000
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
55 |
+
| 0.065 | 0.18 | 1000 | 0.5433 | 0.3259 | 0.0891 |
|
56 |
+
| 0.0792 | 0.36 | 2000 | 0.5453 | 0.3269 | 0.0901 |
|
57 |
+
| 0.1663 | 0.53 | 3000 | 0.4702 | 0.3299 | 0.0908 |
|
58 |
+
| 0.7971 | 0.71 | 4000 | 0.2513 | 0.3244 | 0.0889 |
|
59 |
+
| 0.7588 | 0.89 | 5000 | 0.2310 | 0.3196 | 0.0878 |
|
60 |
|
61 |
|
62 |
### Framework versions
|