Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -27,6 +27,35 @@ configs:
|
|
27 |
- php
|
28 |
- python
|
29 |
- ruby
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
# Dataset Card for "code_x_glue_cc_code_completion_line"
|
32 |
|
@@ -197,4 +226,4 @@ Computational Use of Data Agreement (C-UDA) License.
|
|
197 |
|
198 |
### Contributions
|
199 |
|
200 |
-
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|
|
|
27 |
- php
|
28 |
- python
|
29 |
- ruby
|
30 |
+
dataset_info:
|
31 |
+
- config_name: java
|
32 |
+
features:
|
33 |
+
- name: id
|
34 |
+
dtype: int32
|
35 |
+
- name: input
|
36 |
+
dtype: string
|
37 |
+
- name: gt
|
38 |
+
dtype: string
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 5454783
|
42 |
+
num_examples: 3000
|
43 |
+
download_size: 5523586
|
44 |
+
dataset_size: 5454783
|
45 |
+
- config_name: python
|
46 |
+
features:
|
47 |
+
- name: id
|
48 |
+
dtype: int32
|
49 |
+
- name: input
|
50 |
+
dtype: string
|
51 |
+
- name: gt
|
52 |
+
dtype: string
|
53 |
+
splits:
|
54 |
+
- name: train
|
55 |
+
num_bytes: 24021562
|
56 |
+
num_examples: 10000
|
57 |
+
download_size: 24266715
|
58 |
+
dataset_size: 24021562
|
59 |
---
|
60 |
# Dataset Card for "code_x_glue_cc_code_completion_line"
|
61 |
|
|
|
226 |
|
227 |
### Contributions
|
228 |
|
229 |
+
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|