File size: 1,044 Bytes
250c315 1eb999f 250c315 1eb999f 250c315 94c5b64 250c315 1eb999f 250c315 f2fd43d 250c315 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
---
dataset_info:
features:
- name: instance_id
dtype: string
- name: repo
dtype: string
- name: original_repo
dtype: string
- name: base_commit
dtype: string
- name: reference_commit
dtype: string
- name: setup
struct:
- name: install
dtype: string
- name: packages
sequence: string
- name: pip_packages
sequence: string
- name: pre_install
dtype: 'null'
- name: python
dtype: string
- name: specification
dtype: string
- name: test
struct:
- name: test_cmd
dtype: string
- name: test_dir
dtype: string
- name: src_dir
dtype: string
- name: inlined_repo
dtype: string
- name: inlined_commit
dtype: string
- name: modified_functions
sequence: string
- name: modified_files
sequence: string
splits:
- name: train
num_bytes: 3340
num_examples: 4
download_size: 10902
dataset_size: 3340
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|