khaingsmon commited on
Commit
0789964
1 Parent(s): 8deaebc

cheers again

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. trainer_state.json +53 -0
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # whisper
17
 
18
- This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 3.9871
21
  - Wer: 83.6108
 
15
 
16
  # whisper
17
 
18
+ This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the tiny dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 3.9871
21
  - Wer: 83.6108
trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 83.61075544174136,
3
+ "best_model_checkpoint": "/content/drive/MyDrive/whisper/checkpoint-10",
4
+ "epoch": 0.14084507042253522,
5
+ "eval_steps": 10,
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.07042253521126761,
13
+ "grad_norm": 47.26686096191406,
14
+ "learning_rate": 1.0000000000000001e-07,
15
+ "loss": 3.9501,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.14084507042253522,
20
+ "grad_norm": 44.44534683227539,
21
+ "learning_rate": 2.0000000000000002e-07,
22
+ "loss": 3.965,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.14084507042253522,
27
+ "eval_loss": 3.9870896339416504,
28
+ "eval_runtime": 260.9533,
29
+ "eval_samples_per_second": 1.916,
30
+ "eval_steps_per_second": 0.241,
31
+ "eval_wer": 83.61075544174136,
32
+ "step": 10
33
+ },
34
+ {
35
+ "epoch": 0.14084507042253522,
36
+ "step": 10,
37
+ "total_flos": 1.57560864768e+16,
38
+ "train_loss": 3.9575407028198244,
39
+ "train_runtime": 272.1446,
40
+ "train_samples_per_second": 2.352,
41
+ "train_steps_per_second": 0.037
42
+ }
43
+ ],
44
+ "logging_steps": 5,
45
+ "max_steps": 10,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 1,
48
+ "save_steps": 10,
49
+ "total_flos": 1.57560864768e+16,
50
+ "train_batch_size": 64,
51
+ "trial_name": null,
52
+ "trial_params": null
53
+ }