danielz01 commited on
Commit
c938656
1 Parent(s): d4c3a45

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: NAIP
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: osm_relation_id
8
+ dtype: int64
9
+ - name: wikidata_entity_id
10
+ dtype: string
11
+ - name: lat
12
+ dtype: float64
13
+ - name: lon
14
+ dtype: float64
15
+ - name: alt
16
+ dtype: 'null'
17
+ - name: name
18
+ dtype: string
19
+ - name: instanceOfIDs
20
+ sequence: string
21
+ - name: instanceOfLabels
22
+ sequence: string
23
+ - name: distractorIDs
24
+ sequence: string
25
+ - name: distractorLabels
26
+ sequence: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 3907742505.0
30
+ num_examples: 602
31
+ download_size: 3907443672
32
+ dataset_size: 3907742505.0
33
+ configs:
34
+ - config_name: NAIP
35
+ data_files:
36
+ - split: train
37
+ path: NAIP/train-*
38
+ ---
39
+ # Dataset Card for "landmarks"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)