Update README.md
Browse files
README.md
CHANGED
|
@@ -88,8 +88,8 @@ A sample in this dataset is structured as follows:
|
|
| 88 |
|
| 89 |
```py
|
| 90 |
{
|
| 91 |
-
'feuilleton_id': '
|
| 92 |
-
'feuilleton_id_series': '
|
| 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
|