bhadresh-savani commited on
Commit
1c87bbe
1 Parent(s): 739a21e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -31,9 +31,11 @@ Total optimization steps = 31728
31
 
32
  ## TrainOutput:
33
  ```
34
- 'train_runtime': 9182.5173,
35
- 'train_samples_per_second': 55.282,
36
- 'train_steps_per_second': 3.455,
37
- 'total_flos': 8968626056739648.0,
38
  'train_loss': 0.12085497042373672,
 
 
 
 
 
 
39
  ```
 
31
 
32
  ## TrainOutput:
33
  ```
 
 
 
 
34
  'train_loss': 0.12085497042373672,
35
+ ```
36
+
37
+ ## Evalution Output:
38
+ ```
39
+ 'eval_accuracy_thresh': 0.9614765048027039,
40
+ 'eval_loss': 0.1164659634232521
41
  ```