End of training
Browse files
README.md
CHANGED
@@ -16,13 +16,13 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: minds14
|
18 |
type: minds14
|
19 |
-
config:
|
20 |
split: train
|
21 |
-
args:
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 2.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,14 +67,16 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
| 2.
|
73 |
-
| 2.
|
74 |
-
| 2.
|
75 |
-
| 2.
|
76 |
-
| 2.
|
77 |
-
| 2.
|
|
|
|
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
16 |
dataset:
|
17 |
name: minds14
|
18 |
type: minds14
|
19 |
+
config: all
|
20 |
split: train
|
21 |
+
args: all
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.19461444308445533
|
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 [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 2.3043
|
36 |
+
- Accuracy: 0.1946
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.5917 | 1.0 | 51 | 2.5829 | 0.1212 |
|
71 |
+
| 2.446 | 1.99 | 102 | 2.4314 | 0.1548 |
|
72 |
+
| 2.3832 | 2.99 | 153 | 2.4035 | 0.1499 |
|
73 |
+
| 2.3799 | 4.0 | 205 | 2.3959 | 0.1585 |
|
74 |
+
| 2.3082 | 5.0 | 256 | 2.4232 | 0.1646 |
|
75 |
+
| 2.3123 | 5.99 | 307 | 2.3424 | 0.1720 |
|
76 |
+
| 2.2871 | 6.99 | 358 | 2.3240 | 0.1769 |
|
77 |
+
| 2.28 | 8.0 | 410 | 2.3176 | 0.1873 |
|
78 |
+
| 2.2306 | 9.0 | 461 | 2.3139 | 0.1940 |
|
79 |
+
| 2.2277 | 9.95 | 510 | 2.3043 | 0.1946 |
|
80 |
|
81 |
|
82 |
### Framework versions
|