Upload dataset
Browse files- JavaScript/train-00000-of-00001.parquet +3 -0
- README.md +36 -0
JavaScript/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6d95c0881580e9d229665d1cf293c282ccb89870d521a24c75f74e81cf59d20
|
3 |
+
size 26977202
|
README.md
CHANGED
@@ -576,6 +576,38 @@ dataset_info:
|
|
576 |
num_examples: 696249
|
577 |
download_size: 356155574
|
578 |
dataset_size: 1427934975
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
configs:
|
580 |
- config_name: Ada
|
581 |
data_files:
|
@@ -649,4 +681,8 @@ configs:
|
|
649 |
data_files:
|
650 |
- split: train
|
651 |
path: Java/train-*
|
|
|
|
|
|
|
|
|
652 |
---
|
|
|
576 |
num_examples: 696249
|
577 |
download_size: 356155574
|
578 |
dataset_size: 1427934975
|
579 |
+
- config_name: JavaScript
|
580 |
+
features:
|
581 |
+
- name: s_id
|
582 |
+
dtype: string
|
583 |
+
- name: p_id
|
584 |
+
dtype: string
|
585 |
+
- name: u_id
|
586 |
+
dtype: string
|
587 |
+
- name: date
|
588 |
+
dtype: string
|
589 |
+
- name: language
|
590 |
+
dtype: string
|
591 |
+
- name: original_language
|
592 |
+
dtype: string
|
593 |
+
- name: filename_ext
|
594 |
+
dtype: string
|
595 |
+
- name: status
|
596 |
+
dtype: string
|
597 |
+
- name: cpu_time
|
598 |
+
dtype: string
|
599 |
+
- name: memory
|
600 |
+
dtype: string
|
601 |
+
- name: code_size
|
602 |
+
dtype: string
|
603 |
+
- name: code
|
604 |
+
dtype: string
|
605 |
+
splits:
|
606 |
+
- name: train
|
607 |
+
num_bytes: 93577214
|
608 |
+
num_examples: 57805
|
609 |
+
download_size: 26977202
|
610 |
+
dataset_size: 93577214
|
611 |
configs:
|
612 |
- config_name: Ada
|
613 |
data_files:
|
|
|
681 |
data_files:
|
682 |
- split: train
|
683 |
path: Java/train-*
|
684 |
+
- config_name: JavaScript
|
685 |
+
data_files:
|
686 |
+
- split: train
|
687 |
+
path: JavaScript/train-*
|
688 |
---
|