--- dataset_info: features: - name: user_id dtype: string - name: age dtype: int64 - name: age_group dtype: string - name: country_code dtype: string - name: country_name dtype: string - name: gender dtype: string - name: split dtype: string splits: - name: train num_bytes: 514941 num_examples: 8591 - name: test_warm num_bytes: 23735 num_examples: 371 - name: test_cold num_bytes: 8313 num_examples: 129 download_size: 110650 dataset_size: 546989 configs: - config_name: default data_files: - split: train path: data/train-* - split: test_warm path: data/test_warm-* - split: test_cold path: data/test_cold-* ---