End of training
Browse files- README.md +20 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-large-960h](https://huggingface.co/facebook/wav2vec2-large-960h) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Wer: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -39,7 +39,7 @@ More information needed
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 0.0001
|
42 |
-
- train_batch_size:
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
@@ -50,10 +50,23 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch
|
54 |
-
|
55 |
-
|
|
56 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-large-960h](https://huggingface.co/facebook/wav2vec2-large-960h) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6286
|
22 |
+
- Wer: 0.1538
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 0.0001
|
42 |
+
- train_batch_size: 64
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:--------:|:----:|:---------------:|:------:|
|
55 |
+
| 1.2379 | 8.3333 | 50 | 0.6501 | 0.3056 |
|
56 |
+
| 0.4865 | 16.6667 | 100 | 0.7069 | 0.2790 |
|
57 |
+
| 0.3054 | 25.0 | 150 | 0.6598 | 0.2369 |
|
58 |
+
| 0.2308 | 33.3333 | 200 | 0.6517 | 0.2215 |
|
59 |
+
| 0.1793 | 41.6667 | 250 | 0.6884 | 0.2103 |
|
60 |
+
| 0.1379 | 50.0 | 300 | 0.6418 | 0.1949 |
|
61 |
+
| 0.1253 | 58.3333 | 350 | 0.7004 | 0.1918 |
|
62 |
+
| 0.0988 | 66.6667 | 400 | 0.6059 | 0.1846 |
|
63 |
+
| 0.088 | 75.0 | 450 | 0.6507 | 0.1826 |
|
64 |
+
| 0.0773 | 83.3333 | 500 | 0.5473 | 0.1682 |
|
65 |
+
| 0.0686 | 91.6667 | 550 | 0.6027 | 0.1682 |
|
66 |
+
| 0.0643 | 100.0 | 600 | 0.6192 | 0.1713 |
|
67 |
+
| 0.0595 | 108.3333 | 650 | 0.6119 | 0.1703 |
|
68 |
+
| 0.0562 | 116.6667 | 700 | 0.5953 | 0.16 |
|
69 |
+
| 0.0507 | 125.0 | 750 | 0.6286 | 0.1538 |
|
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 1261897368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46b63ba50d14faad6d45c6e0e4618afa60ea1b5acb542b28c85450c5b21c7d2b
|
3 |
size 1261897368
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:994caeb9a0eb03004707562f39667ce24d93cf69b73e47e1eb61b78c4fd081c0
|
3 |
size 5368
|