Datasets:
Tasks:
Text Retrieval
Formats:
parquet
Sub-tasks:
document-retrieval
Size:
100K - 1M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,58 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- document-retrieval
|
21 |
pretty_name: CodeXGlueTcNlCodeSearchAdv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
# Dataset Card for "code_x_glue_tc_nl_code_search_adv"
|
24 |
|
@@ -201,4 +253,4 @@ Computational Use of Data Agreement (C-UDA) License.
|
|
201 |
|
202 |
### Contributions
|
203 |
|
204 |
-
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|
|
|
19 |
task_ids:
|
20 |
- document-retrieval
|
21 |
pretty_name: CodeXGlueTcNlCodeSearchAdv
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: int32
|
26 |
+
- name: repo
|
27 |
+
dtype: string
|
28 |
+
- name: path
|
29 |
+
dtype: string
|
30 |
+
- name: func_name
|
31 |
+
dtype: string
|
32 |
+
- name: original_string
|
33 |
+
dtype: string
|
34 |
+
- name: language
|
35 |
+
dtype: string
|
36 |
+
- name: code
|
37 |
+
dtype: string
|
38 |
+
- name: code_tokens
|
39 |
+
sequence: string
|
40 |
+
- name: docstring
|
41 |
+
dtype: string
|
42 |
+
- name: docstring_tokens
|
43 |
+
sequence: string
|
44 |
+
- name: sha
|
45 |
+
dtype: string
|
46 |
+
- name: url
|
47 |
+
dtype: string
|
48 |
+
- name: docstring_summary
|
49 |
+
dtype: string
|
50 |
+
- name: parameters
|
51 |
+
dtype: string
|
52 |
+
- name: return_statement
|
53 |
+
dtype: string
|
54 |
+
- name: argument_list
|
55 |
+
dtype: string
|
56 |
+
- name: identifier
|
57 |
+
dtype: string
|
58 |
+
- name: nwo
|
59 |
+
dtype: string
|
60 |
+
- name: score
|
61 |
+
dtype: float32
|
62 |
+
splits:
|
63 |
+
- name: test
|
64 |
+
num_bytes: 47433760
|
65 |
+
num_examples: 19210
|
66 |
+
- name: train
|
67 |
+
num_bytes: 820716084
|
68 |
+
num_examples: 251820
|
69 |
+
- name: validation
|
70 |
+
num_bytes: 23468834
|
71 |
+
num_examples: 9604
|
72 |
+
download_size: 966025624
|
73 |
+
dataset_size: 891618678
|
74 |
---
|
75 |
# Dataset Card for "code_x_glue_tc_nl_code_search_adv"
|
76 |
|
|
|
253 |
|
254 |
### Contributions
|
255 |
|
256 |
+
Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
|