dvilasuero HF staff commited on
Commit
914c7ce
1 Parent(s): 09c13f7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: instruction
5
+ dtype: string
6
+ id: field
7
+ - name: response-1
8
+ dtype: string
9
+ id: field
10
+ - name: response-2
11
+ dtype: string
12
+ id: field
13
+ - name: choose-best
14
+ sequence:
15
+ - name: user_id
16
+ dtype: string
17
+ - name: value
18
+ dtype: int32
19
+ - name: status
20
+ dtype: string
21
+ id: question
22
+ - name: external_id
23
+ dtype: string
24
+ id: external_id
25
+ splits:
26
+ - name: train
27
+ num_bytes: 124852
28
+ num_examples: 100
29
+ download_size: 87155
30
+ dataset_size: 124852
31
+ ---
32
+ # Dataset Card for "comparison-data-falcon"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)