deepparag Alafun commited on
Commit
8621752
1 Parent(s): edac17f

missing `|` (#2)

Browse files

- missing `|` (81cfc6a4c07c36005bc20fb93cd3df56543ecc8b)


Co-authored-by: ZHU Fan <Alafun@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,8 +35,8 @@ contact: deep.p.sarda@gmail.com
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 |