jteng's picture
Upload README.md with huggingface_hub
d4a2de2 verified
|
Raw
History Blame Contribute Delete
595 Bytes
# py314-pylingual-v8
Created by the Syssec team @ UTD
Dataset Composition:
```
/data2/pypi: (train: 150000, test: 50, valid: 50)
/data2/csn: (train: 11000, test: 50, valid: 50)
```
Python version: `3.14`
Dataset Statistics:
```
DatasetDict({
train: Dataset({
features: ['source', 'bytecode', 'boundary', 'file'],
num_rows: 2204449
})
test: Dataset({
features: ['source', 'bytecode', 'boundary', 'file'],
num_rows: 881
})
valid: Dataset({
features: ['source', 'bytecode', 'boundary', 'file'],
num_rows: 936
})
})
```