jejomi commited on
Commit
60810f2
·
1 Parent(s): 8aa8ede

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0,
3
+ "eval_loss": 149.23228454589844,
4
+ "eval_runtime": 466.5823,
5
+ "eval_samples": 11245,
6
+ "eval_samples_per_second": 24.101,
7
+ "eval_steps_per_second": 3.013,
8
+ "eval_wer": 1.0,
9
+ "train_loss": 73.94947509765625,
10
+ "train_runtime": 4.6554,
11
+ "train_samples": 46584,
12
+ "train_samples_per_second": 4.296,
13
+ "train_steps_per_second": 2.148
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0,
3
+ "eval_loss": 149.23228454589844,
4
+ "eval_runtime": 466.5823,
5
+ "eval_samples": 11245,
6
+ "eval_samples_per_second": 24.101,
7
+ "eval_steps_per_second": 3.013,
8
+ "eval_wer": 1.0
9
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de95aaa4666a528ff5fff4ffe45bb6116e3a8d1d382862608b585b6cbd1ed25c
3
  size 147814
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a3cb1b2b64a17f1c10451a526278e2e3072fe6444c43ef4f6c91091065317ce
3
  size 147814
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0,
3
+ "train_loss": 73.94947509765625,
4
+ "train_runtime": 4.6554,
5
+ "train_samples": 46584,
6
+ "train_samples_per_second": 4.296,
7
+ "train_steps_per_second": 2.148
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.000429331959471063,
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.0,
12
+ "step": 10,
13
+ "total_flos": 345784826880.0,
14
+ "train_loss": 73.94947509765625,
15
+ "train_runtime": 4.6554,
16
+ "train_samples_per_second": 4.296,
17
+ "train_steps_per_second": 2.148
18
+ }
19
+ ],
20
+ "max_steps": 10,
21
+ "num_train_epochs": 1,
22
+ "total_flos": 345784826880.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }