--- dataset_info: features: - name: instance_id dtype: string - name: prompt dtype: string - name: data_source dtype: string - name: ability dtype: string - name: instance dtype: string - name: parsed_commit_content dtype: string - name: problem_statement dtype: string - name: patch dtype: string - name: file_context dtype: string - name: filelevel_patches dtype: string - name: messages list: - name: content dtype: string - name: role dtype: string - name: verification_info dtype: string - name: num_messages_tokens dtype: int64 - name: num_prompt_tokens dtype: int64 - name: num_patch_tokens dtype: int64 splits: - name: train num_bytes: 66919524.49488055 num_examples: 131 - name: validation num_bytes: 3686209.1304347827 num_examples: 14 download_size: 5756246 dataset_size: 70605733.62531534 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* ---