neelan-elucidate-ai commited on
Commit
825653b
1 Parent(s): 8bc4062

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "eval_loss": 207.60482788085938,
4
+ "eval_runtime": 21.994,
5
+ "eval_samples": 301,
6
+ "eval_samples_per_second": 13.686,
7
+ "eval_steps_per_second": 1.728,
8
+ "eval_wer": 1.5483870967741935,
9
+ "train_loss": 97.48232421875,
10
+ "train_runtime": 22.3417,
11
+ "train_samples": 704,
12
+ "train_samples_per_second": 0.895,
13
+ "train_steps_per_second": 0.448
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "eval_loss": 207.60482788085938,
4
+ "eval_runtime": 21.994,
5
+ "eval_samples": 301,
6
+ "eval_samples_per_second": 13.686,
7
+ "eval_steps_per_second": 1.728,
8
+ "eval_wer": 1.5483870967741935
9
+ }
runs/May30_06-41-10_gpu-x1-k80-westeu/events.out.tfevents.1653893075.gpu-x1-k80-westeu.99693.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcdbd36e7980606748aac8e49cbcf347c7549646cc25f1a6649a25c97f59dbed
3
+ size 352
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "train_loss": 97.48232421875,
4
+ "train_runtime": 22.3417,
5
+ "train_samples": 704,
6
+ "train_samples_per_second": 0.895,
7
+ "train_steps_per_second": 0.448
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": 514003449600.0,
14
+ "train_loss": 97.48232421875,
15
+ "train_runtime": 22.3417,
16
+ "train_samples_per_second": 0.895,
17
+ "train_steps_per_second": 0.448
18
+ }
19
+ ],
20
+ "max_steps": 10,
21
+ "num_train_epochs": 1,
22
+ "total_flos": 514003449600.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }