joheras commited on
Commit
f950d79
1 Parent(s): 231a783

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "eval_loss": 156.87904357910156,
4
+ "eval_runtime": 9.9845,
5
+ "eval_samples": 301,
6
+ "eval_samples_per_second": 30.147,
7
+ "eval_steps_per_second": 3.806,
8
+ "eval_wer": 1.3447842480100545,
9
+ "train_loss": 94.46571044921875,
10
+ "train_runtime": 4.0219,
11
+ "train_samples": 704,
12
+ "train_samples_per_second": 4.973,
13
+ "train_steps_per_second": 2.486
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "eval_loss": 156.87904357910156,
4
+ "eval_runtime": 9.9845,
5
+ "eval_samples": 301,
6
+ "eval_samples_per_second": 30.147,
7
+ "eval_steps_per_second": 3.806,
8
+ "eval_wer": 1.3447842480100545
9
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5d574d42b161366e3d2fee09bbb913df88b2e79d2f4c40f816589c027ebfb07
3
  size 143910
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05bc02e47c2a5e4be6fe4b0d9502a9457ac13d3d96a3e6d0303fbf9c06a6105
3
  size 143910
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "train_loss": 94.46571044921875,
4
+ "train_runtime": 4.0219,
5
+ "train_samples": 704,
6
+ "train_samples_per_second": 4.973,
7
+ "train_steps_per_second": 2.486
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.46571044921875,
15
+ "train_runtime": 4.0219,
16
+ "train_samples_per_second": 4.973,
17
+ "train_steps_per_second": 2.486
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
+ }