MelanieKoe
commited on
Commit
•
fb39889
1
Parent(s):
84c1da1
Model save
Browse files- README.md +19 -19
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- lr_scheduler_warmup_steps:
|
47 |
- training_steps: 4000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
@@ -51,22 +51,22 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.4078
|
21 |
+
- Wer: 0.1662
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 1000
|
47 |
- training_steps: 4000
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
54 |
+
| 25.5608 | 4.24 | 250 | 20.1943 | 1.0 |
|
55 |
+
| 5.6218 | 8.47 | 500 | 3.4933 | 1.0 |
|
56 |
+
| 3.134 | 12.71 | 750 | 3.1332 | 1.0 |
|
57 |
+
| 3.0842 | 16.95 | 1000 | 3.1196 | 1.0 |
|
58 |
+
| 2.6714 | 21.19 | 1250 | 1.4095 | 0.9932 |
|
59 |
+
| 0.5642 | 25.42 | 1500 | 0.6028 | 0.4327 |
|
60 |
+
| 0.2724 | 29.66 | 1750 | 0.7355 | 0.2396 |
|
61 |
+
| 0.1676 | 33.9 | 2000 | 0.9693 | 0.2264 |
|
62 |
+
| 0.1247 | 38.14 | 2250 | 1.0615 | 0.2008 |
|
63 |
+
| 0.0945 | 42.37 | 2500 | 1.2612 | 0.1841 |
|
64 |
+
| 0.0784 | 46.61 | 2750 | 1.1492 | 0.1850 |
|
65 |
+
| 0.0672 | 50.85 | 3000 | 1.3113 | 0.1751 |
|
66 |
+
| 0.0567 | 55.08 | 3250 | 1.3594 | 0.1721 |
|
67 |
+
| 0.0507 | 59.32 | 3500 | 1.4195 | 0.1721 |
|
68 |
+
| 0.0478 | 63.56 | 3750 | 1.3916 | 0.1670 |
|
69 |
+
| 0.0445 | 67.8 | 4000 | 1.4078 | 0.1662 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377629528
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:286308fb34631764696e425f6a0ca0a9138d756293e5e42249a18f875ae01ed0
|
3 |
size 377629528
|