ogulcanakca commited on
Commit
4dc0476
·
verified ·
1 Parent(s): 2274eca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -1,4 +1,15 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: source_file
@@ -15,5 +26,47 @@ configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
- path: data/train-*
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: "EPDK Electricity Market Legislation Dataset (Cleaned)"
3
+ tags:
4
+ - turkish
5
+ - energy-market
6
+ - legislation
7
+ - regulations
8
+ - epdk
9
+ - text-extraction
10
+ - ocr
11
+ - domain-specific
12
+ - language-modeling
13
  dataset_info:
14
  features:
15
  - name: source_file
 
26
  - config_name: default
27
  data_files:
28
  - split: train
29
+ path: data/train-* # <-- Girintisi düzeltildi
30
+ language:
31
+ - tr
32
+ license: unknown
33
  ---
34
+
35
+ # Dataset Card for EPDK Electricity Market Legislation Dataset (Cleaned)
36
+
37
+ ## Dataset Description
38
+
39
+ * **Homepage:** [Link to your Hugging Face Dataset repository, e.g., https://huggingface.co/datasets/ogulcanakca/epdk_elektrik_piyasasi_mevzuat]
40
+ * **Repository:** [Link to your Hugging Face Dataset repository]
41
+ * **Point of Contact:** [Your Hugging Face username or email]
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
+
47
+ The primary purpose of creating this dataset was to facilitate domain adaptation for Large Language Models (LLMs), enabling them to better understand and process texts specific to the Turkish energy regulation domain.
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
+
55
+ * Question Answering over EPDK regulations
56
+ * Summarization of legal/regulatory documents
57
+ * Text Classification (e.g., document type)
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."}