vrashad commited on
Commit
fec100a
1 Parent(s): e4dc0a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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