Datasets:

Languages:
code
Multilinguality:
multilingual
Language Creators:
machine-generated
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
235fcf2
1 Parent(s): 70cb78f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +253 -0
README.md CHANGED
@@ -31,6 +31,259 @@ configs:
31
  - php
32
  - python
33
  - ruby
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
 
36
  # Dataset Card for CodeSearchNet corpus
 
31
  - php
32
  - python
33
  - ruby
34
+ dataset_info:
35
+ - config_name: all
36
+ features:
37
+ - name: repository_name
38
+ dtype: string
39
+ - name: func_path_in_repository
40
+ dtype: string
41
+ - name: func_name
42
+ dtype: string
43
+ - name: whole_func_string
44
+ dtype: string
45
+ - name: language
46
+ dtype: string
47
+ - name: func_code_string
48
+ dtype: string
49
+ - name: func_code_tokens
50
+ sequence: string
51
+ - name: func_documentation_string
52
+ dtype: string
53
+ - name: func_documentation_tokens
54
+ sequence: string
55
+ - name: split_name
56
+ dtype: string
57
+ - name: func_code_url
58
+ dtype: string
59
+ splits:
60
+ - name: test
61
+ num_bytes: 308626333
62
+ num_examples: 100529
63
+ - name: train
64
+ num_bytes: 5850604083
65
+ num_examples: 1880853
66
+ - name: validation
67
+ num_bytes: 274564382
68
+ num_examples: 89154
69
+ download_size: 5117370511
70
+ dataset_size: 6433794798
71
+ - config_name: java
72
+ features:
73
+ - name: repository_name
74
+ dtype: string
75
+ - name: func_path_in_repository
76
+ dtype: string
77
+ - name: func_name
78
+ dtype: string
79
+ - name: whole_func_string
80
+ dtype: string
81
+ - name: language
82
+ dtype: string
83
+ - name: func_code_string
84
+ dtype: string
85
+ - name: func_code_tokens
86
+ sequence: string
87
+ - name: func_documentation_string
88
+ dtype: string
89
+ - name: func_documentation_tokens
90
+ sequence: string
91
+ - name: split_name
92
+ dtype: string
93
+ - name: func_code_url
94
+ dtype: string
95
+ splits:
96
+ - name: test
97
+ num_bytes: 82377246
98
+ num_examples: 26909
99
+ - name: train
100
+ num_bytes: 1429272535
101
+ num_examples: 454451
102
+ - name: validation
103
+ num_bytes: 42358315
104
+ num_examples: 15328
105
+ download_size: 1060569153
106
+ dataset_size: 1554008096
107
+ - config_name: go
108
+ features:
109
+ - name: repository_name
110
+ dtype: string
111
+ - name: func_path_in_repository
112
+ dtype: string
113
+ - name: func_name
114
+ dtype: string
115
+ - name: whole_func_string
116
+ dtype: string
117
+ - name: language
118
+ dtype: string
119
+ - name: func_code_string
120
+ dtype: string
121
+ - name: func_code_tokens
122
+ sequence: string
123
+ - name: func_documentation_string
124
+ dtype: string
125
+ - name: func_documentation_tokens
126
+ sequence: string
127
+ - name: split_name
128
+ dtype: string
129
+ - name: func_code_url
130
+ dtype: string
131
+ splits:
132
+ - name: test
133
+ num_bytes: 32286998
134
+ num_examples: 14291
135
+ - name: train
136
+ num_bytes: 738153234
137
+ num_examples: 317832
138
+ - name: validation
139
+ num_bytes: 26888527
140
+ num_examples: 14242
141
+ download_size: 487525935
142
+ dataset_size: 797328759
143
+ - config_name: python
144
+ features:
145
+ - name: repository_name
146
+ dtype: string
147
+ - name: func_path_in_repository
148
+ dtype: string
149
+ - name: func_name
150
+ dtype: string
151
+ - name: whole_func_string
152
+ dtype: string
153
+ - name: language
154
+ dtype: string
155
+ - name: func_code_string
156
+ dtype: string
157
+ - name: func_code_tokens
158
+ sequence: string
159
+ - name: func_documentation_string
160
+ dtype: string
161
+ - name: func_documentation_tokens
162
+ sequence: string
163
+ - name: split_name
164
+ dtype: string
165
+ - name: func_code_url
166
+ dtype: string
167
+ splits:
168
+ - name: test
169
+ num_bytes: 84342064
170
+ num_examples: 22176
171
+ - name: train
172
+ num_bytes: 1559645310
173
+ num_examples: 412178
174
+ - name: validation
175
+ num_bytes: 92154786
176
+ num_examples: 23107
177
+ download_size: 940909997
178
+ dataset_size: 1736142160
179
+ - config_name: javascript
180
+ features:
181
+ - name: repository_name
182
+ dtype: string
183
+ - name: func_path_in_repository
184
+ dtype: string
185
+ - name: func_name
186
+ dtype: string
187
+ - name: whole_func_string
188
+ dtype: string
189
+ - name: language
190
+ dtype: string
191
+ - name: func_code_string
192
+ dtype: string
193
+ - name: func_code_tokens
194
+ sequence: string
195
+ - name: func_documentation_string
196
+ dtype: string
197
+ - name: func_documentation_tokens
198
+ sequence: string
199
+ - name: split_name
200
+ dtype: string
201
+ - name: func_code_url
202
+ dtype: string
203
+ splits:
204
+ - name: test
205
+ num_bytes: 24056972
206
+ num_examples: 6483
207
+ - name: train
208
+ num_bytes: 480286523
209
+ num_examples: 123889
210
+ - name: validation
211
+ num_bytes: 30168242
212
+ num_examples: 8253
213
+ download_size: 1664713350
214
+ dataset_size: 534511737
215
+ - config_name: ruby
216
+ features:
217
+ - name: repository_name
218
+ dtype: string
219
+ - name: func_path_in_repository
220
+ dtype: string
221
+ - name: func_name
222
+ dtype: string
223
+ - name: whole_func_string
224
+ dtype: string
225
+ - name: language
226
+ dtype: string
227
+ - name: func_code_string
228
+ dtype: string
229
+ - name: func_code_tokens
230
+ sequence: string
231
+ - name: func_documentation_string
232
+ dtype: string
233
+ - name: func_documentation_tokens
234
+ sequence: string
235
+ - name: split_name
236
+ dtype: string
237
+ - name: func_code_url
238
+ dtype: string
239
+ splits:
240
+ - name: test
241
+ num_bytes: 5359280
242
+ num_examples: 2279
243
+ - name: train
244
+ num_bytes: 110681715
245
+ num_examples: 48791
246
+ - name: validation
247
+ num_bytes: 4830744
248
+ num_examples: 2209
249
+ download_size: 111758028
250
+ dataset_size: 120871739
251
+ - config_name: php
252
+ features:
253
+ - name: repository_name
254
+ dtype: string
255
+ - name: func_path_in_repository
256
+ dtype: string
257
+ - name: func_name
258
+ dtype: string
259
+ - name: whole_func_string
260
+ dtype: string
261
+ - name: language
262
+ dtype: string
263
+ - name: func_code_string
264
+ dtype: string
265
+ - name: func_code_tokens
266
+ sequence: string
267
+ - name: func_documentation_string
268
+ dtype: string
269
+ - name: func_documentation_tokens
270
+ sequence: string
271
+ - name: split_name
272
+ dtype: string
273
+ - name: func_code_url
274
+ dtype: string
275
+ splits:
276
+ - name: test
277
+ num_bytes: 80203877
278
+ num_examples: 28391
279
+ - name: train
280
+ num_bytes: 1532564870
281
+ num_examples: 523712
282
+ - name: validation
283
+ num_bytes: 78163924
284
+ num_examples: 26015
285
+ download_size: 851894048
286
+ dataset_size: 1690932671
287
  ---
288
 
289
  # Dataset Card for CodeSearchNet corpus