DylanonWic
commited on
Commit
•
1968b83
1
Parent(s):
d8cc25f
update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: wav2vec2-large-asr-th
|
7 |
results: []
|
@@ -12,7 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# wav2vec2-large-asr-th
|
14 |
|
15 |
-
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -43,6 +49,19 @@ The following hyperparameters were used during training:
|
|
43 |
- training_steps: 3500
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.26.1
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
model-index:
|
8 |
- name: wav2vec2-large-asr-th
|
9 |
results: []
|
|
|
14 |
|
15 |
# wav2vec2-large-asr-th
|
16 |
|
17 |
+
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5207
|
20 |
+
- Wer: 0.4689
|
21 |
+
- Cer: 0.1571
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
- training_steps: 3500
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
56 |
+
| 3.6231 | 0.57 | 500 | 3.5254 | 1.0 | 0.9999 |
|
57 |
+
| 1.5065 | 1.14 | 1000 | 1.0542 | 0.7677 | 0.2939 |
|
58 |
+
| 1.0592 | 1.71 | 1500 | 0.7072 | 0.5837 | 0.2054 |
|
59 |
+
| 1.0818 | 2.28 | 2000 | 0.6309 | 0.5414 | 0.1887 |
|
60 |
+
| 1.0136 | 2.85 | 2500 | 0.5573 | 0.4966 | 0.1690 |
|
61 |
+
| 0.7907 | 3.42 | 3000 | 0.5207 | 0.4689 | 0.1571 |
|
62 |
+
| 0.8223 | 4.0 | 3500 | 0.5079 | 0.4642 | 0.1546 |
|
63 |
+
|
64 |
+
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.26.1
|