pszemraj commited on
Commit
9dc7756
1 Parent(s): 50f1bd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,6 +1,17 @@
1
  ---
2
- license: apache-2.0
3
  source_datasets: kmfoda/booksum
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
 
@@ -9,5 +20,8 @@ source_datasets: kmfoda/booksum
9
 
10
  `BookSum` but all summaries with length greater than 512 `long-t5` tokens are filtered out.
11
 
 
 
 
12
 
13
  ![distribution](https://i.imgur.com/Cv37odF.png)
 
1
  ---
 
2
  source_datasets: kmfoda/booksum
3
+ license:
4
+ - bsd-3-clause
5
+ train-eval-index:
6
+ - config: pszemraj--booksum_short
7
+ task: summarization
8
+ task_id: summarization
9
+ splits:
10
+ eval_split: test
11
+ col_mapping:
12
+ chapter: text
13
+ summary_text: target
14
+ ---
15
  ---
16
 
17
 
 
20
 
21
  `BookSum` but all summaries with length greater than 512 `long-t5` tokens are filtered out.
22
 
23
+ The columns `chapter_length` and `summary_length` **in this dataset** have been updated to reflect the total of Long-T5 tokens in the respective source text.
24
+
25
+ ## Token Length Distribution for inputs
26
 
27
  ![distribution](https://i.imgur.com/Cv37odF.png)