|
|
--- |
|
|
dataset_info: |
|
|
features: |
|
|
- name: repo |
|
|
dtype: string |
|
|
- name: commit |
|
|
dtype: string |
|
|
- name: function_name |
|
|
dtype: string |
|
|
- name: function_file |
|
|
dtype: string |
|
|
- name: function_signature |
|
|
struct: |
|
|
- name: defaults_count |
|
|
dtype: int64 |
|
|
- name: has_args |
|
|
dtype: bool |
|
|
- name: has_kwargs |
|
|
dtype: bool |
|
|
- name: has_self |
|
|
dtype: bool |
|
|
- name: params |
|
|
list: string |
|
|
- name: mistakes_introduced |
|
|
list: |
|
|
- name: description |
|
|
dtype: string |
|
|
- name: extra_param |
|
|
dtype: string |
|
|
- name: file_path |
|
|
dtype: string |
|
|
- name: mistake_type |
|
|
dtype: string |
|
|
- name: position |
|
|
dtype: int64 |
|
|
- name: removed_param |
|
|
dtype: string |
|
|
- name: swapped_params |
|
|
list: string |
|
|
- name: swapped_positions |
|
|
list: int64 |
|
|
- name: corrupted_files |
|
|
struct: |
|
|
- name: astropy/coordinates/builtin_frames/galactic_transforms.py |
|
|
dtype: string |
|
|
- name: astropy/cosmology/tests/mypackage/io/tests/conftest.py |
|
|
dtype: string |
|
|
- name: astropy/io/votable/tests/util_test.py |
|
|
dtype: string |
|
|
- name: task_type |
|
|
dtype: string |
|
|
- name: instruction |
|
|
dtype: string |
|
|
- name: num_call_sites |
|
|
dtype: int64 |
|
|
- name: num_mistakes |
|
|
dtype: int64 |
|
|
splits: |
|
|
- name: train |
|
|
num_bytes: 10408 |
|
|
num_examples: 5 |
|
|
download_size: 35382 |
|
|
dataset_size: 10408 |
|
|
configs: |
|
|
- config_name: default |
|
|
data_files: |
|
|
- split: train |
|
|
path: data/train-* |
|
|
--- |
|
|
|