Datasets:
rename configs to config_name
Browse files
README.md
CHANGED
@@ -19,13 +19,6 @@ task_categories:
|
|
19 |
- translation
|
20 |
task_ids: []
|
21 |
pretty_name: CodeXGlueCtCodeToText
|
22 |
-
configs:
|
23 |
-
- go
|
24 |
-
- java
|
25 |
-
- javascript
|
26 |
-
- php
|
27 |
-
- python
|
28 |
-
- ruby
|
29 |
tags:
|
30 |
- code-to-text
|
31 |
dataset_info:
|
@@ -257,6 +250,13 @@ dataset_info:
|
|
257 |
num_examples: 1261
|
258 |
download_size: 124154892
|
259 |
dataset_size: 57449287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
260 |
---
|
261 |
# Dataset Card for "code_x_glue_ct_code_to_text"
|
262 |
|
|
|
19 |
- translation
|
20 |
task_ids: []
|
21 |
pretty_name: CodeXGlueCtCodeToText
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
tags:
|
23 |
- code-to-text
|
24 |
dataset_info:
|
|
|
250 |
num_examples: 1261
|
251 |
download_size: 124154892
|
252 |
dataset_size: 57449287
|
253 |
+
config_names:
|
254 |
+
- go
|
255 |
+
- java
|
256 |
+
- javascript
|
257 |
+
- php
|
258 |
+
- python
|
259 |
+
- ruby
|
260 |
---
|
261 |
# Dataset Card for "code_x_glue_ct_code_to_text"
|
262 |
|