Model save
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Model Preparation Time: 0.
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,28 +37,30 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
-
- train_batch_size:
|
42 |
-
- eval_batch_size:
|
43 |
- seed: 42
|
|
|
|
|
44 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 10
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch
|
51 |
-
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0227
|
20 |
+
- Model Preparation Time: 0.0066
|
21 |
+
- Wer: 0.1206
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0005
|
41 |
+
- train_batch_size: 2
|
42 |
+
- eval_batch_size: 2
|
43 |
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 10
|
45 |
+
- total_train_batch_size: 20
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
- num_epochs: 10
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Wer |
|
53 |
+
|:-------------:|:------:|:-----:|:---------------:|:----------------------:|:------:|
|
54 |
+
| 12.0652 | 0.9999 | 5200 | 0.5135 | 0.0066 | 0.4332 |
|
55 |
+
| 2.1537 | 1.9999 | 10400 | 0.0530 | 0.0066 | 0.1585 |
|
56 |
+
| 3.0568 | 2.9999 | 15600 | 0.0731 | 0.0066 | 0.2030 |
|
57 |
+
| 0.9142 | 3.9999 | 20800 | 0.0313 | 0.0066 | 0.1407 |
|
58 |
+
| 0.3436 | 4.9999 | 26000 | 0.0308 | 0.0066 | 0.1403 |
|
59 |
+
| 0.7558 | 5.9999 | 31200 | 0.0286 | 0.0066 | 0.1337 |
|
60 |
+
| 0.5733 | 6.9999 | 36400 | 0.0265 | 0.0066 | 0.1221 |
|
61 |
+
| 0.1573 | 7.9999 | 41600 | 0.0241 | 0.0066 | 0.1439 |
|
62 |
+
| 0.2248 | 8.9999 | 46800 | 0.0225 | 0.0066 | 0.1199 |
|
63 |
+
| 0.1501 | 9.9999 | 52000 | 0.0227 | 0.0066 | 0.1206 |
|
64 |
|
65 |
|
66 |
### Framework versions
|