DylanonWic
commited on
Commit
•
0b8544e
1
Parent(s):
99b0d21
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,10 @@ 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 +48,17 @@ The following hyperparameters were used during training:
|
|
43 |
- training_steps: 1000
|
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: 2.5473
|
20 |
+
- Wer: 1.0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
- training_steps: 1000
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
55 |
+
| 3.9266 | 2.27 | 200 | 3.8144 | 1.0 |
|
56 |
+
| 3.7284 | 4.54 | 400 | 3.7418 | 1.0 |
|
57 |
+
| 3.7024 | 6.81 | 600 | 3.7100 | 1.0 |
|
58 |
+
| 3.3622 | 9.09 | 800 | 3.1187 | 1.0 |
|
59 |
+
| 2.7545 | 11.36 | 1000 | 2.5473 | 1.0 |
|
60 |
+
|
61 |
+
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.26.1
|