--- dataset_info: features: - name: data_source dtype: string - name: prompt list: - name: content dtype: string - name: role dtype: string - name: ability dtype: string - name: reward_model struct: - name: ground_truth dtype: string - name: style dtype: string - name: extra_info struct: - name: index dtype: int64 - name: nums list: int64 - name: solution list: string - name: split dtype: string - name: target dtype: int64 splits: - name: train num_bytes: 163038895 num_examples: 200000 - name: validation num_bytes: 814612 num_examples: 1000 - name: test_seen num_bytes: 8189543 num_examples: 10000 - name: test_unseen num_bytes: 8208768 num_examples: 10000 download_size: 38020739 dataset_size: 180251818 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test_seen path: data/test_seen-* - split: test_unseen path: data/test_unseen-* ---