DylanonWic
commited on
Commit
·
28c9d4c
1
Parent(s):
2163556
update model card README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,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 |
|
@@ -41,6 +44,22 @@ The following hyperparameters were used during training:
|
|
41 |
- training_steps: 1000
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.26.1
|
|
|
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 the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1908.0026
|
18 |
+
- Cer: 0.9999
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
44 |
- training_steps: 1000
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 11752.32 | 0.56 | 100 | 17728.8105 | 1.0360 |
|
52 |
+
| 3485.8809 | 1.13 | 200 | 2843.4883 | 0.9999 |
|
53 |
+
| 1825.8963 | 1.69 | 300 | 1949.6913 | 0.9999 |
|
54 |
+
| 1540.4011 | 2.26 | 400 | 1908.0026 | 0.9999 |
|
55 |
+
| 1940.8058 | 2.82 | 500 | 1929.7510 | 0.9999 |
|
56 |
+
| 2261.2883 | 3.39 | 600 | 1879.6377 | 0.9999 |
|
57 |
+
| 1710.6505 | 3.95 | 700 | 1878.9219 | 0.9999 |
|
58 |
+
| 1641.3581 | 4.52 | 800 | 1844.1653 | 0.9999 |
|
59 |
+
| 1888.4705 | 5.08 | 900 | 1846.2725 | 0.9999 |
|
60 |
+
| 2143.9672 | 5.65 | 1000 | 1846.6494 | 0.9999 |
|
61 |
+
|
62 |
+
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.26.1
|