Datasets:
Update README.md
Browse files
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 |
```
|