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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ The corruption edits and scripts used to synthesize this dataset is referenced f
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
  ```
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
  ```