Datasets:
update readme with fixed stats
Browse files
README.md
CHANGED
@@ -18,15 +18,16 @@ source_datasets: ccdv/govreport-summarization
|
|
18 |
## train info
|
19 |
|
20 |
```python
|
21 |
-
RangeIndex:
|
22 |
Data columns (total 4 columns):
|
23 |
# Column Non-Null Count Dtype
|
24 |
--- ------ -------------- -----
|
25 |
-
0 report
|
26 |
-
1 summary
|
27 |
-
2 input_token_len
|
28 |
-
3 summary_token_len
|
29 |
dtypes: Int64(2), string(2)
|
|
|
30 |
```
|
31 |
|
32 |
## token length distribution (long-t5)
|
|
|
18 |
## train info
|
19 |
|
20 |
```python
|
21 |
+
RangeIndex: 8200 entries, 0 to 8199
|
22 |
Data columns (total 4 columns):
|
23 |
# Column Non-Null Count Dtype
|
24 |
--- ------ -------------- -----
|
25 |
+
0 report 8200 non-null string
|
26 |
+
1 summary 8200 non-null string
|
27 |
+
2 input_token_len 8200 non-null Int64
|
28 |
+
3 summary_token_len 8200 non-null Int64
|
29 |
dtypes: Int64(2), string(2)
|
30 |
+
memory usage: 272.4 KB
|
31 |
```
|
32 |
|
33 |
## token length distribution (long-t5)
|