Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,48 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: cc-by-nc-sa-4.0
|
22 |
+
language:
|
23 |
+
- tr
|
24 |
---
|
25 |
+
|
26 |
+
# Dataset Card for Dataset Name
|
27 |
+
Vngrs-web-corpus is a mixed-dataset made of cleaned Turkish sections of [OSCAR-2201](https://huggingface.co/datasets/oscar-corpus/OSCAR-2201) and [mC4](https://huggingface.co/datasets/mc4).
|
28 |
+
This dataset originally created for training, [VBART](https://arxiv.org/abs/2403.01308) and later used for training [Turna](https://arxiv.org/abs/2401.14373). Cleaning procedures of this dataset is explained at appendix A of the [VBart Paper](https://arxiv.org/abs/2401.14373)
|
29 |
+
|
30 |
+
## Dataset Details
|
31 |
+
|
32 |
+
### Dataset Description
|
33 |
+
|
34 |
+
- **Curated by:** [VNGRS-AI](https://vngrs.com/ai/)
|
35 |
+
- **Language (NLP):** Turkish
|
36 |
+
- **License:** cc-by-nc-sa-4.0
|
37 |
+
|
38 |
+
## Uses
|
39 |
+
|
40 |
+
VNGRS-web-corpus is mainly inteded to pretrain language models and word represantations.
|
41 |
+
|
42 |
+
## Dataset Structure
|
43 |
+
|
44 |
+
- **text**[Str]: main text content of dataset
|
45 |
+
- **corpus**[Str]: source corpus
|
46 |
+
- **original_id**[Int]: original index of data at the source corpus
|
47 |
+
|
48 |
+
|
49 |
+
## Bias, Risks, and Limitations
|
50 |
+
|
51 |
+
This dataset holds content crawled on open web and only cleaned for broken text and not cleaned based on content. In cases where the content is irrelevant or inappropriate, it should be flagged and removed accordingly.
|
52 |
+
The dataset is intended for research purposes only and should not be used for any other purposes without prior consent from the relevant authorities.
|
53 |
+
|
54 |
+
## Citation
|
55 |
+
|
56 |
+
All attributions should be made to VBART paper.
|
57 |
+
|
58 |
+
```
|
59 |
+
@article{turker2024vbart,
|
60 |
+
title={VBART: The Turkish LLM},
|
61 |
+
author={Turker, Meliksah and Ari, Erdi and Han, Aydin},
|
62 |
+
journal={arXiv preprint arXiv:2403.01308},
|
63 |
+
year={2024}
|
64 |
+
}
|
65 |
+
```
|