File size: 574 Bytes
c1c96e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

# py314-pylingual-v7

Created by the Syssec team @ UTD

Dataset Composition:

```
/data2/pypi: (train: 150000, test: 1000, valid: 1000)
/data2/csn: (train: 10000, test: 1000, valid: 1000)
```

Python version: `3.14`


Dataset Statistics:

```
DatasetDict({
    train: Dataset({
        features: ['source', 'bytecode', 'file'],
        num_rows: 14886049
    })
    test: Dataset({
        features: ['source', 'bytecode', 'file'],
        num_rows: 109218
    })
    valid: Dataset({
        features: ['source', 'bytecode', 'file'],
        num_rows: 122859
    })
})
```