Update README.md
Browse files
README.md
CHANGED
@@ -51,12 +51,8 @@ This dataset is primarily intended for unsupervised training of text generation
|
|
51 |
"text": "Dark, black, nothingness. There are so many ways to describe that hole, but nothing would get me down there...","
|
52 |
"meta": {
|
53 |
"subset": "honeyfeed",
|
54 |
-
"themes": [
|
55 |
-
|
56 |
-
],
|
57 |
-
"my_themes": [
|
58 |
-
""
|
59 |
-
],
|
60 |
"prompt": "",
|
61 |
"author": "Lucianael",
|
62 |
"novel": "10009",
|
@@ -74,6 +70,7 @@ This dataset is primarily intended for unsupervised training of text generation
|
|
74 |
* `text`: the actual chapter text
|
75 |
* `meta`: novel and chapter metadata
|
76 |
* `subset`: dataset tag: `honeyfeed`
|
|
|
77 |
* `themes`: array of novel themes
|
78 |
* `my_themes`: array of additional novel themes
|
79 |
* `prompt`: writing prompt
|
|
|
51 |
"text": "Dark, black, nothingness. There are so many ways to describe that hole, but nothing would get me down there...","
|
52 |
"meta": {
|
53 |
"subset": "honeyfeed",
|
54 |
+
"themes": [],
|
55 |
+
"my_themes": [],
|
|
|
|
|
|
|
|
|
56 |
"prompt": "",
|
57 |
"author": "Lucianael",
|
58 |
"novel": "10009",
|
|
|
70 |
* `text`: the actual chapter text
|
71 |
* `meta`: novel and chapter metadata
|
72 |
* `subset`: dataset tag: `honeyfeed`
|
73 |
+
* `lang`: dataset language: `en` (English)
|
74 |
* `themes`: array of novel themes
|
75 |
* `my_themes`: array of additional novel themes
|
76 |
* `prompt`: writing prompt
|