Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,17 @@ It achieves the following results on the evaluation set:
|
|
19 |
- Validation Loss: 0.0442
|
20 |
- Epoch: 2
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Model description
|
23 |
|
24 |
More information needed
|
|
|
19 |
- Validation Loss: 0.0442
|
20 |
- Epoch: 2
|
21 |
|
22 |
+
<pre>{'eval_loss': 0.6880931854248047,
|
23 |
+
'eval_bleu': 41.64364079630949,
|
24 |
+
'eval_rouge1': 49.33,
|
25 |
+
'eval_rouge2': 23.97,
|
26 |
+
'eval_rougeL': 49.37,
|
27 |
+
'eval_rougeLsum': 49.34,
|
28 |
+
'eval_exact': 0.4503935477601788,
|
29 |
+
'eval_runtime': 571.9059,
|
30 |
+
'eval_samples_per_second': 17.994,
|
31 |
+
'eval_steps_per_second': 0.563}</pre>
|
32 |
+
|
33 |
## Model description
|
34 |
|
35 |
More information needed
|