End of training
Browse files
README.md
CHANGED
@@ -16,10 +16,13 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: Giga Speech
|
18 |
type: OthmaneJ/distil-wav2vec2
|
|
|
|
|
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [OthmaneJ/distil-wav2vec2](https://huggingface.co/OthmaneJ/distil-wav2vec2) on the Giga Speech dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss:
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -62,10 +65,10 @@ The following hyperparameters were used during training:
|
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
16 |
dataset:
|
17 |
name: Giga Speech
|
18 |
type: OthmaneJ/distil-wav2vec2
|
19 |
+
config: xs
|
20 |
+
split: train
|
21 |
+
args: xs
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.8881789137380192
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [OthmaneJ/distil-wav2vec2](https://huggingface.co/OthmaneJ/distil-wav2vec2) on the Giga Speech dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.4271
|
36 |
+
- Accuracy: 0.8882
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 1.4425 | 1.0 | 1057 | 1.3045 | 0.5399 |
|
69 |
+
| 0.796 | 2.0 | 2114 | 0.8516 | 0.7284 |
|
70 |
+
| 0.9685 | 3.0 | 3171 | 0.5054 | 0.8626 |
|
71 |
+
| 0.5623 | 4.0 | 4228 | 0.4271 | 0.8882 |
|
72 |
|
73 |
|
74 |
### Framework versions
|