Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ tags:
|
|
44 |
|
45 |
## TL;DR:
|
46 |
|
47 |
-
Sumstew is a abstractive, multilingual Dataset, with a balanced number of samples from a diverse set of summarization Datasets. The input sizes range up to
|
48 |
Filtered using a diverse set of heuristics to encourage high coverage, accuracy and factual consistency. Code to reproduce Dataset available at *TODO*
|
49 |
|
50 |
## Dataset Description
|
@@ -66,12 +66,13 @@ Filtered using a diverse set of heuristics to encourage high coverage, accuracy
|
|
66 |
- 'language': The language of the instance. (dtype: string)
|
67 |
|
68 |
- **Data Splits**: The dataset is split into two subsets:
|
69 |
-
- '
|
70 |
-
- '
|
|
|
71 |
|
72 |
## Dataset Statistics
|
73 |
|
74 |
-
- **Max Document Length**: The maximum document length is
|
75 |
- **Max Output Length**: The maximum output length is 1024 mlong-t5 tokens.
|
76 |
|
77 |
## Additional Information
|
|
|
44 |
|
45 |
## TL;DR:
|
46 |
|
47 |
+
Sumstew is a abstractive, multilingual Dataset, with a balanced number of samples from a diverse set of summarization Datasets. The input sizes range up to 16384 tokens.
|
48 |
Filtered using a diverse set of heuristics to encourage high coverage, accuracy and factual consistency. Code to reproduce Dataset available at *TODO*
|
49 |
|
50 |
## Dataset Description
|
|
|
66 |
- 'language': The language of the instance. (dtype: string)
|
67 |
|
68 |
- **Data Splits**: The dataset is split into two subsets:
|
69 |
+
- 'train' set: 187221 examples
|
70 |
+
- 'validation' set: 14542 examples
|
71 |
+
- 'test' set: 12467 examples
|
72 |
|
73 |
## Dataset Statistics
|
74 |
|
75 |
+
- **Max Document Length**: The maximum document length is 16384 mlong-t5 tokens.
|
76 |
- **Max Output Length**: The maximum output length is 1024 mlong-t5 tokens.
|
77 |
|
78 |
## Additional Information
|