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
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: facebook/wav2vec2-base
|
| 4 |
tags:
|
|
|
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
|
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# wav2vec2_prosodic_minimal
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
- Loss: 0.1205
|
| 21 |
- Accuracy: 0.9802
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: facebook/wav2vec2-base
|
| 4 |
tags:
|
| 5 |
+
- audio-classification
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
|
|
|
| 16 |
|
| 17 |
# wav2vec2_prosodic_minimal
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the MatsRooth/prosodic_minimal dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
- Loss: 0.1205
|
| 22 |
- Accuracy: 0.9802
|
all_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 10.0,
|
| 3 |
+
"eval_accuracy": 0.9802436615080672,
|
| 4 |
+
"eval_loss": 0.12053382396697998,
|
| 5 |
+
"eval_runtime": 17.0546,
|
| 6 |
+
"eval_samples_per_second": 178.075,
|
| 7 |
+
"eval_steps_per_second": 44.563,
|
| 8 |
+
"train_loss": 0.3528856125655478,
|
| 9 |
+
"train_runtime": 4079.5397,
|
| 10 |
+
"train_samples_per_second": 42.176,
|
| 11 |
+
"train_steps_per_second": 5.273
|
| 12 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 10.0,
|
| 3 |
+
"eval_accuracy": 0.9802436615080672,
|
| 4 |
+
"eval_loss": 0.12053382396697998,
|
| 5 |
+
"eval_runtime": 17.0546,
|
| 6 |
+
"eval_samples_per_second": 178.075,
|
| 7 |
+
"eval_steps_per_second": 44.563
|
| 8 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 10.0,
|
| 3 |
+
"train_loss": 0.3528856125655478,
|
| 4 |
+
"train_runtime": 4079.5397,
|
| 5 |
+
"train_samples_per_second": 42.176,
|
| 6 |
+
"train_steps_per_second": 5.273
|
| 7 |
+
}
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|