End of training
Browse files- README.md +3 -2
- all_results.json +13 -0
- eval_results.json +8 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
|
|
3 |
license: mit
|
4 |
base_model: facebook/w2v-bert-2.0
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
@@ -18,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
3 |
license: mit
|
4 |
base_model: facebook/w2v-bert-2.0
|
5 |
tags:
|
6 |
+
- audio-classification
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6935
|
23 |
+
- Accuracy: 0.7453
|
24 |
|
25 |
## Model description
|
26 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.7453412354127207,
|
4 |
+
"eval_loss": 0.6934976577758789,
|
5 |
+
"eval_runtime": 1855.461,
|
6 |
+
"eval_samples_per_second": 17.642,
|
7 |
+
"eval_steps_per_second": 4.411,
|
8 |
+
"total_flos": 2.8536683814220615e+20,
|
9 |
+
"train_loss": 1.1817914221248462,
|
10 |
+
"train_runtime": 92460.3356,
|
11 |
+
"train_samples_per_second": 14.161,
|
12 |
+
"train_steps_per_second": 3.54
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.7453412354127207,
|
4 |
+
"eval_loss": 0.6934976577758789,
|
5 |
+
"eval_runtime": 1855.461,
|
6 |
+
"eval_samples_per_second": 17.642,
|
7 |
+
"eval_steps_per_second": 4.411
|
8 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 2.8536683814220615e+20,
|
4 |
+
"train_loss": 1.1817914221248462,
|
5 |
+
"train_runtime": 92460.3356,
|
6 |
+
"train_samples_per_second": 14.161,
|
7 |
+
"train_steps_per_second": 3.54
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|