update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 1.
|
35 |
-
- F1: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -66,16 +66,16 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
-
| 2.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
+
value: 0.8016517743184772
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.1858
|
35 |
+
- F1: 0.8017
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
+
| 2.6077 | 1.0 | 602 | 2.5802 | 0.1587 |
|
70 |
+
| 1.9999 | 2.0 | 1204 | 2.0069 | 0.3600 |
|
71 |
+
| 1.4107 | 3.0 | 1806 | 1.6226 | 0.5527 |
|
72 |
+
| 0.9977 | 4.0 | 2408 | 1.2932 | 0.6719 |
|
73 |
+
| 0.8132 | 5.0 | 3010 | 1.2297 | 0.7030 |
|
74 |
+
| 0.5315 | 6.0 | 3612 | 1.0131 | 0.7745 |
|
75 |
+
| 0.5772 | 7.0 | 4214 | 1.1444 | 0.7782 |
|
76 |
+
| 0.0248 | 8.0 | 4816 | 1.1777 | 0.7850 |
|
77 |
+
| 0.0186 | 9.0 | 5418 | 1.2235 | 0.7910 |
|
78 |
+
| 0.2457 | 10.0 | 6020 | 1.1858 | 0.8017 |
|
79 |
|
80 |
|
81 |
### Framework versions
|