Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
pretty_name:
|
3 |
tags:
|
4 |
- turkish
|
5 |
- energy-market
|
@@ -10,6 +10,7 @@ tags:
|
|
10 |
- ocr
|
11 |
- domain-specific
|
12 |
- language-modeling
|
|
|
13 |
dataset_info:
|
14 |
features:
|
15 |
- name: source_file
|
@@ -29,18 +30,17 @@ configs:
|
|
29 |
path: data/train-*
|
30 |
language:
|
31 |
- tr
|
32 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
-
# Dataset Card for EPDK Electricity Market Legislation Dataset
|
36 |
|
37 |
-
## Dataset
|
38 |
-
|
39 |
-
* **Homepage:** [https://huggingface.co/datasets/ogulcanakca/epdk_elektrik_piyasasi_mevzuat]
|
40 |
-
* **Repository:** [https://huggingface.co/datasets/ogulcanakca/epdk_elektrik_piyasasi_mevzuat]
|
41 |
-
* **Point of Contact:** [mail]([email protected])
|
42 |
-
|
43 |
-
### Dataset Summary
|
44 |
|
45 |
This dataset contains cleaned Turkish text extracted from approximately 3,300 documents related to the Turkish Energy Market Regulatory Authority (EPDK - Enerji Piyasası Düzenleme Kurumu) and the Turkish electricity market legislation. The original documents were in various formats (PDF, DOCX, DOC, XLSX), including scanned documents that required Optical Character Recognition (OCR).
|
46 |
|
@@ -48,7 +48,7 @@ The primary purpose of creating this dataset was to facilitate domain adaptation
|
|
48 |
|
49 |
This version of the dataset contains the **cleaned but unchunked** text. Each entry corresponds to one processed source document.
|
50 |
|
51 |
-
|
52 |
|
53 |
This dataset is primarily intended for **language modeling** tasks, specifically **domain adaptation** via continued pre-training or fine-tuning of causal language models. It could potentially serve as a base for downstream tasks like:
|
54 |
|
@@ -58,15 +58,24 @@ This dataset is primarily intended for **language modeling** tasks, specifically
|
|
58 |
|
59 |
There are no official leaderboards associated with this dataset at this time.
|
60 |
|
61 |
-
|
62 |
|
63 |
The text in the dataset is exclusively in **Turkish (tr)**.
|
64 |
|
65 |
-
|
66 |
|
67 |
-
|
68 |
|
69 |
The dataset is provided in JSON Lines (`.jsonl`) format. Each line represents a single processed document and is a JSON object. A typical instance looks like this:
|
70 |
|
71 |
```json
|
72 |
-
{"source_file": "doc_files_converted_to_docx\\_PortalAdmin_Uploads_Content_FastAccess_Sayaclar565d9c06.docx", "extracted_text": "22/4/2011 tarihli ve 27913 sayılı Resmi Gazetede yayımlanmıştır.\nEnerji Piyasası Düzenleme Kurumundan\nElektrik Piyasasında Kullanılacak Sayaçlar Hakkında Tebliğde Değişiklik Yapılmasına İlişkin Tebliğ\nMADDE 1- 22/03/2003 tarihli ve 25056 sayılı Resmi Gazete'de yayımlanan Elektrik Piyasasında Kullanılacak Sayaçlar Hakkında Tebliğin geçici 4 üncü maddesi birinci fıkra (f) bendi aşağıdaki şekilde değiştirilmiş, (g) bendine “Dağıtım sistemine yüksek gerilim seviyesinden bağlı” ifadesinden sonra gelmek üzere “ve trafo gücü 630 kVA ve üzerinde olan” ibaresi eklenmiştir.\n“f) İletim sistemine bağlı serbest tüketicilerin ölçüm noktaları, tüketici tesislerindeki indirici trafonun giriş tarafında yer alır.”\nYürürlük\nMADDE 2- Bu Tebliğ yayımı tarihinde yürürlüğe girer.\nYürütme\nMADDE 3- Bu Tebliğ hükümlerini Enerji Piyasası Düzenleme Kurumu Başkanı yürütür."}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
pretty_name: EPDK Electricity Market Legislation Dataset
|
3 |
tags:
|
4 |
- turkish
|
5 |
- energy-market
|
|
|
10 |
- ocr
|
11 |
- domain-specific
|
12 |
- language-modeling
|
13 |
+
- legal
|
14 |
dataset_info:
|
15 |
features:
|
16 |
- name: source_file
|
|
|
30 |
path: data/train-*
|
31 |
language:
|
32 |
- tr
|
33 |
+
license: apache-2.0
|
34 |
+
task_categories:
|
35 |
+
- text-generation
|
36 |
+
- text2text-generation
|
37 |
+
size_categories:
|
38 |
+
- 1K<n<10K
|
39 |
---
|
40 |
|
41 |
+
# Dataset Card for EPDK Electricity Market Legislation Dataset
|
42 |
|
43 |
+
## Dataset Summary
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
This dataset contains cleaned Turkish text extracted from approximately 3,300 documents related to the Turkish Energy Market Regulatory Authority (EPDK - Enerji Piyasası Düzenleme Kurumu) and the Turkish electricity market legislation. The original documents were in various formats (PDF, DOCX, DOC, XLSX), including scanned documents that required Optical Character Recognition (OCR).
|
46 |
|
|
|
48 |
|
49 |
This version of the dataset contains the **cleaned but unchunked** text. Each entry corresponds to one processed source document.
|
50 |
|
51 |
+
## Supported Tasks and Leaderboards
|
52 |
|
53 |
This dataset is primarily intended for **language modeling** tasks, specifically **domain adaptation** via continued pre-training or fine-tuning of causal language models. It could potentially serve as a base for downstream tasks like:
|
54 |
|
|
|
58 |
|
59 |
There are no official leaderboards associated with this dataset at this time.
|
60 |
|
61 |
+
## Languages
|
62 |
|
63 |
The text in the dataset is exclusively in **Turkish (tr)**.
|
64 |
|
65 |
+
# Dataset Structure
|
66 |
|
67 |
+
## Data Instances
|
68 |
|
69 |
The dataset is provided in JSON Lines (`.jsonl`) format. Each line represents a single processed document and is a JSON object. A typical instance looks like this:
|
70 |
|
71 |
```json
|
72 |
+
{"source_file": "doc_files_converted_to_docx\\_PortalAdmin_Uploads_Content_FastAccess_Sayaclar565d9c06.docx", "extracted_text": "22/4/2011 tarihli ve 27913 sayılı Resmi Gazetede yayımlanmıştır.\nEnerji Piyasası Düzenleme Kurumundan\nElektrik Piyasasında Kullanılacak Sayaçlar Hakkında Tebliğde Değişiklik Yapılmasına İlişkin Tebliğ\nMADDE 1- 22/03/2003 tarihli ve 25056 sayılı Resmi Gazete'de yayımlanan Elektrik Piyasasında Kullanılacak Sayaçlar Hakkında Tebliğin geçici 4 üncü maddesi birinci fıkra (f) bendi aşağıdaki şekilde değiştirilmiş, (g) bendine “Dağıtım sistemine yüksek gerilim seviyesinden bağlı” ifadesinden sonra gelmek üzere “ve trafo gücü 630 kVA ve üzerinde olan” ibaresi eklenmiştir.\n“f) İletim sistemine bağlı serbest tüketicilerin ölçüm noktaları, tüketici tesislerindeki indirici trafonun giriş tarafında yer alır.”\nYürürlük\nMADDE 2- Bu Tebliğ yayımı tarihinde yürürlüğe girer.\nYürütme\nMADDE 3- Bu Tebliğ hükümlerini Enerji Piyasası Düzenleme Kurumu Başkanı yürütür."}
|
73 |
+
```
|
74 |
+
```
|
75 |
+
@dataset{ogulcanakca_epdk_mevzuat,
|
76 |
+
author = {ogulcanakca},
|
77 |
+
title = {EPDK Electricity Market Legislation Dataset},
|
78 |
+
year = {2025},
|
79 |
+
url = {[https://huggingface.co/datasets/ogulcanakca/epdk_elektrik_piyasasi_mevzuat](https://huggingface.co/datasets/ogulcanakca/epdk_elektrik_piyasasi_mevzuat)}
|
80 |
+
}
|
81 |
+
```
|