mdsingh2024 commited on
Commit
0c2b80d
·
verified ·
1 Parent(s): 308034c

Model save

Browse files
README.md CHANGED
@@ -12,10 +12,11 @@ model-index:
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
 
15
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mohitdeep-singh-doordash/whisper-finetuning/runs/rabzbf6o)
16
  # ap-mlTi1PrU6KN45Kz4l2cASa
17
 
18
- This model is a fine-tuned version of [openai/whisper-large](https://huggingface.co/openai/whisper-large) on the None dataset.
19
 
20
  ## Model description
21
 
@@ -46,10 +47,6 @@ The following hyperparameters were used during training:
46
  - num_epochs: 10
47
  - mixed_precision_training: Native AMP
48
 
49
- ### Training results
50
-
51
-
52
-
53
  ### Framework versions
54
 
55
  - Transformers 4.48.3
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mohitdeep-singh-doordash/whisper-finetuning/runs/rabzbf6o)
16
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mohitdeep-singh-doordash/whisper-finetuning/runs/rabzbf6o)
17
  # ap-mlTi1PrU6KN45Kz4l2cASa
18
 
19
+ This model is a fine-tuned version of [openai/whisper-large](https://huggingface.co/openai/whisper-large) on an unknown dataset.
20
 
21
  ## Model description
22
 
 
47
  - num_epochs: 10
48
  - mixed_precision_training: Native AMP
49
 
 
 
 
 
50
  ### Framework versions
51
 
52
  - Transformers 4.48.3
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 2.101760149002075,
4
+ "eval_runtime": 4.2469,
5
+ "eval_samples": 5,
6
+ "eval_samples_per_second": 1.177,
7
+ "eval_steps_per_second": 0.235,
8
+ "eval_wer": 0.6158940397350994,
9
+ "total_flos": 1.0615855104e+17,
10
+ "train_loss": 0.05967824459075928,
11
+ "train_runtime": 55.2907,
12
+ "train_samples": 5,
13
+ "train_samples_per_second": 0.904,
14
+ "train_steps_per_second": 0.181
15
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 2.101760149002075,
4
+ "eval_runtime": 4.2469,
5
+ "eval_samples": 5,
6
+ "eval_samples_per_second": 1.177,
7
+ "eval_steps_per_second": 0.235,
8
+ "eval_wer": 0.6158940397350994
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 1.0615855104e+17,
4
+ "train_loss": 0.05967824459075928,
5
+ "train_runtime": 55.2907,
6
+ "train_samples": 5,
7
+ "train_samples_per_second": 0.904,
8
+ "train_steps_per_second": 0.181
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "eval_steps": 250,
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": 10.0,
13
+ "step": 10,
14
+ "total_flos": 1.0615855104e+17,
15
+ "train_loss": 0.05967824459075928,
16
+ "train_runtime": 55.2907,
17
+ "train_samples_per_second": 0.904,
18
+ "train_steps_per_second": 0.181
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 10,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 10,
25
+ "save_steps": 500,
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": 1.0615855104e+17,
39
+ "train_batch_size": 8,
40
+ "trial_name": null,
41
+ "trial_params": null
42
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:587c823e9e69c7b13b02410c81d14cb0e87f0f3c7dec78dab840d033f8faf494
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9ad6fd2b7c3daa18e823597e733a50e35a68dfc23884cdddfa4b4d98389a34
3
  size 5496