File size: 713 Bytes
69c4aa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: filepath
    dtype: string
  - name: start_bug_line
    dtype: int64
  - name: end_bug_line
    dtype: int64
  - name: bug
    dtype: string
  - name: fix
    dtype: string
  - name: ctx
    dtype: string
  splits:
  - name: train
    num_bytes: 112885521
    num_examples: 101473
  - name: validation
    num_bytes: 14136715
    num_examples: 12684
  - name: test
    num_bytes: 14148207
    num_examples: 12684
  download_size: 43690780
  dataset_size: 141170443
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---