florijanqosja commited on
Commit
a3fab38
1 Parent(s): 874c000

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -20
README.md CHANGED
@@ -1,22 +1,92 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- splits:
7
- - name: train
8
- num_bytes: 30248296694.452145
9
- num_examples: 90340296
10
- - name: test
11
- num_bytes: 3360921966.5478554
12
- num_examples: 10037811
13
- download_size: 22320238304
14
- dataset_size: 33609218661.0
15
- configs:
16
- - config_name: default
17
- data_files:
18
- - split: train
19
- path: data/train-*
20
- - split: test
21
- path: data/test-*
22
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - sq
4
+ tags:
5
+ - NLP
6
+ - LLM
7
+ - GPT Dataset
8
+ - Albanian
9
+ pretty_name: DibraText
10
+ size_categories:
11
+ - 100M<n<1B
 
 
 
 
 
 
 
 
 
 
12
  ---
13
+ # DibraText Dataset
14
+
15
+ ## General Information
16
+
17
+ - **Description:** DibraText is an aggregated dataset consisting of Albanian language texts collected from various sources. It's designed for natural language processing tasks such as text classification, sentiment analysis, and machine learning model training.
18
+ - **Author:** Florijan Qosja
19
+ - **Maintainer:** Florijan Qosja (florijanqosja@gmail.com)
20
+ - **Created:** 27/04/2024
21
+ - **Last Updated:** 27/04/2024
22
+ - **Language:** Albanian (Language Code: sq)
23
+ - **Volume:** 100,378,107 unique values
24
+ - **Language:** Albanian (Language Code: sq)
25
+
26
+ ## How to Access
27
+
28
+ ```python
29
+ from datasets import load_dataset
30
+
31
+ # Load the DibraText dataset
32
+ dataset = load_dataset("florijanqosja/DibraText")
33
+
34
+ # Access the train and test split
35
+ train_set = dataset['train']
36
+ test_set = dataset['test']
37
+ ```
38
+
39
+ ## Source Data
40
+ - **Original Sources:**
41
+ 1. CulturaX: [Hugging Face Dataset](https://huggingface.co/datasets/uonlp/CulturaX)
42
+ 2. C4: [Hugging Face Dataset](https://huggingface.co/datasets/allenai/c4)
43
+ 3. Wikipedia: [Hugging Face Dataset](https://huggingface.co/datasets/wikimedia/wikipedia)
44
+ 4. Kosovo News Articles Dataset: [Kaggle Dataset](https://www.kaggle.com/datasets/gentrexha/kosovo-news-articles-dataset)
45
+ 5. OSCAR: [Hugging Face Dataset](https://huggingface.co/datasets/oscar)
46
+ 6. CC100: [Hugging Face Dataset](https://huggingface.co/datasets/cc100)
47
+ 7. OSCAR-2201: [Hugging Face Dataset](https://huggingface.co/datasets/oscar-corpus/OSCAR-2201)
48
+
49
+ - **Inclusion Criteria:** Only datasets containing Albanian language content were included. All data subsets are filtered to include only texts in Albanian.
50
+
51
+ ## Dataset Structure
52
+ - **Data Instances:** A data instance typically consists of text content in Albanian. [Provide more details if the data instances include more elements such as titles, dates, etc.]
53
+ - **Data Fields:**
54
+ - `text`: The main body of the text in Albanian.
55
+ - **Data Volume:** 100378107 unique rows
56
+
57
+ ## Licensing Information
58
+ - **License Details:**
59
+ 1. **CulturaX, mC4, OSCAR**: Distributed under their respective licenses.
60
+ 2. **C4 (allenai/c4)**: Released under the ODC-BY license, bound by Common Crawl's terms of use.
61
+ 3. **Wikipedia**: Content licensed under the GFDL and CC-BY-SA 3.0.
62
+ 4. **OSCAR and OSCAR-2201**: Released under the CC0 license ("no rights reserved").
63
+ 5. **CC100**: User is bound by the Common Crawl's terms of use.
64
+ 6. **Kosovo News Articles Dataset**: Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
65
+
66
+ This dataset is released under multiple licenses due to the combination of various sources. Users must comply with the individual license terms of each component of the dataset:
67
+ - Common Crawl terms apply to parts of the data from datasets such as C4 and CC100.
68
+ - GFDL and CC-BY-SA for Wikipedia content.
69
+ - CC0 for the OSCAR datasets, promoting wide reuse without restrictions.
70
+
71
+ ## Limitations and Bias
72
+ - **Known Limitations:** The dataset is limited to texts in the Albanian language and may not represent all dialects or sociolects equally.
73
+ - **Potential Bias:** As the data sources vary in origin and context, biases present in individual sources may be propagated in this aggregated dataset.
74
+
75
+ ## Citation Information
76
+ ```
77
+ @misc{dibratext2023,
78
+ author = {Florijan Qosja},
79
+ title = {DibraText: An Aggregated Dataset for Albanian Text Processing},
80
+ year = 2023,
81
+ publisher = {HuggingFace},
82
+ journal = {HuggingFace Dataset},
83
+ howpublished = {\url{https://huggingface.co/datasets/florijanqosja/dibratext}}
84
+ }
85
+ ```
86
+
87
+ ## Usage
88
+ - **Intended Use:** This dataset is intended for academic and research purposes, particularly in the fields of natural language processing and machine learning focusing on the Albanian language.
89
+ - **Should Not Be Used For:** The dataset should not be used as the sole basis for critical decisions without proper validation and additional sources of information.
90
+ -
91
+ ### Contributions
92
+ Thanks to [@florijanqosja](https://github.com/florijanqosja) for adding this dataset.