--- dataset_info: features: - name: age dtype: int64 - name: workclass dtype: string - name: fnlwgt dtype: int64 - name: education dtype: string - name: education-num dtype: int64 - name: marital-status dtype: string - name: occupation dtype: string - name: relationship dtype: string - name: race dtype: string - name: sex dtype: string - name: capital-gain dtype: int64 - name: capital-loss dtype: int64 - name: hours-per-week dtype: int64 - name: native-country dtype: string - name: income dtype: string - name: output dtype: string - name: input dtype: string - name: instruction dtype: string splits: - name: train num_bytes: 24816941 num_examples: 48842 download_size: 1273738 dataset_size: 24816941 configs: - config_name: default data_files: - split: train path: data/train-* ---