Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -142,6 +142,43 @@ pretty_name: CC100
|
|
142 |
configs:
|
143 |
- am
|
144 |
- sr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
---
|
146 |
|
147 |
# Dataset Card for CC100
|
@@ -332,4 +369,4 @@ Statistical Machine Translation at the University of Edinburgh makes no claims o
|
|
332 |
|
333 |
### Contributions
|
334 |
|
335 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
142 |
configs:
|
143 |
- am
|
144 |
- sr
|
145 |
+
dataset_info:
|
146 |
+
- config_name: am
|
147 |
+
features:
|
148 |
+
- name: id
|
149 |
+
dtype: string
|
150 |
+
- name: text
|
151 |
+
dtype: string
|
152 |
+
splits:
|
153 |
+
- name: train
|
154 |
+
num_bytes: 935440775
|
155 |
+
num_examples: 3124561
|
156 |
+
download_size: 138821056
|
157 |
+
dataset_size: 935440775
|
158 |
+
- config_name: sr
|
159 |
+
features:
|
160 |
+
- name: id
|
161 |
+
dtype: string
|
162 |
+
- name: text
|
163 |
+
dtype: string
|
164 |
+
splits:
|
165 |
+
- name: train
|
166 |
+
num_bytes: 10299427460
|
167 |
+
num_examples: 35747957
|
168 |
+
download_size: 1578989320
|
169 |
+
dataset_size: 10299427460
|
170 |
+
- config_name: ka
|
171 |
+
features:
|
172 |
+
- name: id
|
173 |
+
dtype: string
|
174 |
+
- name: text
|
175 |
+
dtype: string
|
176 |
+
splits:
|
177 |
+
- name: train
|
178 |
+
num_bytes: 10228918845
|
179 |
+
num_examples: 31708119
|
180 |
+
download_size: 1100446372
|
181 |
+
dataset_size: 10228918845
|
182 |
---
|
183 |
|
184 |
# Dataset Card for CC100
|
|
|
369 |
|
370 |
### Contributions
|
371 |
|
372 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|