Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K - 100K
License:
fkdosilovic
commited on
Commit
•
5481910
1
Parent(s):
cb59848
Update README.md
Browse files
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`.
|