usakha commited on
Commit
66eeb5f
1 Parent(s): 451a48b

Update README.md

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