hf-test commited on
Commit
34a3ea8
1 Parent(s): 0eb19a0

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "eval_loss": 156.87869262695312,
4
+ "eval_runtime": 24.8674,
5
+ "eval_samples": 301,
6
+ "eval_samples_per_second": 12.104,
7
+ "eval_steps_per_second": 1.528,
8
+ "eval_wer": 1.346041055718475,
9
+ "train_loss": 94.465576171875,
10
+ "train_runtime": 9.5116,
11
+ "train_samples": 704,
12
+ "train_samples_per_second": 2.103,
13
+ "train_steps_per_second": 1.051
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "eval_loss": 156.87869262695312,
4
+ "eval_runtime": 24.8674,
5
+ "eval_samples": 301,
6
+ "eval_samples_per_second": 12.104,
7
+ "eval_steps_per_second": 1.528,
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:4cee26574ac651214ce6d8f743259cb8f99fd7be13da0e8cc89ab282d9c88ea6
3
  size 143910
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c3252ae97d76a605d67a802e32d2f77a5994f2cac678ce9c8182ec7d44c2693
3
  size 143910
runs/Jan09_01-33-59_pop-os/events.out.tfevents.1641688535.pop-os.67698.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61ae0f0fbaecfb3dc87a6aa25a7264e6b9db00506f1ab4b1721421cfb16f71a3
3
- size 4136
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b91be2ab988822f98916df4bacc22888f940576a0a33d66c9ba08dd4f8f07b1
3
+ size 4865
runs/Jan09_01-33-59_pop-os/events.out.tfevents.1641688569.pop-os.67698.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aeb4c934a073322ad1c0fbe27c79cc7f28e06ec6f29ca71c9986ac7e1dd8aeb
3
+ size 352
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.03,
3
+ "train_loss": 94.465576171875,
4
+ "train_runtime": 9.5116,
5
+ "train_samples": 704,
6
+ "train_samples_per_second": 2.103,
7
+ "train_steps_per_second": 1.051
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": 9.5116,
16
+ "train_samples_per_second": 2.103,
17
+ "train_steps_per_second": 1.051
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
+ }