Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
emilys commited on
Commit
9bb1336
1 Parent(s): e321f1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ The text in the dataset is in English.
29
 
30
 
31
  ## Dataset Structure
32
- Each year in the dataset is divided into a distinct file (eg. 1952_headlines.pkl), giving a total of 70 files.
33
 
34
  The data is presented in the form of clusters, rather than pairs to eliminate duplication of text data and minimise the storage size of the datasets. Below we give an example of how to convert the dataset into pairs.
35
 
 
29
 
30
 
31
  ## Dataset Structure
32
+ Each year in the dataset is divided into a distinct file (eg. 1952_headlines.json), giving a total of 70 files.
33
 
34
  The data is presented in the form of clusters, rather than pairs to eliminate duplication of text data and minimise the storage size of the datasets. Below we give an example of how to convert the dataset into pairs.
35