DylanonWic
commited on
Commit
•
8b421dd
1
Parent(s):
b7895ae
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 |
|
@@ -41,6 +47,22 @@ The following hyperparameters were used during training:
|
|
41 |
- training_steps: 2000
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- 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: 5.1807
|
20 |
+
- Wer: 1.0
|
21 |
+
- Cer: 1.0000
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
- training_steps: 2000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|:------:|
|
54 |
+
| 17.808 | 1.09 | 200 | 25.2775 | 1.0 | 1.0000 |
|
55 |
+
| 6.2017 | 2.19 | 400 | 7.3944 | 1.0 | 1.0000 |
|
56 |
+
| 4.858 | 3.28 | 600 | 5.1807 | 1.0 | 1.0000 |
|
57 |
+
| 3.9172 | 4.37 | 800 | 4.4228 | 1.0 | 1.0000 |
|
58 |
+
| 3.7413 | 5.46 | 1000 | 4.1509 | 1.0 | 1.0000 |
|
59 |
+
| 3.7496 | 6.56 | 1200 | 4.0403 | 1.0 | 1.0000 |
|
60 |
+
| 3.6742 | 7.65 | 1400 | 4.0565 | 1.0 | 1.0000 |
|
61 |
+
| 3.7246 | 8.74 | 1600 | 3.9468 | 1.0 | 1.0000 |
|
62 |
+
| 3.6329 | 9.84 | 1800 | 3.9271 | 1.0 | 1.0000 |
|
63 |
+
| 3.6562 | 10.93 | 2000 | 3.9091 | 1.0 | 1.0000 |
|
64 |
+
|
65 |
+
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.26.1
|