shahules786 commited on
Commit
6d64726
1 Parent(s): 8f50377

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -1,3 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  ## Prosocial Confessions
3
 
@@ -41,4 +65,4 @@ A confessions datasets in prosocial-dialog data format. This can be used for red
41
  booktitle={EMNLP},
42
  year=2022
43
  }
44
- ```
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: context
5
+ dtype: string
6
+ - name: rots
7
+ sequence: string
8
+ - name: permalink
9
+ dtype: string
10
+ - name: episode_done
11
+ dtype: bool
12
+ - name: confidence
13
+ dtype: float32
14
+ - name: safety_label
15
+ dtype: string
16
+ - name: response
17
+ dtype: 'null'
18
+ splits:
19
+ - name: train
20
+ num_bytes: 4022983
21
+ num_examples: 14805
22
+ download_size: 1686630
23
+ dataset_size: 4022983
24
+ ---
25
 
26
  ## Prosocial Confessions
27
 
 
65
  booktitle={EMNLP},
66
  year=2022
67
  }
68
+ ```