update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
|
@@ -17,15 +18,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 +36,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 +72,11 @@ The following hyperparameters were used during training:
|
|
| 71 |
|
| 72 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 73 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 74 |
-
| 1.
|
| 75 |
-
|
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: facebook/wav2vec2-base
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
|
|
|
| 18 |
name: audiofolder
|
| 19 |
type: audiofolder
|
| 20 |
config: Data_Train
|
| 21 |
+
split: train
|
| 22 |
args: Data_Train
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.8127696289905091
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
+
value: 0.7948883642136002
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 36 |
|
| 37 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
+
- Loss: 0.9323
|
| 40 |
+
- Accuracy: 0.8128
|
| 41 |
+
- F1: 0.7949
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
|
|
| 72 |
|
| 73 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 74 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 75 |
+
| 1.844 | 1.0 | 1449 | 1.7968 | 0.5065 | 0.3818 |
|
| 76 |
+
| 0.8796 | 2.0 | 2898 | 1.1875 | 0.6799 | 0.6273 |
|
| 77 |
+
| 0.7076 | 3.0 | 4347 | 1.0995 | 0.7584 | 0.7287 |
|
| 78 |
+
| 0.4669 | 4.0 | 5796 | 0.9960 | 0.7886 | 0.7675 |
|
| 79 |
+
| 0.2156 | 5.0 | 7245 | 0.9323 | 0.8128 | 0.7949 |
|
| 80 |
|
| 81 |
|
| 82 |
### Framework versions
|