vwxyzjn commited on
Commit
b6a37df
1 Parent(s): 86b69ae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: init_prompt
5
+ dtype: string
6
+ - name: init_response
7
+ dtype: string
8
+ - name: critic_prompt
9
+ dtype: string
10
+ - name: critic_response
11
+ dtype: string
12
+ - name: revision_prompt
13
+ dtype: string
14
+ - name: revision_response
15
+ dtype: string
16
+ - name: prompt
17
+ dtype: string
18
+ - name: messages
19
+ sequence: string
20
+ - name: chosen
21
+ sequence: string
22
+ - name: rejected
23
+ sequence: string
24
+ splits:
25
+ - name: train_sft
26
+ num_bytes: 187558
27
+ num_examples: 64
28
+ download_size: 105418
29
+ dataset_size: 187558
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: train_sft
34
+ path: data/train_sft-*
35
+ ---
36
+ # Dataset Card for "cai-conversation-dev1705525723"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)