Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,31 +1,32 @@
|
|
| 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 |
-
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# test_refact
|
| 3 |
+
|
| 4 |
+
Created by the Syssec team @ UTD
|
| 5 |
+
|
| 6 |
+
Dataset Composition:
|
| 7 |
+
|
| 8 |
+
```
|
| 9 |
+
/home/jjf190004/opensource/testing: (train: 25, test: 5, valid: 5)
|
| 10 |
+
```
|
| 11 |
+
|
| 12 |
+
Python version: `3.11`
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
Dataset Statistics:
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
DatasetDict({
|
| 19 |
+
train: Dataset({
|
| 20 |
+
features: ['source', 'bytecode', 'file'],
|
| 21 |
+
num_rows: 1472
|
| 22 |
+
})
|
| 23 |
+
test: Dataset({
|
| 24 |
+
features: ['source', 'bytecode', 'file'],
|
| 25 |
+
num_rows: 245
|
| 26 |
+
})
|
| 27 |
+
valid: Dataset({
|
| 28 |
+
features: ['source', 'bytecode', 'file'],
|
| 29 |
+
num_rows: 238
|
| 30 |
+
})
|
| 31 |
+
})
|
| 32 |
+
```
|