haznitrama commited on
Commit
ef046f7
·
verified ·
1 Parent(s): cd55592

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -23
README.md CHANGED
@@ -1,23 +1,33 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: title
5
- dtype: string
6
- - name: url
7
- dtype: string
8
- - name: published_date
9
- dtype: string
10
- - name: text
11
- dtype: string
12
- splits:
13
- - name: train
14
- num_bytes: 70057473
15
- num_examples: 18507
16
- download_size: 32249371
17
- dataset_size: 70057473
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
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