Datasets:
Update files from the datasets library (from 1.16.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.16.0
- README.md +13 -4
- id_newspapers_2018.py +8 -13
README.md
CHANGED
@@ -18,6 +18,7 @@ task_categories:
|
|
18 |
task_ids:
|
19 |
- language-modeling
|
20 |
paperswithcode_id: null
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Card for Indonesian Newspapers 2018
|
@@ -84,7 +85,15 @@ Indonesian
|
|
84 |
```
|
85 |
### Data Instances
|
86 |
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
### Data Fields
|
90 |
- `id`: id of the sample
|
@@ -95,7 +104,7 @@ Indonesian
|
|
95 |
|
96 |
### Data Splits
|
97 |
|
98 |
-
The dataset contains train set.
|
99 |
|
100 |
## Dataset Creation
|
101 |
|
@@ -148,11 +157,11 @@ The dataset contains train set.
|
|
148 |
|
149 |
### Licensing Information
|
150 |
|
151 |
-
|
152 |
|
153 |
### Citation Information
|
154 |
|
155 |
-
[
|
156 |
|
157 |
### Contributions
|
158 |
|
|
|
18 |
task_ids:
|
19 |
- language-modeling
|
20 |
paperswithcode_id: null
|
21 |
+
pretty_name: Indonesian Newspapers 2018
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Indonesian Newspapers 2018
|
|
|
85 |
```
|
86 |
### Data Instances
|
87 |
|
88 |
+
An instance from the dataset is
|
89 |
+
|
90 |
+
```
|
91 |
+
{'id': '0',
|
92 |
+
'url': 'https://www.cnnindonesia.com/olahraga/20161221234219-156-181385/lorenzo-ingin-samai-rekor-rossi-dan-stoner',
|
93 |
+
'date': '2016-12-22 07:00:00',
|
94 |
+
'title': 'Lorenzo Ingin Samai Rekor Rossi dan Stoner',
|
95 |
+
'content': 'Jakarta, CNN Indonesia -- Setelah bergabung dengan Ducati, Jorge Lorenzo berharap bisa masuk dalam jajaran pebalap yang mampu jadi juara dunia kelas utama dengan dua pabrikan berbeda. Pujian Max Biaggi untuk Valentino Rossi Jorge Lorenzo Hadir dalam Ucapan Selamat Natal Yamaha Iannone: Saya Sering Jatuh Karena Ingin yang Terbaik Sepanjang sejarah, hanya ada lima pebalap yang mampu jadi juara kelas utama (500cc/MotoGP) dengan dua pabrikan berbeda, yaitu Geoff Duke, Giacomo Agostini, Eddie Lawson, Valentino Rossi, dan Casey Stoner. Lorenzo ingin bergabung dalam jajaran legenda tersebut. “Fakta ini sangat penting bagi saya karena hanya ada lima pebalap yang mampu menang dengan dua pabrikan berbeda dalam sejarah balap motor.” “Kedatangan saya ke Ducati juga menghadirkan tantangan yang sangat menarik karena hampir tak ada yang bisa menang dengan Ducati sebelumnya, kecuali Casey Stoner. Hal itu jadi motivasi yang sangat bagus bagi saya,” tutur Lorenzo seperti dikutip dari Crash Lorenzo saat ini diliputi rasa penasaran yang besar untuk menunggang sepeda motor Desmosedici yang dipakai tim Ducati karena ia baru sekali menjajal motor tersebut pada sesi tes di Valencia, usai MotoGP musim 2016 berakhir. “Saya sangat tertarik dengan Ducati arena saya hanya memiliki kesempatan mencoba motor itu di Valencia dua hari setelah musim berakhir. Setelah itu saya tak boleh lagi menjajalnya hingga akhir Januari mendatang. Jadi saya menjalani penantian selama dua bulan yang panjang,” kata pebalap asal Spanyol ini. Dengan kondisi tersebut, maka Lorenzo memanfaatkan waktu yang ada untuk liburan dan melepaskan penat. “Setidaknya apa yang terjadi pada saya saat ini sangat bagus karena saya jadi memiliki waktu bebas dan sedikit liburan.” “Namun tentunya saya tak akan larut dalam liburan karena saya harus lebih bersiap, terutama dalam kondisi fisik dibandingkan sebelumnya, karena saya akan menunggangi motor yang sulit dikendarai,” ucap Lorenzo. Selama sembilan musim bersama Yamaha, Lorenzo sendiri sudah tiga kali jadi juara dunia, yaitu pada 2010, 2012, dan 2015. (kid)'}
|
96 |
+
```
|
97 |
|
98 |
### Data Fields
|
99 |
- `id`: id of the sample
|
|
|
104 |
|
105 |
### Data Splits
|
106 |
|
107 |
+
The dataset contains train set of 499164 samples.
|
108 |
|
109 |
## Dataset Creation
|
110 |
|
|
|
157 |
|
158 |
### Licensing Information
|
159 |
|
160 |
+
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. The dataset is shared for the sole purpose of aiding open scientific research in Bahasa Indonesia (computing or linguistics), and can only be used for that purpose. The ownership of each article within the dataset belongs to the respective newspaper from which it was extracted; and the maintainer of the repository does not claim ownership of any of the content within it. If you think, by any means, that this dataset breaches any established copyrights; please contact the repository maintainer.
|
161 |
|
162 |
### Citation Information
|
163 |
|
164 |
+
[N/A]
|
165 |
|
166 |
### Contributions
|
167 |
|
id_newspapers_2018.py
CHANGED
@@ -15,9 +15,7 @@
|
|
15 |
"""Indonesian Newspapers 2018"""
|
16 |
|
17 |
|
18 |
-
import glob
|
19 |
import json
|
20 |
-
import os
|
21 |
|
22 |
import datasets
|
23 |
|
@@ -47,7 +45,7 @@ _HOMEPAGE = "https://github.com/feryandi/Dataset-Artikel"
|
|
47 |
|
48 |
_LICENSE = "Creative Commons Attribution-ShareAlike 4.0 International Public License"
|
49 |
|
50 |
-
|
51 |
|
52 |
|
53 |
class IdNewspapers2018Config(datasets.BuilderConfig):
|
@@ -92,24 +90,21 @@ class IdNewspapers2018(datasets.GeneratorBasedBuilder):
|
|
92 |
)
|
93 |
|
94 |
def _split_generators(self, dl_manager):
|
95 |
-
|
96 |
-
data_dir = dl_manager.download_and_extract(my_urls)
|
97 |
return [
|
98 |
datasets.SplitGenerator(
|
99 |
name=datasets.Split.TRAIN,
|
100 |
gen_kwargs={
|
101 |
-
"
|
102 |
-
"split": "train",
|
103 |
},
|
104 |
)
|
105 |
]
|
106 |
|
107 |
-
def _generate_examples(self,
|
108 |
-
logger.info("⏳ Generating %s examples from = %s", split, article_dir)
|
109 |
id = 0
|
110 |
-
for path in
|
111 |
-
|
112 |
-
data = json.
|
113 |
yield id, {
|
114 |
"id": str(id),
|
115 |
"url": data["url"],
|
@@ -117,4 +112,4 @@ class IdNewspapers2018(datasets.GeneratorBasedBuilder):
|
|
117 |
"title": data["title"],
|
118 |
"content": data["content"],
|
119 |
}
|
120 |
-
|
|
|
15 |
"""Indonesian Newspapers 2018"""
|
16 |
|
17 |
|
|
|
18 |
import json
|
|
|
19 |
|
20 |
import datasets
|
21 |
|
|
|
45 |
|
46 |
_LICENSE = "Creative Commons Attribution-ShareAlike 4.0 International Public License"
|
47 |
|
48 |
+
_URL = "http://cloud.uncool.ai/index.php/s/kF83dQHfGeS2LX2/download"
|
49 |
|
50 |
|
51 |
class IdNewspapers2018Config(datasets.BuilderConfig):
|
|
|
90 |
)
|
91 |
|
92 |
def _split_generators(self, dl_manager):
|
93 |
+
archive = dl_manager.download(_URL)
|
|
|
94 |
return [
|
95 |
datasets.SplitGenerator(
|
96 |
name=datasets.Split.TRAIN,
|
97 |
gen_kwargs={
|
98 |
+
"files": dl_manager.iter_archive(archive),
|
|
|
99 |
},
|
100 |
)
|
101 |
]
|
102 |
|
103 |
+
def _generate_examples(self, files):
|
|
|
104 |
id = 0
|
105 |
+
for path, f in files:
|
106 |
+
if path.startswith("newspapers") and path.endswith(".json"):
|
107 |
+
data = json.loads(f.read().decode("utf-8"))
|
108 |
yield id, {
|
109 |
"id": str(id),
|
110 |
"url": data["url"],
|
|
|
112 |
"title": data["title"],
|
113 |
"content": data["content"],
|
114 |
}
|
115 |
+
id += 1
|