Update README.md
Browse files
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 |
-
>
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
64 |
|
65 |
**Performance:**
|
66 |
The model achieved the following results on the evaluation dataset:
|
67 |
|
68 |
> epoch = 1.0
|
69 |
-
eval_loss = 2.
|
70 |
-
eval_runtime = 0:
|
71 |
-
eval_samples =
|
72 |
-
eval_samples_per_second = 97.
|
73 |
-
eval_steps_per_second =
|
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
|