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.3243
|
20 |
- Epoch: 2
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Model description
|
23 |
|
24 |
More information needed
|
|
|
19 |
- Validation Loss: 0.3243
|
20 |
- Epoch: 2
|
21 |
|
22 |
+
<pre>
|
23 |
+
{'eval_loss': 1.0877012014389038,
|
24 |
+
'eval_bleu': 21.018623207468856,
|
25 |
+
'eval_rouge1': 58.42,
|
26 |
+
'eval_rouge2': 35.27,
|
27 |
+
'eval_rougeL': 51.13,
|
28 |
+
'eval_rougeLsum': 51.15,
|
29 |
+
'eval_exact': 0.02536196676707803,
|
30 |
+
'eval_runtime': 346.7508,
|
31 |
+
'eval_samples_per_second': 29.678,
|
32 |
+
'eval_steps_per_second': 0.929}
|
33 |
+
</pre>
|
34 |
+
|
35 |
## Model description
|
36 |
|
37 |
More information needed
|