Datasets:
Upload dataset
Browse files- README.md +49 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +143 -55
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: nwo
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: sha
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: path
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: language
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: identifier
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: docstring
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: function
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: ast_function
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: obf_function
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: url
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: function_sha
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: source
|
| 27 |
+
dtype: string
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 162123504
|
| 31 |
+
num_examples: 19561
|
| 32 |
+
- name: validation
|
| 33 |
+
num_bytes: 18843858
|
| 34 |
+
num_examples: 2445
|
| 35 |
+
- name: test
|
| 36 |
+
num_bytes: 19867797
|
| 37 |
+
num_examples: 2446
|
| 38 |
+
download_size: 42313088
|
| 39 |
+
dataset_size: 200835159
|
| 40 |
+
configs:
|
| 41 |
+
- config_name: default
|
| 42 |
+
data_files:
|
| 43 |
+
- split: train
|
| 44 |
+
path: data/train-*
|
| 45 |
+
- split: validation
|
| 46 |
+
path: data/validation-*
|
| 47 |
+
- split: test
|
| 48 |
+
path: data/test-*
|
| 49 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02c6fc8b1f7b923c2e4f5dd3ca0cbedb9588dbd886a8a679340e1f12913afbb8
|
| 3 |
+
size 4274314
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52c7237be474b7cbb29ea903793a05e59981b0667870ad94dde0010aa0b321df
|
| 3 |
+
size 33997709
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23e1f9af27a8b61ca3d3ffb6088f8a75fffe20da264c273c13234f164526f156
|
| 3 |
+
size 4041065
|
dataset_infos.json
CHANGED
|
@@ -1,59 +1,147 @@
|
|
| 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 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
},
|
| 37 |
-
"
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
},
|
| 56 |
-
"
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"train": {
|
| 3 |
+
"num_rows": 19561,
|
| 4 |
+
"features": {
|
| 5 |
+
"nwo": "string",
|
| 6 |
+
"sha": "string",
|
| 7 |
+
"path": "string",
|
| 8 |
+
"language": "string",
|
| 9 |
+
"identifier": "string",
|
| 10 |
+
"docstring": "string",
|
| 11 |
+
"function": "string",
|
| 12 |
+
"ast_function": "string",
|
| 13 |
+
"obf_function": "string",
|
| 14 |
+
"url": "string",
|
| 15 |
+
"function_sha": "string",
|
| 16 |
+
"source": "string"
|
| 17 |
+
},
|
| 18 |
+
"download_size": 0,
|
| 19 |
+
"dataset_size": 0
|
| 20 |
},
|
| 21 |
+
"validation": {
|
| 22 |
+
"num_rows": 2445,
|
| 23 |
+
"features": {
|
| 24 |
+
"nwo": "string",
|
| 25 |
+
"sha": "string",
|
| 26 |
+
"path": "string",
|
| 27 |
+
"language": "string",
|
| 28 |
+
"identifier": "string",
|
| 29 |
+
"docstring": "string",
|
| 30 |
+
"function": "string",
|
| 31 |
+
"ast_function": "string",
|
| 32 |
+
"obf_function": "string",
|
| 33 |
+
"url": "string",
|
| 34 |
+
"function_sha": "string",
|
| 35 |
+
"source": "string"
|
| 36 |
+
},
|
| 37 |
+
"download_size": 0,
|
| 38 |
+
"dataset_size": 0
|
| 39 |
},
|
| 40 |
+
"test": {
|
| 41 |
+
"num_rows": 2446,
|
| 42 |
+
"features": {
|
| 43 |
+
"nwo": "string",
|
| 44 |
+
"sha": "string",
|
| 45 |
+
"path": "string",
|
| 46 |
+
"language": "string",
|
| 47 |
+
"identifier": "string",
|
| 48 |
+
"docstring": "string",
|
| 49 |
+
"function": "string",
|
| 50 |
+
"ast_function": "string",
|
| 51 |
+
"obf_function": "string",
|
| 52 |
+
"url": "string",
|
| 53 |
+
"function_sha": "string",
|
| 54 |
+
"source": "string"
|
| 55 |
+
},
|
| 56 |
+
"download_size": 0,
|
| 57 |
+
"dataset_size": 0
|
| 58 |
},
|
| 59 |
+
"default": {
|
| 60 |
+
"description": "",
|
| 61 |
+
"citation": "",
|
| 62 |
+
"homepage": "",
|
| 63 |
+
"license": "",
|
| 64 |
+
"features": {
|
| 65 |
+
"nwo": {
|
| 66 |
+
"dtype": "string",
|
| 67 |
+
"_type": "Value"
|
| 68 |
+
},
|
| 69 |
+
"sha": {
|
| 70 |
+
"dtype": "string",
|
| 71 |
+
"_type": "Value"
|
| 72 |
+
},
|
| 73 |
+
"path": {
|
| 74 |
+
"dtype": "string",
|
| 75 |
+
"_type": "Value"
|
| 76 |
+
},
|
| 77 |
+
"language": {
|
| 78 |
+
"dtype": "string",
|
| 79 |
+
"_type": "Value"
|
| 80 |
+
},
|
| 81 |
+
"identifier": {
|
| 82 |
+
"dtype": "string",
|
| 83 |
+
"_type": "Value"
|
| 84 |
+
},
|
| 85 |
+
"docstring": {
|
| 86 |
+
"dtype": "string",
|
| 87 |
+
"_type": "Value"
|
| 88 |
+
},
|
| 89 |
+
"function": {
|
| 90 |
+
"dtype": "string",
|
| 91 |
+
"_type": "Value"
|
| 92 |
+
},
|
| 93 |
+
"ast_function": {
|
| 94 |
+
"dtype": "string",
|
| 95 |
+
"_type": "Value"
|
| 96 |
+
},
|
| 97 |
+
"obf_function": {
|
| 98 |
+
"dtype": "string",
|
| 99 |
+
"_type": "Value"
|
| 100 |
+
},
|
| 101 |
+
"url": {
|
| 102 |
+
"dtype": "string",
|
| 103 |
+
"_type": "Value"
|
| 104 |
+
},
|
| 105 |
+
"function_sha": {
|
| 106 |
+
"dtype": "string",
|
| 107 |
+
"_type": "Value"
|
| 108 |
+
},
|
| 109 |
+
"source": {
|
| 110 |
+
"dtype": "string",
|
| 111 |
+
"_type": "Value"
|
| 112 |
+
}
|
| 113 |
+
},
|
| 114 |
+
"builder_name": "json",
|
| 115 |
+
"dataset_name": "json",
|
| 116 |
+
"config_name": "default",
|
| 117 |
+
"version": {
|
| 118 |
+
"version_str": "0.0.0",
|
| 119 |
+
"major": 0,
|
| 120 |
+
"minor": 0,
|
| 121 |
+
"patch": 0
|
| 122 |
+
},
|
| 123 |
+
"splits": {
|
| 124 |
+
"train": {
|
| 125 |
+
"name": "train",
|
| 126 |
+
"num_bytes": 162123504,
|
| 127 |
+
"num_examples": 19561,
|
| 128 |
+
"dataset_name": null
|
| 129 |
+
},
|
| 130 |
+
"validation": {
|
| 131 |
+
"name": "validation",
|
| 132 |
+
"num_bytes": 18843858,
|
| 133 |
+
"num_examples": 2445,
|
| 134 |
+
"dataset_name": null
|
| 135 |
+
},
|
| 136 |
+
"test": {
|
| 137 |
+
"name": "test",
|
| 138 |
+
"num_bytes": 19867797,
|
| 139 |
+
"num_examples": 2446,
|
| 140 |
+
"dataset_name": null
|
| 141 |
+
}
|
| 142 |
+
},
|
| 143 |
+
"download_size": 42313088,
|
| 144 |
+
"dataset_size": 200835159,
|
| 145 |
+
"size_in_bytes": 243148247
|
| 146 |
+
}
|
| 147 |
+
}
|