shahules786 commited on
Commit
b3252a0
1 Parent(s): 24e51a9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: context
5
+ dtype: string
6
+ - name: response
7
+ dtype: 'null'
8
+ - name: safety_label
9
+ dtype: string
10
+ - name: confidence
11
+ dtype: float64
12
+ - name: episode_done
13
+ dtype: bool
14
+ - name: rots
15
+ sequence: 'null'
16
+ - name: source
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 4075472
21
+ num_examples: 30000
22
+ download_size: 1889154
23
+ dataset_size: 4075472
24
+ ---
25
+ # Dataset Card for "casual_prompts"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)