Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,42 @@ dataset_info:
|
|
| 44 |
num_examples: 89154
|
| 45 |
download_size: 5117370511
|
| 46 |
dataset_size: 6433794798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
configs:
|
| 48 |
- config_name: default
|
| 49 |
data_files:
|
|
|
|
| 44 |
num_examples: 89154
|
| 45 |
download_size: 5117370511
|
| 46 |
dataset_size: 6433794798
|
| 47 |
+
- config_name: cpp
|
| 48 |
+
features:
|
| 49 |
+
- name: repository_name
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: func_path_in_repository
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: func_name
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: whole_func_string
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: language
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: func_code_string
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: func_code_tokens
|
| 62 |
+
sequence: string
|
| 63 |
+
- name: func_documentation_string
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: func_documentation_tokens
|
| 66 |
+
sequence: string
|
| 67 |
+
- name: split_name
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: func_code_url
|
| 70 |
+
dtype: string
|
| 71 |
+
splits:
|
| 72 |
+
- name: train
|
| 73 |
+
num_bytes: 1429272535
|
| 74 |
+
num_examples: 454451
|
| 75 |
+
- name: test
|
| 76 |
+
num_bytes: 82377246
|
| 77 |
+
num_examples: 26909
|
| 78 |
+
- name: validation
|
| 79 |
+
num_bytes: 42358315
|
| 80 |
+
num_examples: 15328
|
| 81 |
+
download_size: 1060569153
|
| 82 |
+
dataset_size: 1554008096
|
| 83 |
configs:
|
| 84 |
- config_name: default
|
| 85 |
data_files:
|