Update README.md
Browse files
README.md
CHANGED
@@ -56,8 +56,9 @@ Format
|
|
56 |
|
57 |
The dataset is provided in comma-separated values (CSV) format. Each article is represented on a new line with the following fields separated by commas:
|
58 |
|
59 |
-
date: news date
|
60 |
id: news unique id
|
|
|
|
|
61 |
title: news title
|
62 |
text: news text
|
63 |
|
|
|
56 |
|
57 |
The dataset is provided in comma-separated values (CSV) format. Each article is represented on a new line with the following fields separated by commas:
|
58 |
|
|
|
59 |
id: news unique id
|
60 |
+
date: news date
|
61 |
+
category: news category
|
62 |
title: news title
|
63 |
text: news text
|
64 |
|