thisisHJLee
commited on
Commit
•
9e2a499
1
Parent(s):
83eaf9a
update model card README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
-
- Cer: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -47,15 +47,15 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.9497
|
18 |
+
- Cer: 0.1674
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
50 |
+
| 0.0791 | 3.25 | 500 | 0.9497 | 0.1674 |
|
51 |
+
| 0.0763 | 6.49 | 1000 | 0.9497 | 0.1674 |
|
52 |
+
| 0.0778 | 9.74 | 1500 | 0.9497 | 0.1674 |
|
53 |
+
| 0.0782 | 12.99 | 2000 | 0.9497 | 0.1674 |
|
54 |
+
| 0.0795 | 16.23 | 2500 | 0.9497 | 0.1674 |
|
55 |
+
| 0.0757 | 19.48 | 3000 | 0.9497 | 0.1674 |
|
56 |
+
| 0.0782 | 22.73 | 3500 | 0.9497 | 0.1674 |
|
57 |
+
| 0.0785 | 25.97 | 4000 | 0.9497 | 0.1674 |
|
58 |
+
| 0.0797 | 29.22 | 4500 | 0.9497 | 0.1674 |
|
59 |
|
60 |
|
61 |
### Framework versions
|