--- dataset_info: features: - name: id dtype: int64 - name: problem dtype: string - name: solution dtype: string - name: answer dtype: string - name: difficulty dtype: string - name: num_ops dtype: int64 splits: - name: train num_bytes: 1507825054 num_examples: 1000000 - name: val num_bytes: 4511903 num_examples: 3000 - name: test num_bytes: 15062835 num_examples: 10000 download_size: 436021069 dataset_size: 1527399792 configs: - config_name: default data_files: - split: train path: data/train-* - split: val path: data/val-* - split: test path: data/test-* ---