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.3480
|
20 |
- Epoch: 2
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Model description
|
23 |
|
24 |
More information needed
|
|
|
19 |
- Validation Loss: 0.3480
|
20 |
- Epoch: 2
|
21 |
|
22 |
+
<pre>
|
23 |
+
{'eval_loss': 1.2103511095046997,
|
24 |
+
'eval_bleu': 19.63270019311908,
|
25 |
+
'eval_rouge1': 57.01,
|
26 |
+
'eval_rouge2': 33.76,
|
27 |
+
'eval_rougeL': 49.73,
|
28 |
+
'eval_rougeLsum': 49.74,
|
29 |
+
'eval_exact': 0.022446798173161014,
|
30 |
+
'eval_runtime': 224.6161,
|
31 |
+
'eval_samples_per_second': 45.816,
|
32 |
+
'eval_steps_per_second': 1.434}
|
33 |
+
</pre>
|
34 |
+
|
35 |
## Model description
|
36 |
|
37 |
More information needed
|