SWE-bench_bm25_13K / README.md
princeton-nlp's picture
Upload README.md with huggingface_hub
f83f8b6
|
raw
history blame
1.25 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: dev
        path: data/dev-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: instance_id
      dtype: string
    - name: text
      dtype: string
    - name: repo
      dtype: string
    - name: base_commit
      dtype: string
    - name: problem_statement
      dtype: string
    - name: hints_text
      dtype: string
    - name: created_at
      dtype: string
    - name: patch
      dtype: string
    - name: test_patch
      dtype: string
    - name: version
      dtype: string
    - name: FAIL_TO_PASS
      dtype: string
    - name: PASS_TO_PASS
      dtype: string
    - name: environment_setup_commit
      dtype: string
  splits:
    - name: train
      num_bytes: 1537849718
      num_examples: 18817
    - name: dev
      num_bytes: 15941600
      num_examples: 225
    - name: test
      num_bytes: 154280625
      num_examples: 2294
    - name: validation
      num_bytes: 16292656
      num_examples: 191
  download_size: 6567195
  dataset_size: 1724364599

Dataset Card for "SWE-bench_bm25_13K"

More Information needed