Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
PascaleF commited on
Commit
6e8e86a
·
verified ·
1 Parent(s): b5d1f69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -88,8 +88,8 @@ A sample in this dataset is structured as follows:
88
 
89
  ```py
90
  {
91
- 'feuilleton_id': 'mountain_a', # unique id per installment
92
- 'feuilleton_id_series': 'mountain', # series/story id
93
  'text': 'Udtog af et Brev fra Generalinde Bertrand...' # full text per installment
94
  'label': 'fiction' # label assigned in task differentiating fiction from nonfiction in newspapers
95
  'subcategory': 'short story' # one of 4 subcategories
 
88
 
89
  ```py
90
  {
91
+ 'feuilleton_id': 'letter-to-france_a', # unique id per installment
92
+ 'feuilleton_id_series': 'letter-to-france', # series/story id
93
  'text': 'Udtog af et Brev fra Generalinde Bertrand...' # full text per installment
94
  'label': 'fiction' # label assigned in task differentiating fiction from nonfiction in newspapers
95
  'subcategory': 'short story' # one of 4 subcategories