Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- summarization
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pretty_name: GovReport Summarization - 8192 tokens
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
+
source_datasets: ccdv/govreport-summarization
|
10 |
+
---
|
11 |
+
|
12 |
+
# GovReport Summarization - 8192 tokens
|
13 |
+
|
14 |
+
- `ccdv/govreport-summarization` with the changes of:
|
15 |
+
- total tokens for each column computed and added in new columns according to the `long-t5` tokenizer
|
16 |
+
- data cleaned with `clean-text`
|
17 |
+
|
18 |
+
## train info
|
19 |
+
|
20 |
+
```python
|
21 |
+
RangeIndex: 8196 entries, 0 to 8195
|
22 |
+
Data columns (total 4 columns):
|
23 |
+
# Column Non-Null Count Dtype
|
24 |
+
--- ------ -------------- -----
|
25 |
+
0 report 8196 non-null string
|
26 |
+
1 summary 8196 non-null string
|
27 |
+
2 input_token_len 8196 non-null Int64
|
28 |
+
3 summary_token_len 8196 non-null Int64
|
29 |
+
dtypes: Int64(2), string(2)
|
30 |
+
```
|
31 |
+
|
32 |
+
## token length distribution (long-t5)
|
33 |
+
|
34 |
+
![tokens](https://i.imgur.com/tsZ6sSJ.png)
|