Upload dataset
Browse files
Python/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85e66989e8ed3a81f617122526f253601e7214c75485af3b56dc248b27031847
|
3 |
+
size 330127327
|
Python/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cfe4891f2597353895e65e8e2ae64b17a392e1a4324bcbeb7f28725432fecb8
|
3 |
+
size 324847209
|
Python/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d262970a601eae9dcd7cf0efdd274ba0159b1a2703e0d34c74dcdf69eb5fed00
|
3 |
+
size 291259237
|
README.md
CHANGED
@@ -346,6 +346,68 @@ dataset_info:
|
|
346 |
num_examples: 229030
|
347 |
download_size: 272144757
|
348 |
dataset_size: 5225255166.597426
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
configs:
|
350 |
- config_name: C
|
351 |
data_files:
|
@@ -371,4 +433,8 @@ configs:
|
|
371 |
data_files:
|
372 |
- split: train
|
373 |
path: JavaScript/train-*
|
|
|
|
|
|
|
|
|
374 |
---
|
|
|
346 |
num_examples: 229030
|
347 |
download_size: 272144757
|
348 |
dataset_size: 5225255166.597426
|
349 |
+
- config_name: Python
|
350 |
+
features:
|
351 |
+
- name: id
|
352 |
+
dtype: int64
|
353 |
+
- name: file_name
|
354 |
+
dtype: string
|
355 |
+
- name: file_path
|
356 |
+
dtype: string
|
357 |
+
- name: content
|
358 |
+
dtype: string
|
359 |
+
- name: size
|
360 |
+
dtype: int64
|
361 |
+
- name: language
|
362 |
+
dtype: string
|
363 |
+
- name: extension
|
364 |
+
dtype: string
|
365 |
+
- name: total_lines
|
366 |
+
dtype: int64
|
367 |
+
- name: avg_line_length
|
368 |
+
dtype: float64
|
369 |
+
- name: max_line_length
|
370 |
+
dtype: int64
|
371 |
+
- name: alphanum_fraction
|
372 |
+
dtype: float64
|
373 |
+
- name: repo_name
|
374 |
+
dtype: string
|
375 |
+
- name: repo_stars
|
376 |
+
dtype: int64
|
377 |
+
- name: repo_forks
|
378 |
+
dtype: int64
|
379 |
+
- name: repo_open_issues
|
380 |
+
dtype: int64
|
381 |
+
- name: repo_license
|
382 |
+
dtype: string
|
383 |
+
- name: repo_extraction_date
|
384 |
+
dtype: string
|
385 |
+
- name: exact_duplicates_stackv2
|
386 |
+
dtype: bool
|
387 |
+
- name: exact_duplicates_redpajama
|
388 |
+
dtype: bool
|
389 |
+
- name: exact_duplicates_stackv1
|
390 |
+
dtype: bool
|
391 |
+
- name: near_duplicates_stackv2
|
392 |
+
dtype: bool
|
393 |
+
- name: near_duplicates_stackv1
|
394 |
+
dtype: bool
|
395 |
+
- name: near_duplicates_redpajama
|
396 |
+
dtype: bool
|
397 |
+
- name: near_duplicates_codeparrot
|
398 |
+
dtype: bool
|
399 |
+
- name: near_duplicates_githubcode
|
400 |
+
dtype: bool
|
401 |
+
- name: exact_duplicates_githubcode
|
402 |
+
dtype: bool
|
403 |
+
- name: exact_duplicates_codeparrot
|
404 |
+
dtype: bool
|
405 |
+
splits:
|
406 |
+
- name: train
|
407 |
+
num_bytes: 4963246799.24452
|
408 |
+
num_examples: 486932
|
409 |
+
download_size: 946233773
|
410 |
+
dataset_size: 4963246799.24452
|
411 |
configs:
|
412 |
- config_name: C
|
413 |
data_files:
|
|
|
433 |
data_files:
|
434 |
- split: train
|
435 |
path: JavaScript/train-*
|
436 |
+
- config_name: Python
|
437 |
+
data_files:
|
438 |
+
- split: train
|
439 |
+
path: Python/train-*
|
440 |
---
|