liweili commited on
Commit
c1d4d74
1 Parent(s): f259c37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -15,8 +15,10 @@ c4_200m is a collection of 185 million sentence pairs generated from the cleaned
15
  The corruption edits and scripts used to synthesize this dataset is referenced from: [C4_200M Synthetic Dataset](https://github.com/google-research-datasets/C4_200M-synthetic-dataset-for-grammatical-error-correction)
16
 
17
  # Description
18
- As discussed before, this dataset contains 185 million sentence pairs. Each article has these two attributes: input and output. Here is a sample of dataset:
19
  ```
20
- input: Bitcoin is for $7,094 this morning, which CoinDesk says.
21
- output: Bitcoin goes for $7,094 this morning, according to CoinDesk.
 
 
22
  ```
15
  The corruption edits and scripts used to synthesize this dataset is referenced from: [C4_200M Synthetic Dataset](https://github.com/google-research-datasets/C4_200M-synthetic-dataset-for-grammatical-error-correction)
16
 
17
  # Description
18
+ As discussed before, this dataset contains 185 million sentence pairs. Each article has these two attributes: `input` and `output`. Here is a sample of dataset:
19
  ```
20
+ {
21
+ input: Bitcoin is for $7,094 this morning, which CoinDesk says.
22
+ output: Bitcoin goes for $7,094 this morning, according to CoinDesk.
23
+ }
24
  ```