Datasets:
Commit
·
5fa98d8
verified
·
0
Parent(s):
Super-squash branch 'main' using huggingface_hub
Browse files- .gitattributes +6 -0
- README.md +42 -0
- test.csv +3 -0
- train.csv +3 -0
- val.csv +3 -0
- validation.csv +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42aa667ad721f54079a7b3214ca907c52a196bd92777fda4f9536250566e5640
|
| 3 |
+
size 2303
|
| 4 |
+
test.csv filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
train.csv filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
val.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
license: apache-2.0
|
| 11 |
+
tags:
|
| 12 |
+
- govreport
|
| 13 |
+
- long document
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# GovReport Summarization - 8192 tokens
|
| 17 |
+
|
| 18 |
+
- `ccdv/govreport-summarization` with the changes of:
|
| 19 |
+
- data cleaned with the [clean-text python package](https://pypi.org/project/clean-text/)
|
| 20 |
+
- total tokens for each column computed and added in new columns according to the `long-t5` tokenizer (_done **after** cleaning_)
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
## train info
|
| 24 |
+
|
| 25 |
+
```python
|
| 26 |
+
RangeIndex: 8200 entries, 0 to 8199
|
| 27 |
+
Data columns (total 4 columns):
|
| 28 |
+
# Column Non-Null Count Dtype
|
| 29 |
+
--- ------ -------------- -----
|
| 30 |
+
0 report 8200 non-null string
|
| 31 |
+
1 summary 8200 non-null string
|
| 32 |
+
2 input_token_len 8200 non-null Int64
|
| 33 |
+
3 summary_token_len 8200 non-null Int64
|
| 34 |
+
dtypes: Int64(2), string(2)
|
| 35 |
+
memory usage: 272.4 KB
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
## token length distribution (long-t5)
|
| 39 |
+
|
| 40 |
+

|
| 41 |
+
|
| 42 |
+
---
|
test.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e260c22e199927558471c501f46ff435e1b059c18b11c2e02aa858d7190515b
|
| 3 |
+
size 13398786
|
train.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cafae72bb604cce33b5320ca83f44f9b8561cb6ac5ea6389db219286bcd72adf
|
| 3 |
+
size 233593295
|
val.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa3df29e844248456dcd88aa655083a33e01ecee09b39e8615c6e924b395784b
|
| 3 |
+
size 12041446
|
validation.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0c83b4dba7a4a1998252d6a13c0535fd427216b49f67a8388f01b9145524886
|
| 3 |
+
size 55749562
|