File size: 551 Bytes
df3eddf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

# test_refact

Created by the Syssec team @ UTD

Dataset Composition:

```
/home/jjf190004/opensource/testing: (train: 25, test: 5, valid: 5)
```

Python version: `3.11`


Dataset Statistics:

```
DatasetDict({
    train: Dataset({
        features: ['source', 'bytecode', 'boundary', 'file'],
        num_rows: 158
    })
    test: Dataset({
        features: ['source', 'bytecode', 'boundary', 'file'],
        num_rows: 25
    })
    valid: Dataset({
        features: ['source', 'bytecode', 'boundary', 'file'],
        num_rows: 33
    })
})
```