zainulhakim
commited on
Commit
•
18fa63f
1
Parent(s):
9e2d134
End of training
Browse files- README.md +45 -9
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [zainulhakim/240801-wav2vec2-ASR-Global-All-Clients](https://huggingface.co/zainulhakim/240801-wav2vec2-ASR-Global-All-Clients) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer: 0.
|
22 |
-
- Cer: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -45,16 +45,52 @@ 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 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [zainulhakim/240801-wav2vec2-ASR-Global-All-Clients](https://huggingface.co/zainulhakim/240801-wav2vec2-ASR-Global-All-Clients) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1243
|
21 |
+
- Wer: 0.0568
|
22 |
+
- Cer: 0.0209
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
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 |
+
- num_epochs: 500
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
54 |
+
|:-------------:|:--------:|:-----:|:---------------:|:------:|:------:|
|
55 |
+
| 0.6407 | 12.6582 | 1000 | 0.5311 | 0.5653 | 0.0874 |
|
56 |
+
| 0.3386 | 25.3165 | 2000 | 0.3585 | 0.3864 | 0.0491 |
|
57 |
+
| 0.2369 | 37.9747 | 3000 | 0.3723 | 0.3182 | 0.0584 |
|
58 |
+
| 0.1899 | 50.6329 | 4000 | 0.3953 | 0.3324 | 0.0509 |
|
59 |
+
| 0.1554 | 63.2911 | 5000 | 0.4053 | 0.3040 | 0.0550 |
|
60 |
+
| 0.1416 | 75.9494 | 6000 | 0.2952 | 0.2273 | 0.0425 |
|
61 |
+
| 0.1114 | 88.6076 | 7000 | 0.2022 | 0.2131 | 0.0368 |
|
62 |
+
| 0.0953 | 101.2658 | 8000 | 0.2619 | 0.2102 | 0.0371 |
|
63 |
+
| 0.0903 | 113.9241 | 9000 | 0.3288 | 0.2074 | 0.0375 |
|
64 |
+
| 0.0739 | 126.5823 | 10000 | 0.2549 | 0.1676 | 0.0321 |
|
65 |
+
| 0.0656 | 139.2405 | 11000 | 0.2227 | 0.1705 | 0.0293 |
|
66 |
+
| 0.0586 | 151.8987 | 12000 | 0.2873 | 0.1875 | 0.0349 |
|
67 |
+
| 0.0549 | 164.5570 | 13000 | 0.2169 | 0.1392 | 0.0243 |
|
68 |
+
| 0.0487 | 177.2152 | 14000 | 0.2097 | 0.1392 | 0.0267 |
|
69 |
+
| 0.0525 | 189.8734 | 15000 | 0.2497 | 0.1278 | 0.0337 |
|
70 |
+
| 0.0443 | 202.5316 | 16000 | 0.2112 | 0.1278 | 0.0291 |
|
71 |
+
| 0.0379 | 215.1899 | 17000 | 0.1633 | 0.1392 | 0.0237 |
|
72 |
+
| 0.038 | 227.8481 | 18000 | 0.2188 | 0.1420 | 0.0373 |
|
73 |
+
| 0.0408 | 240.5063 | 19000 | 0.3014 | 0.1335 | 0.0297 |
|
74 |
+
| 0.0287 | 253.1646 | 20000 | 0.2378 | 0.1222 | 0.0285 |
|
75 |
+
| 0.0294 | 265.8228 | 21000 | 0.2474 | 0.1278 | 0.0278 |
|
76 |
+
| 0.0276 | 278.4810 | 22000 | 0.2216 | 0.1136 | 0.0270 |
|
77 |
+
| 0.0323 | 291.1392 | 23000 | 0.1315 | 0.0881 | 0.0242 |
|
78 |
+
| 0.0239 | 303.7975 | 24000 | 0.1592 | 0.1080 | 0.0292 |
|
79 |
+
| 0.0187 | 316.4557 | 25000 | 0.1695 | 0.1335 | 0.0245 |
|
80 |
+
| 0.0169 | 329.1139 | 26000 | 0.2834 | 0.1136 | 0.0329 |
|
81 |
+
| 0.0163 | 341.7722 | 27000 | 0.1301 | 0.0852 | 0.0224 |
|
82 |
+
| 0.0151 | 354.4304 | 28000 | 0.2210 | 0.1080 | 0.0268 |
|
83 |
+
| 0.0102 | 367.0886 | 29000 | 0.1428 | 0.0852 | 0.0183 |
|
84 |
+
| 0.0098 | 379.7468 | 30000 | 0.1792 | 0.0653 | 0.0248 |
|
85 |
+
| 0.0104 | 392.4051 | 31000 | 0.2045 | 0.0682 | 0.0182 |
|
86 |
+
| 0.0101 | 405.0633 | 32000 | 0.2616 | 0.0881 | 0.0274 |
|
87 |
+
| 0.0069 | 417.7215 | 33000 | 0.1305 | 0.0739 | 0.0227 |
|
88 |
+
| 0.0063 | 430.3797 | 34000 | 0.1328 | 0.0795 | 0.0227 |
|
89 |
+
| 0.0046 | 443.0380 | 35000 | 0.1473 | 0.0682 | 0.0218 |
|
90 |
+
| 0.0039 | 455.6962 | 36000 | 0.1711 | 0.0710 | 0.0224 |
|
91 |
+
| 0.0028 | 468.3544 | 37000 | 0.1243 | 0.0568 | 0.0209 |
|
92 |
+
| 0.0022 | 481.0127 | 38000 | 0.1762 | 0.0625 | 0.0231 |
|
93 |
+
| 0.0025 | 493.6709 | 39000 | 0.1892 | 0.0625 | 0.0225 |
|
94 |
|
95 |
|
96 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377611120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3946c6031ee83d94b916b30504a67b1696e56b5815216ab31ed0b899dabf06eb
|
3 |
size 377611120
|