Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,19 @@ It achieves the following results on the evaluation set:
|
|
19 |
- Validation Loss: 0.0498
|
20 |
- Epoch: 2
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Model description
|
23 |
|
24 |
More information needed
|
|
|
19 |
- Validation Loss: 0.0498
|
20 |
- Epoch: 2
|
21 |
|
22 |
+
<pre>
|
23 |
+
{'eval_loss': 0.7987052202224731,
|
24 |
+
'eval_bleu': 39.12838308579063,
|
25 |
+
'eval_rouge1': 47.52,
|
26 |
+
'eval_rouge2': 22.83,
|
27 |
+
'eval_rougeL': 47.56,
|
28 |
+
'eval_rougeLsum': 47.54,
|
29 |
+
'eval_exact': 0.4314449518997182,
|
30 |
+
'eval_runtime': 171.499,
|
31 |
+
'eval_samples_per_second': 60.006,
|
32 |
+
'eval_steps_per_second': 1.878}
|
33 |
+
</pre>
|
34 |
+
|
35 |
## Model description
|
36 |
|
37 |
More information needed
|