usakha commited on
Commit
ff39e9e
1 Parent(s): b662e0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -9,6 +9,25 @@ metrics:
9
  pipeline_tag: summarization
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  # Training Results
14
 
 
9
  pipeline_tag: summarization
10
  ---
11
 
12
+ # Hyperparameters
13
+ learning_rate=2e-5
14
+ per_device_train_batch_size=14
15
+ per_device_eval_batch_size=14
16
+ weight_decay=0.01
17
+ save_total_limit=3
18
+ num_train_epochs=3
19
+ predict_with_generate=True
20
+ fp16=True
21
+
22
+ # Training Output
23
+ global_step=4248,
24
+ training_loss=2.4160910424988598,
25
+ metrics={'train_runtime': 14565.4519,
26
+ 'train_samples_per_second': 4.082,
27
+ 'train_steps_per_second': 0.292,
28
+ 'total_flos': 1.7179021728232243e+17,
29
+ 'train_loss': 2.4160910424988598,
30
+ 'epoch': 3.0}
31
 
32
  # Training Results
33