Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -36,12 +36,16 @@ This dataset can be used for fine-tunning, instruction and evaluation of the sum
|
|
36 |
The dataset is comprised of three JSONL files, one for each split (train/test/validation).
|
37 |
|
38 |
Train: 56.600 items
|
|
|
39 |
Test: 16.200 items
|
|
|
40 |
Validation: 8.080 items
|
41 |
|
|
|
42 |
### Data Fields
|
43 |
|
44 |
summary: str
|
|
|
45 |
text: str
|
46 |
|
47 |
Example:
|
|
|
36 |
The dataset is comprised of three JSONL files, one for each split (train/test/validation).
|
37 |
|
38 |
Train: 56.600 items
|
39 |
+
|
40 |
Test: 16.200 items
|
41 |
+
|
42 |
Validation: 8.080 items
|
43 |
|
44 |
+
|
45 |
### Data Fields
|
46 |
|
47 |
summary: str
|
48 |
+
|
49 |
text: str
|
50 |
|
51 |
Example:
|