Upload dataset
Browse files
README.md
CHANGED
@@ -590,6 +590,62 @@ dataset_info:
|
|
590 |
num_examples: 16968
|
591 |
download_size: 109001677
|
592 |
dataset_size: 296675138
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
593 |
- config_name: CoqExact
|
594 |
features:
|
595 |
- name: id
|
@@ -2615,6 +2671,10 @@ configs:
|
|
2615 |
data_files:
|
2616 |
- split: train
|
2617 |
path: data/CommonLisp_Exact/train-*
|
|
|
|
|
|
|
|
|
2618 |
- config_name: CoqExact
|
2619 |
data_files:
|
2620 |
- split: train
|
|
|
590 |
num_examples: 16968
|
591 |
download_size: 109001677
|
592 |
dataset_size: 296675138
|
593 |
+
- config_name: CommonLispNear
|
594 |
+
features:
|
595 |
+
- name: id
|
596 |
+
dtype: int64
|
597 |
+
- name: file_name
|
598 |
+
dtype: string
|
599 |
+
- name: file_path
|
600 |
+
dtype: string
|
601 |
+
- name: content
|
602 |
+
dtype: string
|
603 |
+
- name: size
|
604 |
+
dtype: int64
|
605 |
+
- name: language
|
606 |
+
dtype: string
|
607 |
+
- name: extension
|
608 |
+
dtype: string
|
609 |
+
- name: total_lines
|
610 |
+
dtype: int64
|
611 |
+
- name: avg_line_length
|
612 |
+
dtype: float64
|
613 |
+
- name: max_line_length
|
614 |
+
dtype: int64
|
615 |
+
- name: alphanum_fraction
|
616 |
+
dtype: float64
|
617 |
+
- name: repo_name
|
618 |
+
dtype: string
|
619 |
+
- name: repo_stars
|
620 |
+
dtype: int64
|
621 |
+
- name: repo_forks
|
622 |
+
dtype: int64
|
623 |
+
- name: repo_open_issues
|
624 |
+
dtype: int64
|
625 |
+
- name: repo_license
|
626 |
+
dtype: string
|
627 |
+
- name: repo_extraction_date
|
628 |
+
dtype: string
|
629 |
+
- name: sha
|
630 |
+
dtype: string
|
631 |
+
- name: __index_level_0__
|
632 |
+
dtype: int64
|
633 |
+
- name: exact_dupe_TheStackV2
|
634 |
+
dtype: bool
|
635 |
+
- name: exact_dupe_RedPajama
|
636 |
+
dtype: bool
|
637 |
+
- name: exact_dupe_GithubCode
|
638 |
+
dtype: bool
|
639 |
+
- name: exact_dupe_TheStackV1
|
640 |
+
dtype: bool
|
641 |
+
- name: near_dups_stackv2
|
642 |
+
dtype: bool
|
643 |
+
splits:
|
644 |
+
- name: train
|
645 |
+
num_bytes: 296677259
|
646 |
+
num_examples: 16968
|
647 |
+
download_size: 110404051
|
648 |
+
dataset_size: 296677259
|
649 |
- config_name: CoqExact
|
650 |
features:
|
651 |
- name: id
|
|
|
2671 |
data_files:
|
2672 |
- split: train
|
2673 |
path: data/CommonLisp_Exact/train-*
|
2674 |
+
- config_name: CommonLispNear
|
2675 |
+
data_files:
|
2676 |
+
- split: train
|
2677 |
+
path: data/CommonLisp_Near/train-*
|
2678 |
- config_name: CoqExact
|
2679 |
data_files:
|
2680 |
- split: train
|
data/CommonLisp_Near/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9656bee59c1fe5e0fefdd788723524dee9a5b295e59e8f64f6b25c77114db102
|
3 |
+
size 110404051
|