chmanoj commited on
Commit
384a7dd
1 Parent(s): c3ff5a0

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "eval_loss": 156.87863159179688,
4
+ "eval_runtime": 10.2657,
5
+ "eval_samples": 301,
6
+ "eval_samples_per_second": 29.321,
7
+ "eval_steps_per_second": 3.702,
8
+ "eval_wer": 1.346041055718475,
9
+ "train_loss": 94.465576171875,
10
+ "train_runtime": 4.9751,
11
+ "train_samples": 704,
12
+ "train_samples_per_second": 4.02,
13
+ "train_steps_per_second": 2.01
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "eval_loss": 156.87863159179688,
4
+ "eval_runtime": 10.2657,
5
+ "eval_samples": 301,
6
+ "eval_samples_per_second": 29.321,
7
+ "eval_steps_per_second": 3.702,
8
+ "eval_wer": 1.346041055718475
9
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f8579e06dead3c43b71998521da806e00892ba63a83eef56794fee53a29f45d
3
  size 143910
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d8f82df5a0448c8c24af4d8272cae68dae9b29924e62c8c9da0b896a7f03ce3
3
  size 143910
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "train_loss": 94.465576171875,
4
+ "train_runtime": 4.9751,
5
+ "train_samples": 704,
6
+ "train_samples_per_second": 4.02,
7
+ "train_steps_per_second": 2.01
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.028409090909090908,
5
+ "global_step": 10,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.03,
12
+ "step": 10,
13
+ "total_flos": 508182128640.0,
14
+ "train_loss": 94.465576171875,
15
+ "train_runtime": 4.9751,
16
+ "train_samples_per_second": 4.02,
17
+ "train_steps_per_second": 2.01
18
+ }
19
+ ],
20
+ "max_steps": 10,
21
+ "num_train_epochs": 1,
22
+ "total_flos": 508182128640.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }