ManTle commited on
Commit
0a78a42
1 Parent(s): 26230a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: curated
6
+ path: data/curated-*
7
+ - split: moderate
8
+ path: data/moderate-*
9
+ - split: complete
10
+ path: data/complete-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: premise
16
+ dtype: string
17
+ - name: novel
18
+ dtype: string
19
+ - name: script
20
+ dtype: string
21
+ - name: theme
22
+ dtype: string
23
+ - name: background
24
+ dtype: string
25
+ - name: persona
26
+ dtype: string
27
+ - name: event
28
+ dtype: string
29
+ - name: ending
30
+ dtype: string
31
+ - name: twist
32
+ dtype: string
33
+ splits:
34
+ - name: curated
35
+ num_bytes: 3490837
36
+ num_examples: 100
37
+ - name: moderate
38
+ num_bytes: 34915837
39
+ num_examples: 1000
40
+ - name: complete
41
+ num_bytes: 11151183
42
+ num_examples: 7599
43
+ download_size: 20805551
44
+ dataset_size: 49557857
45
+ ---
46
+ # Dataset Card for "mops"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)