Asap7772 commited on
Commit
6be1aec
·
1 Parent(s): 6d54089

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: instruction
5
+ dtype: string
6
+ - name: input
7
+ dtype: string
8
+ - name: output_1
9
+ dtype: string
10
+ - name: output_2
11
+ dtype: string
12
+ - name: preference
13
+ dtype: int64
14
+ - name: raw_preference
15
+ dtype: int64
16
+ - name: reward_1
17
+ dtype: float64
18
+ - name: reward_2
19
+ dtype: float64
20
+ - name: formatted_text_1
21
+ dtype: string
22
+ - name: formatted_text_2
23
+ dtype: string
24
+ - name: text_1
25
+ dtype: string
26
+ - name: text_2
27
+ dtype: string
28
+ splits:
29
+ - name: preference
30
+ num_bytes: 24734316
31
+ num_examples: 9691
32
+ download_size: 13145561
33
+ dataset_size: 24734316
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: preference
38
+ path: data/preference-*
39
+ ---
40
+ # Dataset Card for "alpaca_human_preference_gold"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)