lorenzoscottb commited on
Commit
3e45fa9
1 Parent(s): e6ec293

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -1
README.md CHANGED
@@ -17,7 +17,97 @@ dataset_info:
17
  num_examples: 22415
18
  download_size: 11984242
19
  dataset_size: 21526822
 
 
 
 
 
 
20
  ---
21
- # Dataset Card for "DreamBank-dreams"
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
17
  num_examples: 22415
18
  download_size: 11984242
19
  dataset_size: 21526822
20
+ license: apache-2.0
21
+ language:
22
+ - en
23
+ - de
24
+ size_categories:
25
+ - 10K<n<100K
26
  ---
27
+ # DreamBank - Dreams
28
 
29
+ The dataset is a collection of ~20 k textual reports of dreams, originally scraped from the [DreamBank](https://www.dreambank.net/) databased by
30
+ [`mattbierner`](https://github.com/mattbierner/DreamScrape). The DreamBank reports are divided into `series`,
31
+ which are collections of individuals or research projects/groups that have gathered the dreams.
32
+
33
+ ## Content
34
+ The dataset revolves around three main features:
35
+ - `dreams`: the content of each dream report.
36
+ - `series`: the series to which a report belongs
37
+ - `description`: a brief description of the `series`
38
+ - `gender`: the gender of the individual(s) in the `series`
39
+ - `year`: the time window of the recordings
40
+
41
+ ## Series distribution
42
+ The following is a summary of (alphabetically ordered) DreamBank's series together with their total amount of dream reports.
43
+
44
+ - alta: 422
45
+ - angie: 48
46
+ - arlie: 212
47
+ - b: 3114
48
+ - b-baseline: 250
49
+ - b2: 1138
50
+ - bay_area_girls_456: 234
51
+ - bay_area_girls_789: 154
52
+ - bea1: 223
53
+ - bea2: 63
54
+ - blind-f: 238
55
+ - blind-m: 143
56
+ - bosnak: 53
57
+ - chris: 100
58
+ - chuck: 75
59
+ - dahlia: 24
60
+ - david: 166
61
+ - dorothea: 899
62
+ - ed: 143
63
+ - edna: 19
64
+ - elizabeth: 1707
65
+ - emma: 1221
66
+ - emmas_husband: 72
67
+ - esther: 110
68
+ - hall_female: 681
69
+ - jasmine1: 39
70
+ - jasmine2: 269
71
+ - jasmine3: 259
72
+ - jasmine4: 94
73
+ - jeff: 87
74
+ - joan: 42
75
+ - kenneth: 2021
76
+ - lawrence: 206
77
+ - mack: 38
78
+ - madeline1-hs: 98
79
+ - madeline2-dorms: 186
80
+ - madeline3-offcampus: 348
81
+ - madeline4-postgrad: 294
82
+ - mark: 23
83
+ - melissa: 89
84
+ - melora: 211
85
+ - melvin: 128
86
+ - merri: 315
87
+ - miami-home: 171
88
+ - miami-lab: 274
89
+ - midwest_teens-f: 111
90
+ - midwest_teens-m: 83
91
+ - nancy: 44
92
+ - natural_scientist: 234
93
+ - norman: 1235
94
+ - norms-f: 490
95
+ - norms-m: 491
96
+ - pegasus: 1093
97
+ - peru-f: 381
98
+ - peru-m: 384
99
+ - phil1: 106
100
+ - phil2: 220
101
+ - phil3: 180
102
+ - physiologist: 86
103
+ - ringo: 16
104
+ - samantha: 63
105
+ - seventh_graders: 69
106
+ - toby: 33
107
+ - tom: 27
108
+ - ucsc_women: 81
109
+ - vickie: 35
110
+ - vietnam_vet: 98
111
+ - wedding: 65
112
+ - west_coast_teens: 89
113
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)