hdallatorre
commited on
Commit
•
53d6591
1
Parent(s):
3d66834
Update README.md
Browse files
README.md
CHANGED
@@ -51,11 +51,11 @@ For each instance, there is a string representing the sequence, a string indicat
|
|
51 |
The CNN/DailyMail dataset has 3 splits: train, validation, and test. Below are the statistics for the dataset.
|
52 |
|
53 |
```
|
54 |
-
| Dataset Split | Number of Instances in Split (6kb) |
|
55 |
-
| ------------- | ------------------------------------------- |
|
56 |
-
| Train | 498,444 | 249,222
|
57 |
-
| Validation | 7,784 | 3,892
|
58 |
-
| Test | 8,469 | 4,234
|
59 |
```
|
60 |
## Dataset Creation
|
61 |
|
|
|
51 |
The CNN/DailyMail dataset has 3 splits: train, validation, and test. Below are the statistics for the dataset.
|
52 |
|
53 |
```
|
54 |
+
| Dataset Split | Number of Instances in Split (6kb) | Number of Instances in Split (12kb) |
|
55 |
+
| ------------- | ------------------------------------------- | ------------------------------------------- |
|
56 |
+
| Train | 498,444 | 249,222 |
|
57 |
+
| Validation | 7,784 | 3,892 |
|
58 |
+
| Test | 8,469 | 4,234 |
|
59 |
```
|
60 |
## Dataset Creation
|
61 |
|