usakha commited on
Commit
1a25694
1 Parent(s): e6778d7

Update README.md

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