fkdosilovic commited on
Commit
5481910
1 Parent(s): cb59848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,4 +50,4 @@ The dataset has 2 splits: _train_ and _test_. Train split contains 21949 documen
50
 
51
  Originally, the dataset is split into three splits: train, validation and test. For the purposes of this repository, original splits were joined back together and divided into train and test splits while making sure that splits were stratified across document sources (news and wiki) and event types.
52
 
53
- Originally, the `title` column additionally contained `date` and `metadata` columns. They are now separated into three columns: `date`, `metadata` and `title`.
 
50
 
51
  Originally, the dataset is split into three splits: train, validation and test. For the purposes of this repository, original splits were joined back together and divided into train and test splits while making sure that splits were stratified across document sources (news and wiki) and event types.
52
 
53
+ Originally, the `title` column additionally contained information from `date` and `metadata` columns. They are now separated into three columns: `date`, `metadata` and `title`.