shahules786 commited on
Commit
8b59833
1 Parent(s): 4ba0391

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,7 +3,9 @@
3
  The dataset is derived from [BOOKSUM](https://github.com/salesforce/booksum)
4
 
5
  The idea here is to make use of the BOOKSUM dataset to finetune models with larger context length (8k+) but very few samples in BOOKSUM have such length.
6
- Enter multi-chapter summaries!
 
 
7
  The context here comprises multiple chapters taken from the same book appended together to form a larger context length.
8
  The prompt requests a summary from one of the chapters and a summary of the corresponding chapter is present in the `summary` column.
9
 
 
3
  The dataset is derived from [BOOKSUM](https://github.com/salesforce/booksum)
4
 
5
  The idea here is to make use of the BOOKSUM dataset to finetune models with larger context length (8k+) but very few samples in BOOKSUM have such length.
6
+
7
+ **Enter multi-chapter summaries!**
8
+
9
  The context here comprises multiple chapters taken from the same book appended together to form a larger context length.
10
  The prompt requests a summary from one of the chapters and a summary of the corresponding chapter is present in the `summary` column.
11