pszemraj commited on
Commit
2127ca6
1 Parent(s): 2c9d855

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # xsum-stacked
6
+
7
+ Current version (corresponding to `stacked-booksum` release): `v0.21`
8
+
9
+ ## stats
10
+
11
+
12
+ ```python
13
+ [2022-11-27 11:32:59] INFO:root:STACKED - basic stats - train
14
+ [2022-11-27 11:35:10] INFO:root:{'num_columns': 6,
15
+ 'num_rows': 408085,
16
+ 'num_unique_chapters': 407880,
17
+ 'num_unique_summaries': 407141,
18
+ 'summary - average chars': 2190.93,
19
+ 'summary - average tokens': 473.7614173517772,
20
+ 'text input - average chars': 33873.61,
21
+ 'text input - average tokens': 8044.096465197202}
22
+ ```