File size: 518 Bytes
aeb3628
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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', 'file'],
        num_rows: 1472
    })
    test: Dataset({
        features: ['source', 'bytecode', 'file'],
        num_rows: 245
    })
    valid: Dataset({
        features: ['source', 'bytecode', 'file'],
        num_rows: 238
    })
})
```