update model card README.md
Browse files
README.md
CHANGED
@@ -17,15 +17,15 @@ model-index:
|
|
17 |
name: audiofolder
|
18 |
type: audiofolder
|
19 |
config: Data_Train
|
20 |
-
split: train
|
21 |
args: Data_Train
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
-
value: 0.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Accuracy: 0.
|
40 |
-
- F1: 0.
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -71,11 +71,11 @@ The following hyperparameters were used during training:
|
|
71 |
|
72 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
73 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
74 |
-
| 1.
|
75 |
-
| 1.
|
76 |
-
|
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
17 |
name: audiofolder
|
18 |
type: audiofolder
|
19 |
config: Data_Train
|
20 |
+
split: train[:90%]
|
21 |
args: Data_Train
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.838957055214724
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
+
value: 0.8286657330565742
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.8341
|
39 |
+
- Accuracy: 0.8390
|
40 |
+
- F1: 0.8287
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
71 |
|
72 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
73 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
74 |
+
| 1.6193 | 1.0 | 1304 | 1.6888 | 0.5061 | 0.3780 |
|
75 |
+
| 1.0537 | 2.0 | 2608 | 1.2344 | 0.6794 | 0.6414 |
|
76 |
+
| 0.8454 | 3.0 | 3912 | 0.9588 | 0.7653 | 0.7465 |
|
77 |
+
| 0.7623 | 4.0 | 5216 | 0.8678 | 0.8198 | 0.8107 |
|
78 |
+
| 0.4638 | 5.0 | 6520 | 0.8341 | 0.8390 | 0.8287 |
|
79 |
|
80 |
|
81 |
### Framework versions
|