update model card README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- fa
|
4 |
tags:
|
5 |
-
- automatic-speech-recognition
|
6 |
-
- mozilla-foundation/common_voice_7_0
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- common_voice
|
@@ -17,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# common7
|
19 |
|
20 |
-
This model
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
- Wer: 0.3493
|
24 |
|
25 |
## Model description
|
@@ -48,7 +44,7 @@ The following hyperparameters were used during training:
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 100
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
@@ -92,6 +88,14 @@ The following hyperparameters were used during training:
|
|
92 |
| 0.8667 | 115.13 | 17500 | 0.3438 | 0.3506 |
|
93 |
| 0.8895 | 118.42 | 18000 | 0.3434 | 0.3503 |
|
94 |
| 0.8888 | 121.71 | 18500 | 0.3425 | 0.3494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
|
97 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
|
|
|
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
- common_voice
|
|
|
13 |
|
14 |
# common7
|
15 |
|
16 |
+
This model was trained from scratch on the common_voice dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.3441
|
19 |
- Wer: 0.3493
|
20 |
|
21 |
## Model description
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 100
|
47 |
+
- num_epochs: 150.0
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
|
|
88 |
| 0.8667 | 115.13 | 17500 | 0.3438 | 0.3506 |
|
89 |
| 0.8895 | 118.42 | 18000 | 0.3434 | 0.3503 |
|
90 |
| 0.8888 | 121.71 | 18500 | 0.3425 | 0.3494 |
|
91 |
+
| 0.9453 | 125.0 | 19000 | 0.3415 | 0.3480 |
|
92 |
+
| 0.9267 | 128.29 | 19500 | 0.3477 | 0.3503 |
|
93 |
+
| 0.8315 | 131.58 | 20000 | 0.3476 | 0.3505 |
|
94 |
+
| 0.8542 | 134.86 | 20500 | 0.3475 | 0.3506 |
|
95 |
+
| 0.8478 | 138.16 | 21000 | 0.3430 | 0.3481 |
|
96 |
+
| 0.8643 | 141.45 | 21500 | 0.3451 | 0.3485 |
|
97 |
+
| 0.8705 | 144.73 | 22000 | 0.3444 | 0.3474 |
|
98 |
+
| 0.9869 | 148.03 | 22500 | 0.3441 | 0.3493 |
|
99 |
|
100 |
|
101 |
### Framework versions
|