File size: 1,266 Bytes
d9ba0b3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
license: mit
task_categories:
- text-generation
language:
- uz
pretty_name: Uzbek Wikipedia Dataset
size_categories:
- 100K<n<1M
---
# Uzbek Wikipedia Dataset
This dataset comprises a collection of Uzbek Wikipedia articles as of **2024.09.20**. It is designed for use in text generation tasks and other NLP applications.
## Dataset Summary
The **Uzbek Wikipedia Dataset** provides a diverse collection of high-quality text extracted from Wikipedia. The dataset is specifically tailored for the Uzbek language and can be used for a variety of Natural Language Processing (NLP) tasks, such as text generation, summarization, and language modeling.
## Key Information:
- **License**: MIT
- **Task Categories**: Text Generation
- **Language**: Uzbek
- **Pretty Name**: Wikipedia Dataset for Uzbek
- **Size**: Between 299k
## Usage
This dataset can be loaded via the Hugging Face Datasets library as follows:
```python
from datasets import load_dataset
dataset = load_dataset("yakhyo/uz-wiki")
```
## License
The dataset is distributed under the MIT License, which allows for both commercial and non-commercial use, modification, and distribution.
Feel free to use this dataset to enhance Uzbek NLP models, and contribute back improvements or extensions! |