jteng's picture
Upload README.md with huggingface_hub
daff88f verified
|
Raw
History Blame Contribute Delete
606 Bytes
# py313-pylingual-v3
Created by the Syssec team @ UTD
Dataset Composition:
```
/data2/pypi: (train: 80000, test: 1000, valid: 1000)
/data2/csn: (train: 20000, test: 1000, valid: 1000)
```
Python version: `3.13`
Dataset Statistics:
```
DatasetDict({
train: Dataset({
features: ['source', 'bytecode', 'boundary', 'file'],
num_rows: 1379851
})
test: Dataset({
features: ['source', 'bytecode', 'boundary', 'file'],
num_rows: 19118
})
valid: Dataset({
features: ['source', 'bytecode', 'boundary', 'file'],
num_rows: 20678
})
})
```