Commit
·
06371bb
1
Parent(s):
b619067
End of training
Browse files- README.md +2 -1
- all_results.json +12 -0
- eval_results.json +8 -0
- train_results.json +7 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
base_model: microsoft/wavlm-base
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
@@ -16,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/wavlm-base](https://huggingface.co/microsoft/wavlm-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
- Accuracy: 0.8974
|
21 |
|
22 |
## Model description
|
|
|
1 |
---
|
2 |
base_model: microsoft/wavlm-base
|
3 |
tags:
|
4 |
+
- audio-classification
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/wavlm-base](https://huggingface.co/microsoft/wavlm-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3307
|
21 |
- Accuracy: 0.8974
|
22 |
|
23 |
## Model description
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.8974400257607471,
|
4 |
+
"eval_loss": 0.3307398855686188,
|
5 |
+
"eval_runtime": 508.9914,
|
6 |
+
"eval_samples_per_second": 48.81,
|
7 |
+
"eval_steps_per_second": 24.405,
|
8 |
+
"train_loss": 0.3268948573686476,
|
9 |
+
"train_runtime": 17006.2717,
|
10 |
+
"train_samples_per_second": 14.924,
|
11 |
+
"train_steps_per_second": 0.466
|
12 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.8974400257607471,
|
4 |
+
"eval_loss": 0.3307398855686188,
|
5 |
+
"eval_runtime": 508.9914,
|
6 |
+
"eval_samples_per_second": 48.81,
|
7 |
+
"eval_steps_per_second": 24.405
|
8 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"train_loss": 0.3268948573686476,
|
4 |
+
"train_runtime": 17006.2717,
|
5 |
+
"train_samples_per_second": 14.924,
|
6 |
+
"train_steps_per_second": 0.466
|
7 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|