add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,42 @@ task_ids:
|
|
| 20 |
- language-modeling
|
| 21 |
- masked-language-modeling
|
| 22 |
pretty_name: CodeXGlueCcCodeCompletionToken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
# Dataset Card for "code_x_glue_cc_code_completion_token"
|
| 25 |
|
|
@@ -202,4 +238,4 @@ Computational Use of Data Agreement (C-UDA) License.
|
|
| 202 |
|
| 203 |
### Contributions
|
| 204 |
|
| 205 |
-
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|
|
|
|
| 20 |
- language-modeling
|
| 21 |
- masked-language-modeling
|
| 22 |
pretty_name: CodeXGlueCcCodeCompletionToken
|
| 23 |
+
dataset_info:
|
| 24 |
+
- config_name: java
|
| 25 |
+
features:
|
| 26 |
+
- name: id
|
| 27 |
+
dtype: int32
|
| 28 |
+
- name: code
|
| 29 |
+
sequence: string
|
| 30 |
+
splits:
|
| 31 |
+
- name: test
|
| 32 |
+
num_bytes: 43027956
|
| 33 |
+
num_examples: 8268
|
| 34 |
+
- name: train
|
| 35 |
+
num_bytes: 128312061
|
| 36 |
+
num_examples: 12934
|
| 37 |
+
- name: validation
|
| 38 |
+
num_bytes: 30259174
|
| 39 |
+
num_examples: 7189
|
| 40 |
+
download_size: 126856519
|
| 41 |
+
dataset_size: 201599191
|
| 42 |
+
- config_name: python
|
| 43 |
+
features:
|
| 44 |
+
- name: id
|
| 45 |
+
dtype: int32
|
| 46 |
+
- name: path
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: code
|
| 49 |
+
sequence: string
|
| 50 |
+
splits:
|
| 51 |
+
- name: test
|
| 52 |
+
num_bytes: 333978088
|
| 53 |
+
num_examples: 50000
|
| 54 |
+
- name: train
|
| 55 |
+
num_bytes: 684319575
|
| 56 |
+
num_examples: 100000
|
| 57 |
+
download_size: 199067128
|
| 58 |
+
dataset_size: 1018297663
|
| 59 |
---
|
| 60 |
# Dataset Card for "code_x_glue_cc_code_completion_token"
|
| 61 |
|
|
|
|
| 238 |
|
| 239 |
### Contributions
|
| 240 |
|
| 241 |
+
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|