Update README.md
Browse files
README.md
CHANGED
@@ -48,26 +48,42 @@ This dataset is primarily intended for unsupervised training of text generation
|
|
48 |
|
49 |
```json
|
50 |
{
|
51 |
-
"
|
52 |
-
"
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
```
|
63 |
|
64 |
### Data Fields
|
65 |
|
66 |
-
*
|
67 |
-
*
|
68 |
-
*
|
69 |
-
*
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
### Data Splits
|
73 |
|
|
|
48 |
|
49 |
```json
|
50 |
{
|
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",
|
63 |
+
"id": "55686",
|
64 |
+
"title": "13 Steps - 13 Steps",
|
65 |
+
"likes": 4,
|
66 |
+
"views": 21,
|
67 |
+
"q": 0.5999999999999999
|
68 |
+
}
|
69 |
}
|
70 |
```
|
71 |
|
72 |
### Data Fields
|
73 |
|
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
|
80 |
+
* `author`: author name
|
81 |
+
* `novel`: novel ID
|
82 |
+
* `id`: chapter ID
|
83 |
+
* `title`: novel and chapter title in the form `<chapter title> - <novel title>`
|
84 |
+
* `likes`: novel like count
|
85 |
+
* `views`: novel view count
|
86 |
+
* `q`: quality score
|
87 |
|
88 |
### Data Splits
|
89 |
|