--- dataset_info: features: - name: merchant dtype: string - name: category dtype: class_label: names: '0': Shopping '1': Dining Out '2': Entertainment '3': Transportation '4': Housing '5': Payments/Credits '6': Utilities '7': Service Subscriptions splits: - name: train num_bytes: 5933 num_examples: 225 - name: test num_bytes: 1607 num_examples: 57 download_size: 7309 dataset_size: 7540 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---