mazzaqq commited on
Commit
72167ae
1 Parent(s): 642ab13

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: game
5
+ dtype: string
6
+ - name: game_id
7
+ dtype: int64
8
+ - name: episode
9
+ dtype: string
10
+ - name: prompt
11
+ dtype: string
12
+ - name: chosen
13
+ list:
14
+ - name: content
15
+ dtype: string
16
+ - name: role
17
+ dtype: string
18
+ - name: type
19
+ dtype: string
20
+ - name: rejected
21
+ list:
22
+ - name: content
23
+ dtype: string
24
+ - name: role
25
+ dtype: string
26
+ - name: type
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 4641711
31
+ num_examples: 1900
32
+ download_size: 491632
33
+ dataset_size: 4641711
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: train
38
+ path: data/train-*
39
+ ---
40
+ # Dataset Card for "playpen_dpo_chat_old"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)