pszemraj commited on
Commit
1629450
1 Parent(s): 7845857

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ source_datasets: kmfoda/booksum
3
+ license:
4
+ - bsd-3-clause
5
+ train-eval-index:
6
+ - config: pszemraj--booksum_1024
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
+ # booksum - 1024 tokens max output
17
+
18
+
19
+ **goal:** limit max output length explicitly to prevent partial summaries being generated.
20
+
21
+ - [notebook](https://colab.research.google.com/gist/pszemraj/7f7b66d535441a9d0e8419fde1e1c98a/booksum-1024.ipynb) to create
22
+