agentlans commited on
Commit
1a7ff62
·
verified ·
1 Parent(s): fe9bea4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ # Dataset Card for WritingPromptsX Filtered Dataset
8
+
9
+ ## Description
10
+
11
+ This dataset contains a filtered subset of [`euclaise/WritingPromptsX`](https://huggingface.co/datasets/euclaise/WritingPromptsX),
12
+ originally collected from Reddit’s [r/WritingPrompts](https://www.reddit.com/r/WritingPrompts/) using PushShift (up to Dec 2022).
13
+ It includes the first 100 000 entries where the text length is between 1 000 and 8 000 characters. The data has been cleaned and shuffled.
14
+
15
+ It’s well-suited for creative writing, story generation, and language modeling tasks involving longer text sequences.
16
+
17
+ ## Data Fields
18
+
19
+ | Name | Type | Description |
20
+ |--------------|--------|---------------------------------|
21
+ | post_title | string | Title or prompt of the Reddit post |
22
+ | body | string | Text of the comment or story |
23
+ | score | int | Reddit score of the comment |
24
+ | gilded | int | Number of Reddit gildings |
25
+ | post_score | int | Score of the original Reddit post |
26
+ | __index_level_0__ | int | Internal index |
27
+
28
+ ## Example
29
+
30
+ ```
31
+ {
32
+ "post_title": "[WP]22 June 1941 - The exhumation of Timur",
33
+ "body": "Of course, comrade, I can never forget that day. I am the last alive who was there, aren't I? I must tell the true story before it perishes with me. Let us sit and I will tell you everything. [...] Please, this knowledge is no threat to the state, comrade. Just a ghost story of a tired old man. Please?\nVery well, let it be quick.",
34
+ "score": 1,
35
+ "gilded": 0,
36
+ "post_score": 1,
37
+ "__index_level_0__": 46197
38
+ }
39
+ ```
40
+
41
+ ## Usage Notes
42
+
43
+ - This is user-generated content; expect informal language and diverse writing styles.
44
+ - Scores reflect Reddit engagement but aren’t guaranteed quality indicators.
45
+ - The text may contain sensitive or culturally specific references.
46
+
47
+ ## License
48
+
49
+ Creative Commons Zero v1.0 Universal (CC0 1.0) — free for any use.
50
+
51
+ ## Acknowledgments
52
+
53
+ Thanks to the Reddit r/WritingPrompts community for their creative contributions.