patrickvonplaten
commited on
Commit
•
451c409
1
Parent(s):
c82862c
update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [asapp/sew-mid-100k](https://huggingface.co/asapp/sew-mid-100k) on the LIBRISPEECH_ASR - CLEAN dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Wer:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,7 +36,7 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate:
|
40 |
- train_batch_size: 4
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
@@ -52,34 +52,34 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
56 |
-
|
57 |
-
|
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
|
|
81 |
-
|
|
82 |
-
|
|
83 |
|
84 |
|
85 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [asapp/sew-mid-100k](https://huggingface.co/asapp/sew-mid-100k) on the LIBRISPEECH_ASR - CLEAN dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1976
|
20 |
+
- Wer: 0.1665
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 3e-05
|
40 |
- train_batch_size: 4
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
57 |
+
| 3.4274 | 0.11 | 100 | 4.1419 | 1.0 |
|
58 |
+
| 2.9657 | 0.22 | 200 | 3.1203 | 1.0 |
|
59 |
+
| 2.9069 | 0.34 | 300 | 3.0107 | 1.0 |
|
60 |
+
| 2.8666 | 0.45 | 400 | 2.8960 | 1.0 |
|
61 |
+
| 1.4535 | 0.56 | 500 | 1.4062 | 0.8664 |
|
62 |
+
| 0.6821 | 0.67 | 600 | 0.5530 | 0.4930 |
|
63 |
+
| 0.4827 | 0.78 | 700 | 0.4122 | 0.3630 |
|
64 |
+
| 0.4485 | 0.9 | 800 | 0.3597 | 0.3243 |
|
65 |
+
| 0.2666 | 1.01 | 900 | 0.3104 | 0.2790 |
|
66 |
+
| 0.2378 | 1.12 | 1000 | 0.2913 | 0.2613 |
|
67 |
+
| 0.2516 | 1.23 | 1100 | 0.2702 | 0.2452 |
|
68 |
+
| 0.2456 | 1.35 | 1200 | 0.2619 | 0.2338 |
|
69 |
+
| 0.2392 | 1.46 | 1300 | 0.2466 | 0.2195 |
|
70 |
+
| 0.2117 | 1.57 | 1400 | 0.2379 | 0.2092 |
|
71 |
+
| 0.1837 | 1.68 | 1500 | 0.2295 | 0.2029 |
|
72 |
+
| 0.1757 | 1.79 | 1600 | 0.2240 | 0.1949 |
|
73 |
+
| 0.1626 | 1.91 | 1700 | 0.2195 | 0.1927 |
|
74 |
+
| 0.168 | 2.02 | 1800 | 0.2137 | 0.1853 |
|
75 |
+
| 0.168 | 2.13 | 1900 | 0.2123 | 0.1839 |
|
76 |
+
| 0.1576 | 2.24 | 2000 | 0.2095 | 0.1803 |
|
77 |
+
| 0.1756 | 2.35 | 2100 | 0.2075 | 0.1776 |
|
78 |
+
| 0.1467 | 2.47 | 2200 | 0.2049 | 0.1754 |
|
79 |
+
| 0.1702 | 2.58 | 2300 | 0.2013 | 0.1722 |
|
80 |
+
| 0.177 | 2.69 | 2400 | 0.1993 | 0.1701 |
|
81 |
+
| 0.1417 | 2.8 | 2500 | 0.1983 | 0.1688 |
|
82 |
+
| 0.1302 | 2.91 | 2600 | 0.1977 | 0.1678 |
|
83 |
|
84 |
|
85 |
### Framework versions
|