End of training
Browse files- README.md +2 -1
- all_results.json +13 -0
- eval_results.json +8 -0
- train_results.json +8 -0
- trainer_state.json +72 -0
README.md
CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: openai/whisper-tiny
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
@@ -16,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# whisper_tiny_fleurs
|
18 |
|
19 |
-
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.9658
|
22 |
- Accuracy: 0.7744
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: openai/whisper-tiny
|
5 |
tags:
|
6 |
+
- audio-classification
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
17 |
|
18 |
# whisper_tiny_fleurs
|
19 |
|
20 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the /home/investigacion/disco4TB/workspace_pablo/firvox_whisper_research/finetunnig/dataset/dataset_parquet/dataset_1000x6_noFirVox_correctedpaths.parquet dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.9658
|
23 |
- Accuracy: 0.7744
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_accuracy": 0.7744444444444445,
|
4 |
+
"eval_loss": 0.9658203125,
|
5 |
+
"eval_runtime": 31.5059,
|
6 |
+
"eval_samples_per_second": 28.566,
|
7 |
+
"eval_steps_per_second": 0.476,
|
8 |
+
"total_flos": 5.701007303717683e+16,
|
9 |
+
"train_loss": 1.3089996337890626,
|
10 |
+
"train_runtime": 250.7779,
|
11 |
+
"train_samples_per_second": 20.337,
|
12 |
+
"train_steps_per_second": 0.319
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_accuracy": 0.7744444444444445,
|
4 |
+
"eval_loss": 0.9658203125,
|
5 |
+
"eval_runtime": 31.5059,
|
6 |
+
"eval_samples_per_second": 28.566,
|
7 |
+
"eval_steps_per_second": 0.476
|
8 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 5.701007303717683e+16,
|
4 |
+
"train_loss": 1.3089996337890626,
|
5 |
+
"train_runtime": 250.7779,
|
6 |
+
"train_samples_per_second": 20.337,
|
7 |
+
"train_steps_per_second": 0.319
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.7744444444444445,
|
3 |
+
"best_model_checkpoint": "/home/investigacion/disco4TB/workspace_pablo/finetuning_whisper_workbench/lang_detection_inference_tests/models/whisper_tiny_fleurs/checkpoint-80",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 80,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.3125,
|
13 |
+
"grad_norm": 3.242062568664551,
|
14 |
+
"learning_rate": 2.3333333333333336e-05,
|
15 |
+
"loss": 1.6888,
|
16 |
+
"step": 25
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.625,
|
20 |
+
"grad_norm": 11.466547012329102,
|
21 |
+
"learning_rate": 1.2916666666666668e-05,
|
22 |
+
"loss": 1.2639,
|
23 |
+
"step": 50
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.9375,
|
27 |
+
"grad_norm": 15.550214767456055,
|
28 |
+
"learning_rate": 2.916666666666667e-06,
|
29 |
+
"loss": 1.0287,
|
30 |
+
"step": 75
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.0,
|
34 |
+
"eval_accuracy": 0.7744444444444445,
|
35 |
+
"eval_loss": 0.9658203125,
|
36 |
+
"eval_runtime": 48.9568,
|
37 |
+
"eval_samples_per_second": 18.384,
|
38 |
+
"eval_steps_per_second": 0.306,
|
39 |
+
"step": 80
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 1.0,
|
43 |
+
"step": 80,
|
44 |
+
"total_flos": 5.701007303717683e+16,
|
45 |
+
"train_loss": 1.3089996337890626,
|
46 |
+
"train_runtime": 250.7779,
|
47 |
+
"train_samples_per_second": 20.337,
|
48 |
+
"train_steps_per_second": 0.319
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"logging_steps": 25,
|
52 |
+
"max_steps": 80,
|
53 |
+
"num_input_tokens_seen": 0,
|
54 |
+
"num_train_epochs": 1,
|
55 |
+
"save_steps": 500,
|
56 |
+
"stateful_callbacks": {
|
57 |
+
"TrainerControl": {
|
58 |
+
"args": {
|
59 |
+
"should_epoch_stop": false,
|
60 |
+
"should_evaluate": false,
|
61 |
+
"should_log": false,
|
62 |
+
"should_save": true,
|
63 |
+
"should_training_stop": true
|
64 |
+
},
|
65 |
+
"attributes": {}
|
66 |
+
}
|
67 |
+
},
|
68 |
+
"total_flos": 5.701007303717683e+16,
|
69 |
+
"train_batch_size": 16,
|
70 |
+
"trial_name": null,
|
71 |
+
"trial_params": null
|
72 |
+
}
|