usakha commited on
Commit
38db0dc
1 Parent(s): e658dc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -6,6 +6,25 @@ metrics:
6
  - bleu
7
  pipeline_tag: summarization
8
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  # Training Results
11
 
 
6
  - bleu
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=3003,
21
+ training_loss=2.0113779983241042,
22
+ metrics={'train_runtime': 12268.4376,
23
+ 'train_samples_per_second': 3.427,
24
+ 'train_steps_per_second': 0.245,
25
+ 'total_flos': 1.2147019450889011e+17,
26
+ 'train_loss': 2.0113779983241042,
27
+ 'epoch': 3.0}
28
 
29
  # Training Results
30