File size: 867 Bytes
8cf081c
 
 
596e76b
 
8cf081c
 
 
 
 
 
 
 
 
 
 
 
 
 
6432b40
 
 
 
8cf081c
 
 
 
 
 
 
 
 
 
12af1ee
 
8cf081c
 
944c325
c1c12cf
944c325
 
8cf081c
 
 
 
 
 
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
---
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
      sequence: string
    - 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
  splits:
  - name: test
    num_bytes: 20077
    num_examples: 54
  download_size: 21633
  dataset_size: 20077
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---