File size: 1,078 Bytes
85be996
 
 
 
 
 
 
 
 
b192525
 
 
 
85be996
 
 
 
 
b192525
 
7e0aefe
 
85be996
 
 
97786a0
85be996
 
 
97786a0
 
 
 
85be996
97786a0
85be996
 
 
 
7e0aefe
 
 
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
35
36
37
38
39
40
41
42
---
task_categories:
- summarization
language:
- en
pretty_name: GovReport Summarization - 8192 tokens
size_categories:
- 1K<n<10K
source_datasets: ccdv/govreport-summarization
license: apache-2.0
tags:
- govreport
- long document
---

# GovReport Summarization - 8192 tokens

- `ccdv/govreport-summarization` with the changes of:
  - data cleaned with the [clean-text python package](https://pypi.org/project/clean-text/)
  - total tokens for each column computed and added in new columns according to the `long-t5` tokenizer (_done **after** cleaning_)
---

## train info

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

## token length distribution (long-t5)

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

---