Commit ·
715bdba
1
Parent(s): 22d4515
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,54 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
- split: test
|
| 9 |
+
path: data/test-*
|
| 10 |
+
- split: validation
|
| 11 |
+
path: data/validation-*
|
| 12 |
+
dataset_info:
|
| 13 |
+
features:
|
| 14 |
+
- name: repository_name
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: func_path_in_repository
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: func_name
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: whole_func_string
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: language
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: func_code_string
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: func_code_tokens
|
| 27 |
+
sequence: string
|
| 28 |
+
- name: func_documentation_string
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: func_documentation_tokens
|
| 31 |
+
sequence: string
|
| 32 |
+
- name: split_name
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: func_code_url
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: parameters
|
| 37 |
+
sequence: string
|
| 38 |
+
- name: question
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: answer
|
| 41 |
+
sequence: string
|
| 42 |
+
splits:
|
| 43 |
+
- name: train
|
| 44 |
+
num_bytes: 10502480533
|
| 45 |
+
num_examples: 3117455
|
| 46 |
+
- name: test
|
| 47 |
+
num_bytes: 578050783
|
| 48 |
+
num_examples: 168654
|
| 49 |
+
- name: validation
|
| 50 |
+
num_bytes: 447416570
|
| 51 |
+
num_examples: 138482
|
| 52 |
+
download_size: 3082853329
|
| 53 |
+
dataset_size: 11527947886
|
| 54 |
---
|