Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,33 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- id
|
4 |
+
license:
|
5 |
+
- cc-by-nc-4.0
|
6 |
+
---
|
7 |
+
|
8 |
+
# Indonesian Children News Dataset
|
9 |
+
|
10 |
+
This dataset contains articles from Indonesian children's news sources.
|
11 |
+
|
12 |
+
## Dataset Description
|
13 |
+
|
14 |
+
### Dataset Statistics
|
15 |
+
- Number of articles: 18,507
|
16 |
+
- Total number of tokens: 9,531,263
|
17 |
+
- Number of unique tokens: 85,341
|
18 |
+
- Average tokens per article: 515.01
|
19 |
+
|
20 |
+
The dataset contains these columns:
|
21 |
+
- `text`: The full text content of the article
|
22 |
+
- `title`: The article title
|
23 |
+
- `url`: Source URL
|
24 |
+
- `published_date`: Article publication date
|
25 |
+
|
26 |
+
### Source
|
27 |
+
The articles are gathered from publicly available children's news websites.
|
28 |
+
The dataset follows the Creative Commons Attribution-NonCommercial 4.0 International License.
|
29 |
+
|
30 |
+
### Data Processing
|
31 |
+
1. Articles were scraped from the source websites
|
32 |
+
2. Cleaned and formatted into consistent JSON structure
|
33 |
+
3. Converted to HuggingFace dataset format
|