lewtun HF staff commited on
Commit
b2f439a
1 Parent(s): 3794661

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: chosen
5
+ list:
6
+ - name: content
7
+ dtype: string
8
+ - name: role
9
+ dtype: string
10
+ - name: rejected
11
+ list:
12
+ - name: content
13
+ dtype: string
14
+ - name: role
15
+ dtype: string
16
+ - name: prompt
17
+ dtype: string
18
+ - name: prompt_id
19
+ dtype: string
20
+ - name: messages
21
+ list:
22
+ - name: content
23
+ dtype: string
24
+ - name: role
25
+ dtype: string
26
+ splits:
27
+ - name: test_holdout_rm
28
+ num_bytes: 26133
29
+ num_examples: 10
30
+ - name: test_ift
31
+ num_bytes: 23368
32
+ num_examples: 10
33
+ - name: test_rl
34
+ num_bytes: 28324
35
+ num_examples: 10
36
+ - name: test_rm
37
+ num_bytes: 37997
38
+ num_examples: 10
39
+ - name: train_ift
40
+ num_bytes: 26975
41
+ num_examples: 10
42
+ - name: train_rl
43
+ num_bytes: 20943
44
+ num_examples: 10
45
+ - name: train_rm
46
+ num_bytes: 33531
47
+ num_examples: 10
48
+ download_size: 186492
49
+ dataset_size: 197271
50
+ ---
51
+ # Dataset Card for "testing_h4"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)