DylanonWic
commited on
Commit
•
ad16c50
1
Parent(s):
d7c652c
update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -14,11 +13,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# wav2vec2-large-asr-th-2
|
16 |
|
17 |
-
This model
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Wer: 0.
|
21 |
-
- Cer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -53,10 +52,10 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
|
|
13 |
|
14 |
# wav2vec2-large-asr-th-2
|
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.2590
|
19 |
+
- Wer: 0.4210
|
20 |
+
- Cer: 0.1146
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
55 |
+
| 0.6189 | 0.24 | 1000 | 0.3571 | 0.5060 | 0.1449 |
|
56 |
+
| 0.5435 | 0.47 | 2000 | 0.3255 | 0.4712 | 0.1328 |
|
57 |
+
| 0.5612 | 0.71 | 3000 | 0.2870 | 0.4464 | 0.1233 |
|
58 |
+
| 0.6737 | 0.95 | 4000 | 0.2590 | 0.4210 | 0.1146 |
|
59 |
|
60 |
|
61 |
### Framework versions
|