MelanieKoe
commited on
Commit
•
9257fce
1
Parent(s):
ca94e9e
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 |
-
| 3.
|
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.3038
|
21 |
+
- Wer: 0.1709
|
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 |
+
| 19.5617 | 3.91 | 250 | 4.1984 | 1.0 |
|
55 |
+
| 3.3686 | 7.81 | 500 | 3.2319 | 1.0 |
|
56 |
+
| 3.1228 | 11.72 | 750 | 3.1341 | 1.0 |
|
57 |
+
| 2.9603 | 15.62 | 1000 | 2.3654 | 1.0 |
|
58 |
+
| 1.0738 | 19.53 | 1250 | 0.7578 | 0.5485 |
|
59 |
+
| 0.3549 | 23.44 | 1500 | 0.6579 | 0.2337 |
|
60 |
+
| 0.2219 | 27.34 | 1750 | 0.8304 | 0.1999 |
|
61 |
+
| 0.1579 | 31.25 | 2000 | 0.9428 | 0.1828 |
|
62 |
+
| 0.1216 | 35.16 | 2250 | 1.0046 | 0.1747 |
|
63 |
+
| 0.0958 | 39.06 | 2500 | 1.0114 | 0.1751 |
|
64 |
+
| 0.076 | 42.97 | 2750 | 1.2645 | 0.1768 |
|
65 |
+
| 0.0662 | 46.88 | 3000 | 1.2588 | 0.1739 |
|
66 |
+
| 0.0569 | 50.78 | 3250 | 1.3057 | 0.1730 |
|
67 |
+
| 0.0514 | 54.69 | 3500 | 1.2869 | 0.1696 |
|
68 |
+
| 0.0479 | 58.59 | 3750 | 1.2697 | 0.1704 |
|
69 |
+
| 0.0451 | 62.5 | 4000 | 1.3038 | 0.1709 |
|
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:12f875cd558281541b1758e6f6d54ef33eaaf09464193a69a8e0c0b2d10c41fe
|
3 |
size 377629528
|