Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -28,6 +28,235 @@ configs:
|
|
28 |
- ruby
|
29 |
tags:
|
30 |
- code-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
# Dataset Card for "code_x_glue_ct_code_to_text"
|
33 |
|
|
|
28 |
- ruby
|
29 |
tags:
|
30 |
- code-to-text
|
31 |
+
dataset_info:
|
32 |
+
- config_name: go
|
33 |
+
features:
|
34 |
+
- name: id
|
35 |
+
dtype: int32
|
36 |
+
- name: repo
|
37 |
+
dtype: string
|
38 |
+
- name: path
|
39 |
+
dtype: string
|
40 |
+
- name: func_name
|
41 |
+
dtype: string
|
42 |
+
- name: original_string
|
43 |
+
dtype: string
|
44 |
+
- name: language
|
45 |
+
dtype: string
|
46 |
+
- name: code
|
47 |
+
dtype: string
|
48 |
+
- name: code_tokens
|
49 |
+
sequence: string
|
50 |
+
- name: docstring
|
51 |
+
dtype: string
|
52 |
+
- name: docstring_tokens
|
53 |
+
sequence: string
|
54 |
+
- name: sha
|
55 |
+
dtype: string
|
56 |
+
- name: url
|
57 |
+
dtype: string
|
58 |
+
splits:
|
59 |
+
- name: test
|
60 |
+
num_bytes: 16328458
|
61 |
+
num_examples: 8122
|
62 |
+
- name: train
|
63 |
+
num_bytes: 342244027
|
64 |
+
num_examples: 167288
|
65 |
+
- name: validation
|
66 |
+
num_bytes: 13721912
|
67 |
+
num_examples: 7325
|
68 |
+
download_size: 499922799
|
69 |
+
dataset_size: 372294397
|
70 |
+
- config_name: java
|
71 |
+
features:
|
72 |
+
- name: id
|
73 |
+
dtype: int32
|
74 |
+
- name: repo
|
75 |
+
dtype: string
|
76 |
+
- name: path
|
77 |
+
dtype: string
|
78 |
+
- name: func_name
|
79 |
+
dtype: string
|
80 |
+
- name: original_string
|
81 |
+
dtype: string
|
82 |
+
- name: language
|
83 |
+
dtype: string
|
84 |
+
- name: code
|
85 |
+
dtype: string
|
86 |
+
- name: code_tokens
|
87 |
+
sequence: string
|
88 |
+
- name: docstring
|
89 |
+
dtype: string
|
90 |
+
- name: docstring_tokens
|
91 |
+
sequence: string
|
92 |
+
- name: sha
|
93 |
+
dtype: string
|
94 |
+
- name: url
|
95 |
+
dtype: string
|
96 |
+
splits:
|
97 |
+
- name: test
|
98 |
+
num_bytes: 29080857
|
99 |
+
num_examples: 10955
|
100 |
+
- name: train
|
101 |
+
num_bytes: 452554719
|
102 |
+
num_examples: 164923
|
103 |
+
- name: validation
|
104 |
+
num_bytes: 13366396
|
105 |
+
num_examples: 5183
|
106 |
+
download_size: 1072966017
|
107 |
+
dataset_size: 495001972
|
108 |
+
- config_name: javascript
|
109 |
+
features:
|
110 |
+
- name: id
|
111 |
+
dtype: int32
|
112 |
+
- name: repo
|
113 |
+
dtype: string
|
114 |
+
- name: path
|
115 |
+
dtype: string
|
116 |
+
- name: func_name
|
117 |
+
dtype: string
|
118 |
+
- name: original_string
|
119 |
+
dtype: string
|
120 |
+
- name: language
|
121 |
+
dtype: string
|
122 |
+
- name: code
|
123 |
+
dtype: string
|
124 |
+
- name: code_tokens
|
125 |
+
sequence: string
|
126 |
+
- name: docstring
|
127 |
+
dtype: string
|
128 |
+
- name: docstring_tokens
|
129 |
+
sequence: string
|
130 |
+
- name: sha
|
131 |
+
dtype: string
|
132 |
+
- name: url
|
133 |
+
dtype: string
|
134 |
+
splits:
|
135 |
+
- name: test
|
136 |
+
num_bytes: 10190765
|
137 |
+
num_examples: 3291
|
138 |
+
- name: train
|
139 |
+
num_bytes: 160860743
|
140 |
+
num_examples: 58025
|
141 |
+
- name: validation
|
142 |
+
num_bytes: 10337396
|
143 |
+
num_examples: 3885
|
144 |
+
download_size: 1677110214
|
145 |
+
dataset_size: 181388904
|
146 |
+
- config_name: php
|
147 |
+
features:
|
148 |
+
- name: id
|
149 |
+
dtype: int32
|
150 |
+
- name: repo
|
151 |
+
dtype: string
|
152 |
+
- name: path
|
153 |
+
dtype: string
|
154 |
+
- name: func_name
|
155 |
+
dtype: string
|
156 |
+
- name: original_string
|
157 |
+
dtype: string
|
158 |
+
- name: language
|
159 |
+
dtype: string
|
160 |
+
- name: code
|
161 |
+
dtype: string
|
162 |
+
- name: code_tokens
|
163 |
+
sequence: string
|
164 |
+
- name: docstring
|
165 |
+
dtype: string
|
166 |
+
- name: docstring_tokens
|
167 |
+
sequence: string
|
168 |
+
- name: sha
|
169 |
+
dtype: string
|
170 |
+
- name: url
|
171 |
+
dtype: string
|
172 |
+
splits:
|
173 |
+
- name: test
|
174 |
+
num_bytes: 35375097
|
175 |
+
num_examples: 14014
|
176 |
+
- name: train
|
177 |
+
num_bytes: 614655799
|
178 |
+
num_examples: 241241
|
179 |
+
- name: validation
|
180 |
+
num_bytes: 33283149
|
181 |
+
num_examples: 12982
|
182 |
+
download_size: 864290912
|
183 |
+
dataset_size: 683314045
|
184 |
+
- config_name: python
|
185 |
+
features:
|
186 |
+
- name: id
|
187 |
+
dtype: int32
|
188 |
+
- name: repo
|
189 |
+
dtype: string
|
190 |
+
- name: path
|
191 |
+
dtype: string
|
192 |
+
- name: func_name
|
193 |
+
dtype: string
|
194 |
+
- name: original_string
|
195 |
+
dtype: string
|
196 |
+
- name: language
|
197 |
+
dtype: string
|
198 |
+
- name: code
|
199 |
+
dtype: string
|
200 |
+
- name: code_tokens
|
201 |
+
sequence: string
|
202 |
+
- name: docstring
|
203 |
+
dtype: string
|
204 |
+
- name: docstring_tokens
|
205 |
+
sequence: string
|
206 |
+
- name: sha
|
207 |
+
dtype: string
|
208 |
+
- name: url
|
209 |
+
dtype: string
|
210 |
+
splits:
|
211 |
+
- name: test
|
212 |
+
num_bytes: 50659792
|
213 |
+
num_examples: 14918
|
214 |
+
- name: train
|
215 |
+
num_bytes: 813664500
|
216 |
+
num_examples: 251820
|
217 |
+
- name: validation
|
218 |
+
num_bytes: 46888668
|
219 |
+
num_examples: 13914
|
220 |
+
download_size: 953306861
|
221 |
+
dataset_size: 911212960
|
222 |
+
- config_name: ruby
|
223 |
+
features:
|
224 |
+
- name: id
|
225 |
+
dtype: int32
|
226 |
+
- name: repo
|
227 |
+
dtype: string
|
228 |
+
- name: path
|
229 |
+
dtype: string
|
230 |
+
- name: func_name
|
231 |
+
dtype: string
|
232 |
+
- name: original_string
|
233 |
+
dtype: string
|
234 |
+
- name: language
|
235 |
+
dtype: string
|
236 |
+
- name: code
|
237 |
+
dtype: string
|
238 |
+
- name: code_tokens
|
239 |
+
sequence: string
|
240 |
+
- name: docstring
|
241 |
+
dtype: string
|
242 |
+
- name: docstring_tokens
|
243 |
+
sequence: string
|
244 |
+
- name: sha
|
245 |
+
dtype: string
|
246 |
+
- name: url
|
247 |
+
dtype: string
|
248 |
+
splits:
|
249 |
+
- name: test
|
250 |
+
num_bytes: 2671603
|
251 |
+
num_examples: 1261
|
252 |
+
- name: train
|
253 |
+
num_bytes: 51956595
|
254 |
+
num_examples: 24927
|
255 |
+
- name: validation
|
256 |
+
num_bytes: 2821089
|
257 |
+
num_examples: 1400
|
258 |
+
download_size: 124154892
|
259 |
+
dataset_size: 57449287
|
260 |
---
|
261 |
# Dataset Card for "code_x_glue_ct_code_to_text"
|
262 |
|