File size: 907 Bytes
85be996
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
task_categories:
- summarization
language:
- en
pretty_name: GovReport Summarization - 8192 tokens
size_categories:
- 1K<n<10K
source_datasets: ccdv/govreport-summarization
---

# GovReport Summarization - 8192 tokens

- `ccdv/govreport-summarization` with the changes of:
  - total tokens for each column computed and added in new columns according to the `long-t5` tokenizer
  - data cleaned with `clean-text`

## train info

```python
RangeIndex: 8196 entries, 0 to 8195
Data columns (total 4 columns):
 #   Column             Non-Null Count  Dtype 
---  ------             --------------  ----- 
 0   report             8196 non-null   string
 1   summary            8196 non-null   string
 2   input_token_len    8196 non-null   Int64 
 3   summary_token_len  8196 non-null   Int64 
dtypes: Int64(2), string(2)
```

## token length distribution (long-t5)

![tokens](https://i.imgur.com/tsZ6sSJ.png)