--- dataset_info: features: - name: image dtype: image - name: label dtype: class_label: names: '0': Annual Crop '1': Forest '2': Herbaceous Vegetation '3': Highway '4': Industrial Buildings '5': Pasture '6': Permanent Crop '7': Residential Buildings '8': River '9': SeaLake - name: filename dtype: string splits: - name: train num_bytes: 104485303.0 num_examples: 16200 - name: test num_bytes: 34726245.0 num_examples: 5400 - name: validation num_bytes: 34781690.0 num_examples: 5400 download_size: 174279561 dataset_size: 173993238.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* ---