--- dataset_info: features: - name: text dtype: string - name: label dtype: int64 - name: input dtype: string - name: bbox_output dtype: string - name: cropped_output dtype: string - name: line_outputs sequence: string splits: - name: train num_bytes: 29759330 num_examples: 1024 - name: test num_bytes: 3811326 num_examples: 128 - name: zoi_train num_bytes: 9136689 num_examples: 256 - name: zoi_test num_bytes: 1135521 num_examples: 32 - name: crop_train num_bytes: 2995446 num_examples: 128 - name: crop_test num_bytes: 747150 num_examples: 32 - name: count_train num_bytes: 732547 num_examples: 128 - name: count_test num_bytes: 184460 num_examples: 32 - name: isolate_train num_bytes: 9877156 num_examples: 128 - name: isolate_test num_bytes: 2469234 num_examples: 32 download_size: 7342591 dataset_size: 60848859 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: zoi_train path: data/zoi_train-* - split: zoi_test path: data/zoi_test-* - split: crop_train path: data/crop_train-* - split: crop_test path: data/crop_test-* - split: count_train path: data/count_train-* - split: count_test path: data/count_test-* - split: isolate_train path: data/isolate_train-* - split: isolate_test path: data/isolate_test-* ---