fbeawels commited on
Commit
7e7072c
1 Parent(s): b7fb880

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -56,21 +56,22 @@ The training was conducted using PyTorch.
56
  **Evaluation Metrics:**
57
  Thready was evaluated on the training dataset:
58
 
59
- > epoch = 1.0
60
- train_loss = 3.0464
61
- train_runtime = 0:09:40.19
62
- train_samples_per_second = 21.543
63
- train_steps_per_second = 5.386>
 
64
 
65
  **Performance:**
66
  The model achieved the following results on the evaluation dataset:
67
 
68
  > epoch = 1.0
69
- eval_loss = 2.4107
70
- eval_runtime = 0:00:31.07
71
- eval_samples = 2538
72
- eval_samples_per_second = 97.883
73
- eval_steps_per_second = 24.487
74
 
75
 
76
  ## Intended Use
 
56
  **Evaluation Metrics:**
57
  Thready was evaluated on the training dataset:
58
 
59
+ > epoch = 1.0
60
+ total_flos = 74851620GF
61
+ train_loss = 2.6706
62
+ train_runtime = 0:41:52.37
63
+ train_samples_per_second = 22.229
64
+ train_steps_per_second = 5.557
65
 
66
  **Performance:**
67
  The model achieved the following results on the evaluation dataset:
68
 
69
  > epoch = 1.0
70
+ eval_loss = 2.2243
71
+ eval_runtime = 0:02:21.35
72
+ eval_samples = 11191
73
+ eval_samples_per_second = 97.867
74
+ eval_steps_per_second = 24.47
75
 
76
 
77
  ## Intended Use