vrashad commited on
Commit
8ffdbb4
·
verified ·
1 Parent(s): 1f83b20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -17
README.md CHANGED
@@ -1,19 +1,63 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: source
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 8779967886
11
- num_examples: 4404338
12
- download_size: 4628433880
13
- dataset_size: 8779967886
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-nd-4.0
3
+ language:
4
+ - az
5
+ task_categories:
6
+ - text-generation
7
+ - fill-mask
8
+ tags:
9
+ - azerbaijan
10
+ - text
11
+ - corpus
12
+ - news
13
+ - books
14
+ - legislation
15
+ - wikipedia
16
+ - localdoc
17
+ size_categories:
18
+ - 1M<n<10M
19
  ---
20
+
21
+ # AzTC — Full Version (Azerbaijan Text Corpus)
22
+
23
+ The expanded version of [LocalDoc/AzTC](https://huggingface.co/datasets/LocalDoc/AzTC),
24
+ and one of the largest text corpora in the Azerbaijani language.
25
+
26
+ ## Overview
27
+
28
+ The corpus contains approximately **2.4 billion tokens** of Azerbaijani text,
29
+ compiled and cleaned from a wide range of sources including news portals, books,
30
+ Wikipedia, and legislation. Text is organized at the document / passage level so
31
+ that each row is a coherent unit rather than an isolated fragment.
32
+
33
+ ## Format
34
+
35
+ Provided as parquet with the following fields:
36
+
37
+ - `text` — the document or passage
38
+ - `source` — provenance label indicating which collection the text came from
39
+
40
+ ## License
41
+
42
+ The dataset is licensed under **CC BY-NC-ND 4.0**:
43
+
44
+ - **Attribution** — you must give appropriate credit and indicate if changes were made.
45
+ - **Non-Commercial** — you may not use the material for commercial purposes.
46
+ - **No Derivatives** — if you remix, transform, or build upon the material, you may not distribute the modified material.
47
+
48
+ See the [CC BY-NC-ND 4.0 license](https://creativecommons.org/licenses/by-nc-nd/4.0/) for details.
49
+
50
+ ## Contact
51
+
52
+ For questions or issues, please contact LocalDoc at v.resad.89@gmail.com
53
+
54
+ ## Citation
55
+
56
+ ```
57
+ @misc{aztc_full,
58
+ title = {Azerbaijan Text Corpus — Full Version (AzTC)},
59
+ author = {LocalDoc},
60
+ howpublished = {\url{https://huggingface.co/datasets/LocalDoc/AzTC}},
61
+ note = {Licensed under CC BY-NC-ND 4.0}
62
+ }
63
+ ```