--- dataset_info: features: - name: id dtype: int64 - name: category dtype: string - name: unit dtype: string - name: problem dtype: string - name: solution dtype: string - name: tir_attempts dtype: int64 - name: fallback_used dtype: bool - name: tir_status dtype: string - name: llm-code dtype: string - name: raw_generation dtype: string - name: output dtype: string - name: execution_output dtype: string - name: generated_solution dtype: string - name: expected_answer dtype: string splits: - name: train num_bytes: 177724 num_examples: 100 download_size: 71561 dataset_size: 177724 configs: - config_name: default data_files: - split: train path: data/train-* ---