abhinavsarkar commited on
Commit
7563843
·
verified ·
1 Parent(s): 5393d58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,8 +9,8 @@ tags:
9
  size_categories:
10
  - 100K<n<1M
11
  ---
12
- This dataset is a subset of the C4_200M dataset from kaggle, containing 550k pairs of incorrect and correct sentences of determiner category.
13
- Link for the original dataset: https://www.kaggle.com/datasets/felixstahlberg/the-c4-200m-dataset-for-gec
14
  The original dataset is also a synthetic dataset, containing input[incorrect sentence] and output[correct_sentence].
15
  To generate the corruption, a tagged corruption model was first trained. This model is trained on existing datasets by taking as input a clean text and generating a corrupted text.
16
- Link for the code used to create the dataset: https://github.com/google-research-datasets/C4_200M-synthetic-dataset-for-grammatical-error-correction
 
9
  size_categories:
10
  - 100K<n<1M
11
  ---
12
+ This dataset is a subset of the **C4_200M** dataset from kaggle, containing **550k** pairs of incorrect and correct sentences of **Determiner** category.
13
+ Link for the original dataset: **https://www.kaggle.com/datasets/felixstahlberg/the-c4-200m-dataset-for-gec**
14
  The original dataset is also a synthetic dataset, containing input[incorrect sentence] and output[correct_sentence].
15
  To generate the corruption, a tagged corruption model was first trained. This model is trained on existing datasets by taking as input a clean text and generating a corrupted text.
16
+ Link for the code used to create the dataset: **https://github.com/google-research-datasets/C4_200M-synthetic-dataset-for-grammatical-error-correction**