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.3903
|
20 |
- Epoch: 3
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Model description
|
23 |
|
24 |
More information needed
|
|
|
19 |
- Validation Loss: 0.3903
|
20 |
- Epoch: 3
|
21 |
|
22 |
+
<pre>
|
23 |
+
{'eval_loss': 1.3911314010620117,
|
24 |
+
'eval_bleu': 17.919726187841192,
|
25 |
+
'eval_rouge1': 54.15,
|
26 |
+
'eval_rouge2': 31.12,
|
27 |
+
'eval_rougeL': 47.29,
|
28 |
+
'eval_rougeLsum': 47.32,
|
29 |
+
'eval_exact': 0.020600524730346906,
|
30 |
+
'eval_runtime': 104.3595,
|
31 |
+
'eval_samples_per_second': 98.611,
|
32 |
+
'eval_steps_per_second': 3.085}
|
33 |
+
</pre>
|
34 |
+
|
35 |
## Model description
|
36 |
|
37 |
More information needed
|