Upload dataset
Browse files- README.md +34 -0
- javascript/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -30,6 +30,36 @@ dataset_info:
|
|
30 |
num_examples: 454451
|
31 |
download_size: 392317704
|
32 |
dataset_size: 1429270143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
- config_name: python
|
34 |
features:
|
35 |
- name: repository_name
|
@@ -65,6 +95,10 @@ configs:
|
|
65 |
data_files:
|
66 |
- split: train
|
67 |
path: java/train-*
|
|
|
|
|
|
|
|
|
68 |
- config_name: python
|
69 |
data_files:
|
70 |
- split: train
|
|
|
30 |
num_examples: 454451
|
31 |
download_size: 392317704
|
32 |
dataset_size: 1429270143
|
33 |
+
- config_name: javascript
|
34 |
+
features:
|
35 |
+
- name: repository_name
|
36 |
+
dtype: string
|
37 |
+
- name: func_path_in_repository
|
38 |
+
dtype: string
|
39 |
+
- name: func_name
|
40 |
+
dtype: string
|
41 |
+
- name: whole_func_string
|
42 |
+
dtype: string
|
43 |
+
- name: language
|
44 |
+
dtype: string
|
45 |
+
- name: func_code_string
|
46 |
+
dtype: string
|
47 |
+
- name: func_code_tokens
|
48 |
+
sequence: string
|
49 |
+
- name: func_documentation_string
|
50 |
+
dtype: string
|
51 |
+
- name: func_documentation_tokens
|
52 |
+
sequence: string
|
53 |
+
- name: split_name
|
54 |
+
dtype: string
|
55 |
+
- name: func_code_url
|
56 |
+
dtype: string
|
57 |
+
splits:
|
58 |
+
- name: train
|
59 |
+
num_bytes: 480285847
|
60 |
+
num_examples: 123889
|
61 |
+
download_size: 160289085
|
62 |
+
dataset_size: 480285847
|
63 |
- config_name: python
|
64 |
features:
|
65 |
- name: repository_name
|
|
|
95 |
data_files:
|
96 |
- split: train
|
97 |
path: java/train-*
|
98 |
+
- config_name: javascript
|
99 |
+
data_files:
|
100 |
+
- split: train
|
101 |
+
path: javascript/train-*
|
102 |
- config_name: python
|
103 |
data_files:
|
104 |
- split: train
|
javascript/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ac3c8851ec93138210cae0ec7b8a7ddfeaa94b9eb148dc4a8cb184397740184
|
3 |
+
size 160289085
|