File size: 2,089 Bytes
acc121d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
dataset_info:
  features:
  - name: instance_id
    dtype: string
  - name: base_commit
    dtype: string
  - name: created_at
    dtype: string
  - name: environment_setup_commit
    dtype: string
  - name: hints_text
    dtype: string
  - name: patch
    dtype: string
  - name: problem_statement
    dtype: string
  - name: repo
    dtype: string
  - name: test_patch
    dtype: string
  - name: meta
    struct:
    - name: commit_name
      dtype: string
    - name: failed_lite_validators
      sequence: string
    - name: has_test_patch
      dtype: bool
    - name: is_lite
      dtype: bool
    - name: llm_score
      struct:
      - name: difficulty_score
        dtype: int64
      - name: issue_text_score
        dtype: int64
      - name: test_score
        dtype: int64
    - name: num_modified_files
      dtype: int64
  - name: version
    dtype: string
  - name: install_config
    struct:
    - name: env_vars
      struct:
      - name: JUPYTER_PLATFORM_DIRS
        dtype: string
    - name: env_yml_path
      sequence: string
    - name: install
      dtype: string
    - name: log_parser
      dtype: string
    - name: no_use_env
      dtype: bool
    - name: packages
      dtype: string
    - name: pip_packages
      sequence: string
    - name: pre_install
      sequence: string
    - name: python
      dtype: string
    - name: reqs_path
      sequence: string
    - name: test_cmd
      dtype: string
  - name: requirements
    dtype: string
  - name: environment
    dtype: string
  - name: FAIL_TO_PASS
    sequence: string
  - name: FAIL_TO_FAIL
    sequence: string
  - name: PASS_TO_PASS
    sequence: string
  - name: PASS_TO_FAIL
    sequence: string
  - name: license_name
    dtype: string
  - name: __index_level_0__
    dtype: int64
  - name: num_tokens_patch
    dtype: int64
  - name: before_filepaths
    sequence: string
  splits:
  - name: train
    num_bytes: 78102078
    num_examples: 4150
  download_size: 22325064
  dataset_size: 78102078
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---