Loc-Bench_V0.2 / README.md
czlll's picture
Upload dataset
2cf5922 verified
|
raw
history blame
827 Bytes
metadata
license: apache-2.0
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: repo
      dtype: string
    - name: instance_id
      dtype: string
    - name: base_commit
      dtype: string
    - name: patch
      dtype: string
    - name: test_patch
      dtype: string
    - name: problem_statement
      dtype: string
    - name: hints_text
      dtype: string
    - name: created_at
      dtype: int64
    - name: labels
      sequence: string
    - name: category
      dtype: string
    - name: edit_functions
      sequence: string
    - name: added_functions
      sequence: string
    - name: edit_functions_length
      dtype: int64
  splits:
    - name: test
      num_bytes: 11007786
      num_examples: 660
  download_size: 3913633
  dataset_size: 11007786