FEA-Bench / README.md
Cipherxzc's picture
Upload FEA-Bench Standard dataset with test and lite splits
77486e4 verified
metadata
dataset_info:
  features:
    - name: instance_id
      dtype: string
    - name: pull_number
      dtype: int64
    - name: repo
      dtype: string
    - name: version
      dtype: string
    - name: base_commit
      dtype: string
    - name: created_at
      dtype: string
    - name: patch
      dtype: string
    - name: test_patch
      dtype: string
    - name: non_py_patch
      dtype: string
    - name: new_components
      list:
        - name: components
          list:
            - name: doc
              dtype: string
            - name: lines
              list: int64
            - name: name
              dtype: string
            - name: signature
              dtype: string
            - name: type
              dtype: string
        - name: file
          dtype: string
    - name: FAIL_TO_PASS
      list: string
    - name: PASS_TO_PASS
      list: string
    - name: problem_statement
      dtype: string
    - name: hints_text
      dtype: string
    - name: environment_setup_commit
      dtype: string
  splits:
    - name: test
      num_bytes: 36318663
      num_examples: 1401
    - name: lite
      num_bytes: 2965235
      num_examples: 200
  download_size: 22615553
  dataset_size: 39283898
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: lite
        path: data/lite-*