Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,6 +1,54 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: int64
|
|
@@ -49,6 +97,10 @@ dataset_info:
|
|
| 49 |
download_size: 111104377
|
| 50 |
dataset_size: 372408267
|
| 51 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
- config_name: ErlangExact
|
| 53 |
data_files:
|
| 54 |
- split: train
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: CommonLispExact
|
| 4 |
+
features:
|
| 5 |
+
- name: id
|
| 6 |
+
dtype: int64
|
| 7 |
+
- name: file_name
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: file_path
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: content
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: size
|
| 14 |
+
dtype: int64
|
| 15 |
+
- name: language
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: extension
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: total_lines
|
| 20 |
+
dtype: int64
|
| 21 |
+
- name: avg_line_length
|
| 22 |
+
dtype: float64
|
| 23 |
+
- name: max_line_length
|
| 24 |
+
dtype: int64
|
| 25 |
+
- name: alphanum_fraction
|
| 26 |
+
dtype: float64
|
| 27 |
+
- name: repo_name
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: repo_stars
|
| 30 |
+
dtype: int64
|
| 31 |
+
- name: repo_forks
|
| 32 |
+
dtype: int64
|
| 33 |
+
- name: repo_open_issues
|
| 34 |
+
dtype: int64
|
| 35 |
+
- name: repo_license
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: repo_extraction_date
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: sha
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: __index_level_0__
|
| 42 |
+
dtype: int64
|
| 43 |
+
- name: exdup_ids_erlang_stkv2
|
| 44 |
+
sequence: int64
|
| 45 |
+
splits:
|
| 46 |
+
- name: train
|
| 47 |
+
num_bytes: 296745839
|
| 48 |
+
num_examples: 16968
|
| 49 |
+
download_size: 110463134
|
| 50 |
+
dataset_size: 296745839
|
| 51 |
+
- config_name: ErlangExact
|
| 52 |
features:
|
| 53 |
- name: id
|
| 54 |
dtype: int64
|
|
|
|
| 97 |
download_size: 111104377
|
| 98 |
dataset_size: 372408267
|
| 99 |
configs:
|
| 100 |
+
- config_name: CommonLispExact
|
| 101 |
+
data_files:
|
| 102 |
+
- split: train
|
| 103 |
+
path: data/CommonLisp_Exact/train-*
|
| 104 |
- config_name: ErlangExact
|
| 105 |
data_files:
|
| 106 |
- split: train
|
data/CommonLisp_Exact/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d73a5850c4b739ed9620964354a1bf032c303b1a528de47f139a4878feed789
|
| 3 |
+
size 110463134
|