balaramas commited on
Commit
1feadf5
1 Parent(s): 6257973

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
  base_model: csebuetnlp/mT5_m2o_hindi_crossSum
3
  tags:
4
  - generated_from_trainer
 
1
  ---
2
+ language:
3
+ - en
4
  base_model: csebuetnlp/mT5_m2o_hindi_crossSum
5
  tags:
6
  - generated_from_trainer
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.0,
4
+ "train_runtime": 274.8312,
5
+ "train_samples": 11659,
6
+ "train_samples_per_second": 212.112,
7
+ "train_steps_per_second": 3.329
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.0,
4
+ "train_runtime": 274.8312,
5
+ "train_samples": 11659,
6
+ "train_samples_per_second": 212.112,
7
+ "train_steps_per_second": 3.329
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.163013366795469e+16,
22
+ "train_loss": 0.0,
23
+ "train_runtime": 274.8312,
24
+ "train_samples_per_second": 212.112,
25
+ "train_steps_per_second": 3.329
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.163013366795469e+16,
34
+ "train_batch_size": 8,
35
+ "trial_name": null,
36
+ "trial_params": null
37
+ }