Azzindani commited on
Commit
131655b
·
verified ·
1 Parent(s): ef72eb8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -23
README.md CHANGED
@@ -2,50 +2,56 @@
2
  license: apache-2.0
3
  ---
4
 
5
- [![Gmail](https://img.shields.io/badge/Gmail-D14836?logo=gmail&logoColor=white)](mailto:[email protected])
6
- [![LinkedIn](https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff)](https://www.linkedin.com/in/azzindan1/)
7
- [![GitHub Pages](https://img.shields.io/badge/GitHub%20Pages-121013?logo=github&logoColor=white)](https://azzindani.github.io/)
8
- [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-FFD21E?logo=huggingface&logoColor=000)](https://huggingface.co/Azzindani)
9
- [![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?logo=github&logoColor=white)](https://github.com/azzindani)
10
  ---
11
 
12
- # 🇮🇩 Indonesian Regulation PDFs
13
 
14
- A high-volume, web-scraped collection of **250,000+ Indonesian legal documents in PDF**, aggregated from \~350,000 public URLs. This dataset enables **legal NLP, document analysis, and regulation-aware AI applications** in Bahasa Indonesia.
 
 
 
15
 
16
  ---
17
 
18
- ## Key Highlights
 
 
 
 
 
 
 
 
19
 
20
- * **Format**: Archived `.zip` files (each \~5,000 PDFs)
21
- * **Total Docs**: \~250K successfully downloaded
22
- * **Scraped From**: Government regulation portal
23
- * **Cloud Pipeline**: Scraped using **6 Google Colab nodes**, pushed directly to Hugging Face
24
- * **Duration**: \~200 hours distributed scraping in total
25
- * **Failures**: Some links unreachable or invalid
26
 
27
  ---
28
 
29
- ## 🧠 Ideal For
30
 
31
- * Legal document retrieval & classification
32
- * Training LLMs on regulatory content
33
- * Building regulation-aware assistants
34
- * Multilingual or cross-domain NLP in Bahasa Indonesia
35
 
36
  ---
37
 
38
  ## ⚠️ Disclaimer
39
 
40
- This dataset is intended **solely for research and development**. It contains **publicly accessible legal documents** collected via ethical scraping practices.
41
- No warranties are made regarding the accuracy, completeness, or legal validity of the content.
42
 
43
  ---
44
 
45
  ## 🙏 Acknowledgments
46
 
47
- * Dataset hosted on **[Hugging Face](https://huggingface.co/)** — thanks for providing an amazing platform for sharing open datasets.
48
- * Data scraping powered by **[Google Colab](https://colab.research.google.com/)** — enabling scalable cloud computing to speed up data collection.
49
 
50
  ---
51
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ # 🇮🇩 Indonesian Regulation Parsed Dataset
6
+
7
+ This dataset contains the **parsed content of over 250,000 Indonesian regulations**, extracted directly from PDFs at the article level — **without chunking** — resulting in **3.5+ million rows** representing individual articles and clauses.
8
+
 
9
  ---
10
 
11
+ ## 📄 Dataset Overview
12
 
13
+ * **Source**: Parsed from the original PDF collection of Indonesian regulations (\~250K documents)
14
+ * **Parsed Units**: Articles, clauses, or sections as atomic units (no chunking applied)
15
+ * **Size**: Over **3.5 million rows** of parsed text data
16
+ * **Token Count**: Approximately **2 billion tokens** in total
17
 
18
  ---
19
 
20
+ ## ⚙️ Processing Pipeline
21
+
22
+ * **Data Flow**:
23
+
24
+ 1. Pull PDFs from the **[ID\_REG repository](https://huggingface.co/datasets/Azzindani/ID_REG)**
25
+ 2. Parse and extract articles using automated PDF text extraction methods
26
+ 3. Push cleaned, parsed text to this Hugging Face repository
27
+
28
+ * **Infrastructure**:
29
 
30
+ * Utilized **6 simultaneous Google Colab instances** for parallel processing
31
+ * Cloud-to-cloud architecture enables direct transfer without local storage bottlenecks
32
+ * Total processing time: \~30 hours
 
 
 
33
 
34
  ---
35
 
36
+ ## 🧠 Use Cases
37
 
38
+ * Fine-grained legal text analysis and search
39
+ * Article-level classification, summarization, or information retrieval
40
+ * Training large language models on legal text with natural article boundaries
41
+ * Developing Indonesian regulation compliance tools
42
 
43
  ---
44
 
45
  ## ⚠️ Disclaimer
46
 
47
+ This dataset is provided **exclusively for research and development** purposes. It contains parsed content derived from publicly available legal PDFs, and no guarantees are made regarding completeness or legal accuracy.
 
48
 
49
  ---
50
 
51
  ## 🙏 Acknowledgments
52
 
53
+ * Hosted on **[Hugging Face](https://huggingface.co/)** — a wonderful platform for open data sharing
54
+ * Processing powered by **[Google Colab](https://colab.research.google.com/)** — scalable cloud resources that made fast parallel parsing possible
55
 
56
  ---
57