File size: 504 Bytes
47c48fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
dataset_info:
  features:
  - name: tile_id
    dtype: string
  - name: filename
    dtype: string
  - name: image
    dtype: image
  - name: s3_key
    dtype: string
  - name: source_url
    dtype: string
  - name: size_bytes
    dtype: int64
  - name: project
    dtype: string
  splits:
  - name: train
    num_bytes: 12374397.52
    num_examples: 1496
  download_size: 11772352
  dataset_size: 12374397.52
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---