add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,31 @@ task_categories:
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: IdPanlBppt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for [Dataset Name]
|
@@ -172,4 +197,4 @@ The dataset is splitted in to train, validation and test sets.
|
|
172 |
|
173 |
### Contributions
|
174 |
|
175 |
-
Thanks to [@cahya-wirawan](https://github.com/cahya-wirawan) for adding this dataset.
|
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: IdPanlBppt
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: translation
|
27 |
+
dtype:
|
28 |
+
translation:
|
29 |
+
languages:
|
30 |
+
- en
|
31 |
+
- id
|
32 |
+
- name: topic
|
33 |
+
dtype:
|
34 |
+
class_label:
|
35 |
+
names:
|
36 |
+
0: Economy
|
37 |
+
1: International
|
38 |
+
2: Science
|
39 |
+
3: Sport
|
40 |
+
config_name: id_panl_bppt
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 7455924
|
44 |
+
num_examples: 24021
|
45 |
+
download_size: 2366973
|
46 |
+
dataset_size: 7455924
|
47 |
---
|
48 |
|
49 |
# Dataset Card for [Dataset Name]
|
|
|
197 |
|
198 |
### Contributions
|
199 |
|
200 |
+
Thanks to [@cahya-wirawan](https://github.com/cahya-wirawan) for adding this dataset.
|