missing `|` (#2)
Browse files- missing `|` (81cfc6a4c07c36005bc20fb93cd3df56543ecc8b)
Co-authored-by: ZHU Fan <[email protected]>
README.md
CHANGED
@@ -35,8 +35,8 @@ contact: [email protected]
|
|
35 |
## Evaluation
|
36 |
Below is a comparison of Aeona vs. other baselines on the mixed dataset given above using automatic evaluation metrics.
|
37 |
|
38 |
-
| Model | Perplexity
|
39 |
-
|
40 |
| Seq2seq Baseline [3] | 29.8 |
|
41 |
| Wolf et al. [5] | 16.3 |
|
42 |
| GPT-2 baseline | 99.5 |
|
|
|
35 |
## Evaluation
|
36 |
Below is a comparison of Aeona vs. other baselines on the mixed dataset given above using automatic evaluation metrics.
|
37 |
|
38 |
+
| Model | Perplexity |
|
39 |
+
|---|---|
|
40 |
| Seq2seq Baseline [3] | 29.8 |
|
41 |
| Wolf et al. [5] | 16.3 |
|
42 |
| GPT-2 baseline | 99.5 |
|