Datasets:
Tasks:
Translation
Modalities:
Text
Formats:
parquet
Languages:
code
Size:
10K - 100K
ArXiv:
Tags:
code-to-code
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,26 @@ task_ids: []
|
|
| 19 |
pretty_name: CodeXGlueCcCodeToCodeTrans
|
| 20 |
tags:
|
| 21 |
- code-to-code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
# Dataset Card for "code_x_glue_cc_code_to_code_trans"
|
| 24 |
|
|
|
|
| 19 |
pretty_name: CodeXGlueCcCodeToCodeTrans
|
| 20 |
tags:
|
| 21 |
- code-to-code
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: id
|
| 25 |
+
dtype: int32
|
| 26 |
+
- name: java
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: cs
|
| 29 |
+
dtype: string
|
| 30 |
+
splits:
|
| 31 |
+
- name: test
|
| 32 |
+
num_bytes: 418595
|
| 33 |
+
num_examples: 1000
|
| 34 |
+
- name: train
|
| 35 |
+
num_bytes: 4372657
|
| 36 |
+
num_examples: 10300
|
| 37 |
+
- name: validation
|
| 38 |
+
num_bytes: 226415
|
| 39 |
+
num_examples: 500
|
| 40 |
+
download_size: 4876035
|
| 41 |
+
dataset_size: 5017667
|
| 42 |
---
|
| 43 |
# Dataset Card for "code_x_glue_cc_code_to_code_trans"
|
| 44 |
|