barbieheimer commited on
Commit
3c1180a
1 Parent(s): 05f4a5e

Update README.md

Browse files

Adding training results

Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -71,9 +71,21 @@ The following hyperparameters were used during training:
71
  - num_epochs: 5
72
 
73
  ### Training results
 
 
74
 
 
 
 
 
75
 
 
 
 
76
 
 
 
 
77
  ### Framework versions
78
 
79
  - Transformers 4.32.0.dev0
 
71
  - num_epochs: 5
72
 
73
  ### Training results
74
+ ```python
75
+ {training_loss=0.3821827131159165}
76
 
77
+ {'train_runtime': 174.1546, 'train_samples_per_second': 93.509,
78
+ 'train_steps_per_second': 5.857, 'total_flos': 351397804992312.0,
79
+ 'train_loss': 0.3821827131159165, 'epoch': 5.0}
80
+ ```
81
 
82
+ ```
83
+ Step: 500
84
+ {training loss: 0.607100}
85
 
86
+ Step: 1000
87
+ {training loss: 0.169000}
88
+ ```
89
  ### Framework versions
90
 
91
  - Transformers 4.32.0.dev0