--- dataset_info: features: - name: label dtype: float64 - name: cluster dtype: string - name: uniprot_id dtype: string - name: seqs dtype: string splits: - name: train num_bytes: 3920500 num_examples: 8015 - name: valid num_bytes: 203724 num_examples: 430 - name: test num_bytes: 218091 num_examples: 439 download_size: 4187179 dataset_size: 4342315 configs: - config_name: default data_files: - split: train path: data/train-* - split: valid path: data/valid-* - split: test path: data/test-* ---