KevinKibe commited on
Commit
0c6c8fb
1 Parent(s): 770f977

Training in progress, step 10, checkpoint

Browse files
last-checkpoint/README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- library_name: peft
3
  base_model: openai/whisper-small
 
4
  ---
5
 
6
  # Model Card for Model ID
 
1
  ---
 
2
  base_model: openai/whisper-small
3
+ library_name: peft
4
  ---
5
 
6
  # Model Card for Model ID
last-checkpoint/adapter_config.json CHANGED
@@ -23,8 +23,8 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "q_proj",
27
- "v_proj"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "v_proj",
27
+ "q_proj"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a81e82bda9dcd00b0e1c33cfe6f1fdaf3e89ae5aec7b7e43b6645ca7b2c6dc9
3
  size 14176064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:833d1d35fa0fc210655f680a4ee76e630849e6f6bd657a3e3bcb6846bc57a6a4
3
  size 14176064
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc954ae19af7f7676fdaf86e1bbd134ba266d9a7226e99b400d544d8eeba6358
3
- size 4832890
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52958b0e81c0b92fdfac95499271097f5a60d07b2a2ef5a06a5305ddfedc1e62
3
+ size 4832762
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb8290f7060f840c0e94500ccf61924054dd37481a06525cc06c6a3905e66f47
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29a59f8690624f02f2c5d6a2a01e3a96daca53a6cb4b2d41403fdc463954f06a
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df6b5589c1af5c61bb3bbb4c1c654a8cc71368279b069213acf87ffc7febc71c
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fccf5992f9ba4832c53ab0ae01694f0b40d2b1b21075e83f32eeb1ec1c0f336a
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,35 +1,35 @@
1
  {
2
- "best_metric": 94.3081452404318,
3
- "best_model_checkpoint": "../openai/whisper-small-finetuned/checkpoint-500",
4
- "epoch": 0.25,
5
- "eval_steps": 500,
6
- "global_step": 500,
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.25,
13
- "grad_norm": 1.1737864017486572,
14
- "learning_rate": 0.000759090909090909,
15
- "loss": 1.6334,
16
- "step": 500
17
  },
18
  {
19
- "epoch": 0.25,
20
- "eval_loss": 2.2990105152130127,
21
- "eval_runtime": 602.9832,
22
- "eval_samples_per_second": 0.415,
23
- "eval_steps_per_second": 0.053,
24
- "eval_wer": 94.3081452404318,
25
- "step": 500
26
  }
27
  ],
28
- "logging_steps": 500,
29
- "max_steps": 2000,
30
  "num_input_tokens_seen": 0,
31
  "num_train_epochs": 9223372036854775807,
32
- "save_steps": 500,
33
  "stateful_callbacks": {
34
  "TrainerControl": {
35
  "args": {
@@ -42,8 +42,8 @@
42
  "attributes": {}
43
  }
44
  },
45
- "total_flos": 4.69890367488e+18,
46
- "train_batch_size": 32,
47
  "trial_name": null,
48
  "trial_params": null
49
  }
 
1
  {
2
+ "best_metric": 134.48275862068965,
3
+ "best_model_checkpoint": "../openai/whisper-small-finetuned/checkpoint-10",
4
+ "epoch": 4.1,
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": 4.1,
13
+ "grad_norm": 2.254073143005371,
14
+ "learning_rate": 5.500000000000001e-05,
15
+ "loss": 3.4055,
16
+ "step": 10
17
  },
18
  {
19
+ "epoch": 4.1,
20
+ "eval_loss": 4.511003017425537,
21
+ "eval_runtime": 13.445,
22
+ "eval_samples_per_second": 0.744,
23
+ "eval_steps_per_second": 0.074,
24
+ "eval_wer": 134.48275862068965,
25
+ "step": 10
26
  }
27
  ],
28
+ "logging_steps": 10,
29
+ "max_steps": 20,
30
  "num_input_tokens_seen": 0,
31
  "num_train_epochs": 9223372036854775807,
32
+ "save_steps": 10,
33
  "stateful_callbacks": {
34
  "TrainerControl": {
35
  "args": {
 
42
  "attributes": {}
43
  }
44
  },
45
+ "total_flos": 2.9368147968e+16,
46
+ "train_batch_size": 16,
47
  "trial_name": null,
48
  "trial_params": null
49
  }
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3d8d8c7c3bad7ca67b09ea445b40e35b02fcb6febd1b6e09fc11cc8930ec4da
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1086811ef2c38cba58d3b119e5ad9d34fab9094fc3f7c524f7fe797fb6392f1
3
  size 5368