--- dataset_info: features: - name: problem_id dtype: int64 - name: question dtype: string - name: solutions dtype: string - name: input_output dtype: string - name: difficulty dtype: string - name: url dtype: string - name: starter_code dtype: string splits: - name: train num_bytes: 103144035 num_examples: 5000 - name: test num_bytes: 1226206337 num_examples: 5000 download_size: 788736953 dataset_size: 1329350372 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---