update model card README.md
Browse files
README.md
CHANGED
@@ -3,26 +3,12 @@ license: bsd-3-clause
|
|
3 |
base_model: MIT/ast-finetuned-audioset-10-10-0.4593
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- audiofolder
|
8 |
metrics:
|
|
|
9 |
- f1
|
10 |
model-index:
|
11 |
- name: ast-finetuned-audioset-10-10-0.4593-finetuned-AST
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Audio Classification
|
15 |
-
type: audio-classification
|
16 |
-
dataset:
|
17 |
-
name: audiofolder
|
18 |
-
type: audiofolder
|
19 |
-
config: Data_Train
|
20 |
-
split: train
|
21 |
-
args: Data_Train
|
22 |
-
metrics:
|
23 |
-
- name: F1
|
24 |
-
type: f1
|
25 |
-
value: 0.9276872550130031
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# ast-finetuned-audioset-10-10-0.4593-finetuned-AST
|
32 |
|
33 |
-
This model is a fine-tuned version of [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on the
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
-
|
|
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,13 +52,13 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
69 |
-
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.0001 | 5.0 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
3 |
base_model: MIT/ast-finetuned-audioset-10-10-0.4593
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
+
- accuracy
|
8 |
- f1
|
9 |
model-index:
|
10 |
- name: ast-finetuned-audioset-10-10-0.4593-finetuned-AST
|
11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# ast-finetuned-audioset-10-10-0.4593-finetuned-AST
|
18 |
|
19 |
+
This model is a fine-tuned version of [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3787
|
22 |
+
- Accuracy: 0.9463
|
23 |
+
- F1: 0.9426
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
57 |
+
| 0.7914 | 1.0 | 1467 | 0.5058 | 0.8788 | 0.8679 |
|
58 |
+
| 0.5962 | 2.0 | 2934 | 0.4318 | 0.9018 | 0.8941 |
|
59 |
+
| 0.0143 | 3.0 | 4401 | 0.4418 | 0.9233 | 0.9183 |
|
60 |
+
| 0.0002 | 4.0 | 5868 | 0.3996 | 0.9387 | 0.9342 |
|
61 |
+
| 0.0001 | 5.0 | 7335 | 0.3787 | 0.9463 | 0.9426 |
|
62 |
|
63 |
|
64 |
### Framework versions
|