Add CER, hyperparameters, and training logs to README
Browse files
README.md
CHANGED
|
@@ -28,6 +28,9 @@ model-index:
|
|
| 28 |
- name: Cer
|
| 29 |
type: cer
|
| 30 |
value: 4.2170
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -41,6 +44,7 @@ Note: ~1 hour of conversational speech was added to this dataset version.
|
|
| 41 |
It achieves the following results on the evaluation set:
|
| 42 |
- Wer: 18.9850
|
| 43 |
- Cer: 4.2170
|
|
|
|
| 44 |
|
| 45 |
## Model description
|
| 46 |
|
|
@@ -73,7 +77,14 @@ More information needed
|
|
| 73 |
|
| 74 |
### Training hyperparameters
|
| 75 |
|
| 76 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
|
| 78 |
### Training results
|
| 79 |
|
|
|
|
| 28 |
- name: Cer
|
| 29 |
type: cer
|
| 30 |
value: 4.2170
|
| 31 |
+
- name: Real Time Factor
|
| 32 |
+
type: rtf
|
| 33 |
+
value: 0.0697
|
| 34 |
---
|
| 35 |
|
| 36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 44 |
It achieves the following results on the evaluation set:
|
| 45 |
- Wer: 18.9850
|
| 46 |
- Cer: 4.2170
|
| 47 |
+
- Real Time Factor: 0.0697
|
| 48 |
|
| 49 |
## Model description
|
| 50 |
|
|
|
|
| 77 |
|
| 78 |
### Training hyperparameters
|
| 79 |
|
| 80 |
+
The following hyperparameters were used during training:
|
| 81 |
+
- learning_rate: 2e-05
|
| 82 |
+
- train_batch_size: 16
|
| 83 |
+
- eval_batch_size: 8
|
| 84 |
+
- seed: 42
|
| 85 |
+
- optimizer: OptimizerNames.ADAMW_TORCH_FUSED
|
| 86 |
+
- lr_scheduler_type: SchedulerType.LINEAR
|
| 87 |
+
- num_epochs: 8
|
| 88 |
|
| 89 |
### Training results
|
| 90 |
|