Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,18 @@ It achieves the following results on the evaluation set:
|
|
19 |
- Validation Loss: 0.8149
|
20 |
- Epoch: 1
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Model description
|
23 |
|
24 |
More information needed
|
|
|
19 |
- Validation Loss: 0.8149
|
20 |
- Epoch: 1
|
21 |
|
22 |
+
<pre>{'eval_loss': 0.7876685857772827,
|
23 |
+
'eval_bleu': 35.10848749144238,
|
24 |
+
'eval_rouge1': 46.59,
|
25 |
+
'eval_rouge2': 22.34,
|
26 |
+
'eval_rougeL': 46.62,
|
27 |
+
'eval_rougeLsum': 46.58,
|
28 |
+
'eval_exact': 0.41599455835195803,
|
29 |
+
'eval_runtime': 175.9461,
|
30 |
+
'eval_samples_per_second': 58.489,
|
31 |
+
'eval_steps_per_second': 1.83}
|
32 |
+
</pre>
|
33 |
+
|
34 |
## Model description
|
35 |
|
36 |
More information needed
|