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.2880
|
20 |
- Epoch: 1
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Model description
|
23 |
|
24 |
More information needed
|
|
|
19 |
- Validation Loss: 0.2880
|
20 |
- Epoch: 1
|
21 |
|
22 |
+
<pre>{'eval_loss': 3.1777148246765137,
|
23 |
+
'eval_bleu': 8.258012778244474,
|
24 |
+
'eval_rouge1': 19.05,
|
25 |
+
'eval_rouge2': 6.45,
|
26 |
+
'eval_rougeL': 17.73,
|
27 |
+
'eval_rougeLsum': 17.73,
|
28 |
+
'eval_exact': 0.0010739490641301012,
|
29 |
+
'eval_runtime': 155.1163,
|
30 |
+
'eval_samples_per_second': 84.04,
|
31 |
+
'eval_steps_per_second': 2.63}</pre>
|
32 |
+
|
33 |
## Model description
|
34 |
|
35 |
More information needed
|