Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
emilys commited on
Commit
dcdb08b
1 Parent(s): c0451ea
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,10 +40,10 @@ An example from the HEADLINES dataset looks like:
40
  ```python
41
  {
42
  "headline": "FRENCH AND BRITISH BATTLESHIPS IN MEXICAN WATERS",
 
43
  "date": "May-14-1920",
44
  "newspaper": "cuba-daylight",
45
  "state": "kansas",
46
- "cluster": 4
47
  }
48
  ```
49
 
 
40
  ```python
41
  {
42
  "headline": "FRENCH AND BRITISH BATTLESHIPS IN MEXICAN WATERS",
43
+ "group_id": 4
44
  "date": "May-14-1920",
45
  "newspaper": "cuba-daylight",
46
  "state": "kansas",
 
47
  }
48
  ```
49