metuKKhud commited on
Commit
02b0365
·
verified ·
1 Parent(s): 4b4a0d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -74
README.md CHANGED
@@ -1,76 +1,83 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: source
7
- dtype: string
8
- - name: is_shuffled
9
- dtype: bool
10
- splits:
11
- - name: bashgazet_articles
12
- num_bytes: 3056706
13
- num_examples: 803
14
- - name: bash_news_articles
15
- num_bytes: 82233423
16
- num_examples: 61932
17
- - name: neftcity_articles
18
- num_bytes: 972079
19
- num_examples: 530
20
- - name: public_domain
21
- num_bytes: 187304
22
- num_examples: 5
23
- - name: texts_bashdram
24
- num_bytes: 1281089
25
- num_examples: 584
26
- - name: texts_bashgazet
27
- num_bytes: 176707311
28
- num_examples: 28294
29
- - name: texts_gsrb
30
- num_bytes: 1532271
31
- num_examples: 927
32
- - name: texts_jeshlek
33
- num_bytes: 39280486
34
- num_examples: 6259
35
- - name: texts_kiskeufa
36
- num_bytes: 342494
37
- num_examples: 45
38
- - name: texts_kulturarb
39
- num_bytes: 3993696
40
- num_examples: 1557
41
- - name: texts_president_rb
42
- num_bytes: 7042093
43
- num_examples: 1879
44
- - name: texts_tabin
45
- num_bytes: 1589394
46
- num_examples: 539
47
- download_size: 154171982
48
- dataset_size: 318218346
49
- configs:
50
- - config_name: default
51
- data_files:
52
- - split: bashgazet_articles
53
- path: data/bashgazet_articles-*
54
- - split: bash_news_articles
55
- path: data/bash_news_articles-*
56
- - split: neftcity_articles
57
- path: data/neftcity_articles-*
58
- - split: public_domain
59
- path: data/public_domain-*
60
- - split: texts_bashdram
61
- path: data/texts_bashdram-*
62
- - split: texts_bashgazet
63
- path: data/texts_bashgazet-*
64
- - split: texts_gsrb
65
- path: data/texts_gsrb-*
66
- - split: texts_jeshlek
67
- path: data/texts_jeshlek-*
68
- - split: texts_kiskeufa
69
- path: data/texts_kiskeufa-*
70
- - split: texts_kulturarb
71
- path: data/texts_kulturarb-*
72
- - split: texts_president_rb
73
- path: data/texts_president_rb-*
74
- - split: texts_tabin
75
- path: data/texts_tabin-*
76
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: ba
3
+ license: mit
4
+ tags:
5
+ - bashkir
6
+ - low-resource-language
7
+ - continual-training
8
+ - news
9
+ - llm-adaptation
10
+ pretty_name: Bashqort Raw Corpus
11
+ size_categories:
12
+ - 10M<n<100M tokens
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
+
15
+ # Bashqort Raw Corpus
16
+
17
+ ## Description
18
+
19
+ This dataset contains raw Bashkir text collected for **continual training** of large language models (LLMs). It is part of the project "Adapting Open-Source LLMs for the Bashkir Language", which aims to evaluate adaptation methods proposed by LlamaTurk (Toraman, 2024) and Persian adaptation (Mahdizadeh Sani et al., 2024).
20
+
21
+ The corpus is assembled from multiple sources to provide a diverse linguistic foundation for language modeling.
22
+
23
+ ## Sources
24
+
25
+ | Source | Type | # articles / tokens |
26
+ |--------|------|----------------------|
27
+ | [bashgazet.ru](https://bashgazet.ru/articles) | daily socio-political newspaper | ~1,400 articles |
28
+ | [neftcity.ru](https://neftcity.ru) | regional news | ~548 articles |
29
+ | [bash.news](https://bash.news) | news & analytics | ~68,708 articles |
30
+ | [bashkir-corpus](https://github.com/nevmenandr/bashkir-corpus) | mixed (public domain + shuffled) | ~20.9M tokens |
31
+
32
+ Total tokens: see dataset statistics on Hugging Face.
33
+
34
+ ## Preprocessing
35
+
36
+ - Deduplication (document and sentence level)
37
+ - Removal of sentences with <5 words
38
+ - Removal of HTML artifacts, ads, and metadata
39
+ - No train/val split (the whole corpus is for self-supervised learning)
40
+
41
+ ## Format
42
+
43
+ Each example is a JSON object with the following fields:
44
+
45
+ ```json
46
+ {
47
+ "text": "Bashkir sentence or paragraph",
48
+ "source": "bashgazet.ru | neftcity.ru | bash.news | bash-corpus | etc",
49
+ "is_shuffled": true/false
50
+ }
51
+ ```
52
+
53
+ For plain text mode, the dataset also provides a text column with raw sentences.
54
+ Intended Use
55
+
56
+ Continual pre‑training / further pretraining of LLMs (e.g., Llama‑2, Llama‑3)
57
+
58
+ Next‑token prediction (causal language modeling)
59
+
60
+ Any research aiming to improve Bashkir language representation in NLP
61
+
62
+ Licensing
63
+
64
+ This dataset is released under the MIT License.
65
+ Citation
66
+
67
+ If you use this dataset, please cite the project repository:
68
+ ```bibtex
69
+
70
+ @misc{khudiakova2025bashqortraw,
71
+ author = {Khudiakova, Kseniia},
72
+ title = {Bashqort Raw Corpus: Bashkir Text Collection for Continual Training},
73
+ year = {2025},
74
+ howpublished = {Hugging Face Datasets},
75
+ url = {https://huggingface.co/datasets/metuKKhud/bashqort-raw}
76
+ }
77
+ ```
78
+
79
+ Additionally, consider citing the original data sources and the adaptation framework:
80
+
81
+ Toraman, C. (2024). LlamaTurk: Adapting open-source generative large language models for low-resource language. arXiv:2405.07745.
82
+
83
+ Mahdizadeh Sani, S., et al. (2024). Extending LLMs to new languages: A case study of Llama and Persian adaptation. arXiv:2412.13375.