From 323983df5319646f46aaf71785b0e82e1143db30 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek <4899432+erjanmx@users.noreply.github.com> Date: Sun, 26 Sep 2021 13:18:14 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ecc73..33ae58a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ First, download all the data (GEC benchmarks and training data) by running `./do #### Round 0 Here we train an initial fixer on synthetic GEC data. Run the commands in `src/run-round0.sh`. - This corresponds to the "Transformer" baseline in the paper Table 4. - - The original synthetic data was dowloaded from [here](https://github.com/awasthiabhijeet/PIE/tree/master/errorify), and our processed data is available at `data/round0__synthetic/synthetic_paired_data_9M.json` + - The original synthetic data was downloaded from [here](https://github.com/awasthiabhijeet/PIE/tree/master/errorify), and our processed data is available at `data/round0__synthetic/synthetic_paired_data_9M.json` #### Round 1