nbalepur commited on
Commit
871e6f4
·
verified ·
1 Parent(s): 51ce003

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: Safe_RLHF_first
6
+ path: data/Safe_RLHF_first-*
7
+ - split: Safe_RLHF_second
8
+ path: data/Safe_RLHF_second-*
9
+ dataset_info:
10
+ features:
11
+ - name: prompt
12
+ dtype: string
13
+ - name: response_a
14
+ dtype: string
15
+ - name: response_b
16
+ dtype: string
17
+ - name: persona_a
18
+ dtype: string
19
+ - name: persona_b
20
+ dtype: string
21
+ - name: order
22
+ sequence: string
23
+ splits:
24
+ - name: Safe_RLHF_first
25
+ num_bytes: 7309
26
+ num_examples: 5
27
+ - name: Safe_RLHF_second
28
+ num_bytes: 14325
29
+ num_examples: 10
30
+ download_size: 38352
31
+ dataset_size: 21634
32
+ ---
33
+ # Dataset Card for "persona_qual_fixed4"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)