Palash123 commited on
Commit
a8f1ad0
1 Parent(s): 826fa25

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: prompt
12
+ dtype: string
13
+ - name: chosen
14
+ dtype: string
15
+ - name: rejected
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 186630889
20
+ num_examples: 159280
21
+ - name: test
22
+ num_bytes: 7053768
23
+ num_examples: 8424
24
+ download_size: 114066372
25
+ dataset_size: 193684657
26
+ ---
27
+ # Dataset Card for "dpo_anthropic_hh_rlhf"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)