davanstrien HF Staff commited on
Commit
ab426f2
·
1 Parent(s): 3ed872e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: choice
5
+ dtype: string
6
+ - name: created_at
7
+ dtype: string
8
+ - name: lead_time
9
+ dtype: float64
10
+ - name: image
11
+ dtype: string
12
+ - name: annotation_id
13
+ dtype: int64
14
+ - name: id
15
+ dtype: int64
16
+ - name: annotator
17
+ dtype: int64
18
+ - name: updated_at
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 20107
23
+ num_examples: 91
24
+ download_size: 11378
25
+ dataset_size: 20107
26
+ ---
27
+ # Dataset Card for "map_no_map"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)