Upload dataset
Browse files- Python/train-00000-of-00001.parquet +3 -0
- README.md +32 -0
Python/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c96efab48ab41657d035e00234b804363946f83ed00e910c3193ecda7a033a7
|
| 3 |
+
size 43846401
|
README.md
CHANGED
|
@@ -228,6 +228,34 @@ dataset_info:
|
|
| 228 |
num_examples: 22365
|
| 229 |
download_size: 1987572
|
| 230 |
dataset_size: 4305039
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 231 |
configs:
|
| 232 |
- config_name: C
|
| 233 |
data_files:
|
|
@@ -261,4 +289,8 @@ configs:
|
|
| 261 |
data_files:
|
| 262 |
- split: train
|
| 263 |
path: PHP/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 264 |
---
|
|
|
|
| 228 |
num_examples: 22365
|
| 229 |
download_size: 1987572
|
| 230 |
dataset_size: 4305039
|
| 231 |
+
- config_name: Python
|
| 232 |
+
features:
|
| 233 |
+
- name: blob_id
|
| 234 |
+
dtype: large_string
|
| 235 |
+
- name: language
|
| 236 |
+
dtype: large_string
|
| 237 |
+
- name: repo_name
|
| 238 |
+
dtype: large_string
|
| 239 |
+
- name: path
|
| 240 |
+
dtype: large_string
|
| 241 |
+
- name: src_encoding
|
| 242 |
+
dtype: large_string
|
| 243 |
+
- name: length_bytes
|
| 244 |
+
dtype: int64
|
| 245 |
+
- name: score
|
| 246 |
+
dtype: float64
|
| 247 |
+
- name: int_score
|
| 248 |
+
dtype: int64
|
| 249 |
+
- name: detected_licenses
|
| 250 |
+
large_list: large_string
|
| 251 |
+
- name: license_type
|
| 252 |
+
dtype: large_string
|
| 253 |
+
splits:
|
| 254 |
+
- name: train
|
| 255 |
+
num_bytes: 89313081
|
| 256 |
+
num_examples: 458826
|
| 257 |
+
download_size: 43846401
|
| 258 |
+
dataset_size: 89313081
|
| 259 |
configs:
|
| 260 |
- config_name: C
|
| 261 |
data_files:
|
|
|
|
| 289 |
data_files:
|
| 290 |
- split: train
|
| 291 |
path: PHP/train-*
|
| 292 |
+
- config_name: Python
|
| 293 |
+
data_files:
|
| 294 |
+
- split: train
|
| 295 |
+
path: Python/train-*
|
| 296 |
---
|