balaramas commited on
Commit
4b771e8
1 Parent(s): 37ad077

End of training

Browse files
Files changed (4) hide show
  1. README.md +2 -0
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +37 -0
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  license: apache-2.0
3
  base_model: google/mt5-base
4
  tags:
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  base_model: google/mt5-base
6
  tags:
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.0,
4
+ "train_runtime": 272.8654,
5
+ "train_samples": 11659,
6
+ "train_samples_per_second": 213.64,
7
+ "train_steps_per_second": 3.353
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.0,
4
+ "train_runtime": 272.8654,
5
+ "train_samples": 11659,
6
+ "train_samples_per_second": 213.64,
7
+ "train_steps_per_second": 3.353
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 915,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.73,
13
+ "grad_norm": NaN,
14
+ "learning_rate": 5e-05,
15
+ "loss": 0.0,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 5.0,
20
+ "step": 915,
21
+ "total_flos": 9.149752655269069e+16,
22
+ "train_loss": 0.0,
23
+ "train_runtime": 272.8654,
24
+ "train_samples_per_second": 213.64,
25
+ "train_steps_per_second": 3.353
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 915,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 5,
32
+ "save_steps": 500,
33
+ "total_flos": 9.149752655269069e+16,
34
+ "train_batch_size": 8,
35
+ "trial_name": null,
36
+ "trial_params": null
37
+ }