Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,87 @@ task_ids: []
|
|
23 |
pretty_name: CodeXGlueTtTextToText
|
24 |
tags:
|
25 |
- code-documentation-translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
# Dataset Card for "code_x_glue_tt_text_to_text"
|
28 |
|
|
|
23 |
pretty_name: CodeXGlueTtTextToText
|
24 |
tags:
|
25 |
- code-documentation-translation
|
26 |
+
dataset_info:
|
27 |
+
- config_name: da_en
|
28 |
+
features:
|
29 |
+
- name: id
|
30 |
+
dtype: int32
|
31 |
+
- name: source
|
32 |
+
dtype: string
|
33 |
+
- name: target
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: test
|
37 |
+
num_bytes: 190780
|
38 |
+
num_examples: 1000
|
39 |
+
- name: train
|
40 |
+
num_bytes: 8163215
|
41 |
+
num_examples: 42701
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 190340
|
44 |
+
num_examples: 1000
|
45 |
+
download_size: 8007867
|
46 |
+
dataset_size: 8544335
|
47 |
+
- config_name: lv_en
|
48 |
+
features:
|
49 |
+
- name: id
|
50 |
+
dtype: int32
|
51 |
+
- name: source
|
52 |
+
dtype: string
|
53 |
+
- name: target
|
54 |
+
dtype: string
|
55 |
+
splits:
|
56 |
+
- name: test
|
57 |
+
num_bytes: 190875
|
58 |
+
num_examples: 1000
|
59 |
+
- name: train
|
60 |
+
num_bytes: 3644127
|
61 |
+
num_examples: 18749
|
62 |
+
- name: validation
|
63 |
+
num_bytes: 192519
|
64 |
+
num_examples: 1000
|
65 |
+
download_size: 3778501
|
66 |
+
dataset_size: 4027521
|
67 |
+
- config_name: no_en
|
68 |
+
features:
|
69 |
+
- name: id
|
70 |
+
dtype: int32
|
71 |
+
- name: source
|
72 |
+
dtype: string
|
73 |
+
- name: target
|
74 |
+
dtype: string
|
75 |
+
splits:
|
76 |
+
- name: test
|
77 |
+
num_bytes: 197135
|
78 |
+
num_examples: 1000
|
79 |
+
- name: train
|
80 |
+
num_bytes: 8761795
|
81 |
+
num_examples: 44322
|
82 |
+
- name: validation
|
83 |
+
num_bytes: 203823
|
84 |
+
num_examples: 1000
|
85 |
+
download_size: 8606833
|
86 |
+
dataset_size: 9162753
|
87 |
+
- config_name: zh_en
|
88 |
+
features:
|
89 |
+
- name: id
|
90 |
+
dtype: int32
|
91 |
+
- name: source
|
92 |
+
dtype: string
|
93 |
+
- name: target
|
94 |
+
dtype: string
|
95 |
+
splits:
|
96 |
+
- name: test
|
97 |
+
num_bytes: 195245
|
98 |
+
num_examples: 1000
|
99 |
+
- name: train
|
100 |
+
num_bytes: 9592196
|
101 |
+
num_examples: 50154
|
102 |
+
- name: validation
|
103 |
+
num_bytes: 192155
|
104 |
+
num_examples: 1000
|
105 |
+
download_size: 9353684
|
106 |
+
dataset_size: 9979596
|
107 |
---
|
108 |
# Dataset Card for "code_x_glue_tt_text_to_text"
|
109 |
|