dkshjn commited on
Commit
269cf4d
·
verified ·
1 Parent(s): c17d5ee

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: source
7
+ dtype: string
8
+ - name: system
9
+ dtype: string
10
+ - name: prompt
11
+ dtype: string
12
+ - name: rejected
13
+ dtype: string
14
+ - name: formatted_chosen
15
+ list:
16
+ - name: content
17
+ dtype: string
18
+ - name: role
19
+ dtype: string
20
+ - name: formatted_rejected
21
+ list:
22
+ - name: content
23
+ dtype: string
24
+ - name: role
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 2777217
29
+ num_examples: 1016
30
+ download_size: 1168067
31
+ dataset_size: 2777217
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: train
36
+ path: data/train-*
37
+ ---
38
+ # Dataset Card for "processed_truthy-v3"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)