--- dataset_info: features: - name: image dtype: array3_d: shape: - 13 - 64 - 64 dtype: uint16 - name: label dtype: class_label: names: '0': AnnualCrop '1': Forest '2': HerbaceousVegetation '3': Highway '4': Industrial '5': Pasture '6': PermanentCrop '7': Residential '8': River '9': SeaLake - name: filename dtype: string splits: - name: train num_bytes: 2075310656 num_examples: 18880 - name: validation num_bytes: 594123524 num_examples: 5405 - name: test num_bytes: 298215919 num_examples: 2713 download_size: 2246047503 dataset_size: 2967650099 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---