End of training
Browse files- README.md +3 -3
- all_results.json +9 -9
- eval_results.json +5 -5
- train_results.json +4 -4
- trainer_state.json +0 -0
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
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 [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on the audiofolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.7758620689655172
|
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 [MIT/ast-finetuned-audioset-10-10-0.4593](https://huggingface.co/MIT/ast-finetuned-audioset-10-10-0.4593) on the audiofolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6531
|
36 |
+
- Accuracy: 0.7759
|
37 |
|
38 |
## Model description
|
39 |
|
all_results.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
-
"train_loss": 0.
|
9 |
-
"train_runtime":
|
10 |
-
"train_samples_per_second": 0.
|
11 |
-
"train_steps_per_second": 0.
|
12 |
}
|
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
+
"eval_accuracy": 0.7758620689655172,
|
4 |
+
"eval_loss": 0.6530519723892212,
|
5 |
+
"eval_runtime": 132.8819,
|
6 |
+
"eval_samples_per_second": 1.309,
|
7 |
+
"eval_steps_per_second": 0.166,
|
8 |
+
"train_loss": 0.45436480764952814,
|
9 |
+
"train_runtime": 152136.0702,
|
10 |
+
"train_samples_per_second": 0.154,
|
11 |
+
"train_steps_per_second": 0.026
|
12 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
+
"eval_accuracy": 0.7758620689655172,
|
4 |
+
"eval_loss": 0.6530519723892212,
|
5 |
+
"eval_runtime": 132.8819,
|
6 |
+
"eval_samples_per_second": 1.309,
|
7 |
+
"eval_steps_per_second": 0.166
|
8 |
}
|
train_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second": 0.
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 15.0,
|
3 |
+
"train_loss": 0.45436480764952814,
|
4 |
+
"train_runtime": 152136.0702,
|
5 |
+
"train_samples_per_second": 0.154,
|
6 |
+
"train_steps_per_second": 0.026
|
7 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|