dkshjn commited on
Commit
621af5b
1 Parent(s): 54a5607

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: source
5
+ dtype: string
6
+ - name: conversation
7
+ list:
8
+ - name: input
9
+ dtype: string
10
+ - name: output
11
+ dtype: string
12
+ - name: original_response
13
+ dtype: string
14
+ - name: generation_prompt
15
+ sequence: string
16
+ - name: raw_generation_responses
17
+ sequence: string
18
+ - name: new_generations
19
+ sequence: string
20
+ - name: prompt
21
+ dtype: string
22
+ - name: rating_chosen
23
+ dtype: int64
24
+ - name: rating_rejected
25
+ dtype: int64
26
+ - name: chosen_model
27
+ dtype: string
28
+ - name: rejected_model
29
+ dtype: string
30
+ - name: formatted_chosen
31
+ list:
32
+ - name: content
33
+ dtype: string
34
+ - name: role
35
+ dtype: string
36
+ - name: formatted_rejected
37
+ list:
38
+ - name: content
39
+ dtype: string
40
+ - name: role
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 348028955
45
+ num_examples: 7563
46
+ download_size: 155657941
47
+ dataset_size: 348028955
48
+ configs:
49
+ - config_name: default
50
+ data_files:
51
+ - split: train
52
+ path: data/train-*
53
+ ---
54
+ # Dataset Card for "processed_distilabel-capybara-dpo-7k-binarized-v2"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)