bekirbakar commited on
Commit
eeac9c9
1 Parent(s): 91b4760

End of training

Browse files
Files changed (5) hide show
  1. README.md +21 -3
  2. all_results.json +15 -0
  3. eval_results.json +9 -0
  4. train_results.json +9 -0
  5. trainer_state.json +42 -0
README.md CHANGED
@@ -5,10 +5,25 @@ base_model: openai/whisper-small
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
- - common_voice_17_0
 
 
9
  model-index:
10
  - name: whisper-small-tr
11
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,7 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # whisper-small-tr
18
 
19
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
 
 
 
20
 
21
  ## Model description
22
 
 
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
+ - mozilla-foundation/common_voice_17_0
9
+ metrics:
10
+ - wer
11
  model-index:
12
  - name: whisper-small-tr
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: mozilla-foundation/common_voice_17_0 tr
19
+ type: mozilla-foundation/common_voice_17_0
20
+ config: tr
21
+ split: None
22
+ args: tr
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 0.4724458204334365
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  # whisper-small-tr
33
 
34
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_17_0 tr dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 1.2027
37
+ - Wer: 0.4724
38
 
39
  ## Model description
40
 
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0851063829787234,
3
+ "eval_loss": 1.2027205228805542,
4
+ "eval_runtime": 637.9747,
5
+ "eval_samples": 2822,
6
+ "eval_samples_per_second": 4.423,
7
+ "eval_steps_per_second": 0.37,
8
+ "eval_wer": 0.4724458204334365,
9
+ "total_flos": 6.92604960768e+16,
10
+ "train_loss": 1.3005441665649413,
11
+ "train_runtime": 90.6911,
12
+ "train_samples": 2814,
13
+ "train_samples_per_second": 2.646,
14
+ "train_steps_per_second": 0.11
15
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0851063829787234,
3
+ "eval_loss": 1.2027205228805542,
4
+ "eval_runtime": 637.9747,
5
+ "eval_samples": 2822,
6
+ "eval_samples_per_second": 4.423,
7
+ "eval_steps_per_second": 0.37,
8
+ "eval_wer": 0.4724458204334365
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0851063829787234,
3
+ "total_flos": 6.92604960768e+16,
4
+ "train_loss": 1.3005441665649413,
5
+ "train_runtime": 90.6911,
6
+ "train_samples": 2814,
7
+ "train_samples_per_second": 2.646,
8
+ "train_steps_per_second": 0.11
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.0851063829787234,
5
+ "eval_steps": 1000,
6
+ "global_step": 10,
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.0851063829787234,
13
+ "step": 10,
14
+ "total_flos": 6.92604960768e+16,
15
+ "train_loss": 1.3005441665649413,
16
+ "train_runtime": 90.6911,
17
+ "train_samples_per_second": 2.646,
18
+ "train_steps_per_second": 0.11
19
+ }
20
+ ],
21
+ "logging_steps": 25,
22
+ "max_steps": 10,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
+ "save_steps": 1000,
26
+ "stateful_callbacks": {
27
+ "TrainerControl": {
28
+ "args": {
29
+ "should_epoch_stop": false,
30
+ "should_evaluate": false,
31
+ "should_log": false,
32
+ "should_save": true,
33
+ "should_training_stop": true
34
+ },
35
+ "attributes": {}
36
+ }
37
+ },
38
+ "total_flos": 6.92604960768e+16,
39
+ "train_batch_size": 12,
40
+ "trial_name": null,
41
+ "trial_params": null
42
+ }