lc10934's picture
Upload README.md with huggingface_hub
df3eddf verified
|
Raw
History Blame Contribute Delete
551 Bytes
# 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
})
})
```