yakhyo commited on
Commit
d9ba0b3
1 Parent(s): ef5c050

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - uz
7
+ pretty_name: Uzbek Wikipedia Dataset
8
+ size_categories:
9
+ - 100K<n<1M
10
+ ---
11
+
12
+ # Uzbek Wikipedia Dataset
13
+
14
+ 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.
15
+
16
+ ## Dataset Summary
17
+
18
+ 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.
19
+
20
+ ## Key Information:
21
+ - **License**: MIT
22
+ - **Task Categories**: Text Generation
23
+ - **Language**: Uzbek
24
+ - **Pretty Name**: Wikipedia Dataset for Uzbek
25
+ - **Size**: Between 299k
26
+
27
+ ## Usage
28
+
29
+ This dataset can be loaded via the Hugging Face Datasets library as follows:
30
+
31
+ ```python
32
+ from datasets import load_dataset
33
+ dataset = load_dataset("yakhyo/uz-wiki")
34
+
35
+ ```
36
+
37
+ ## License
38
+ The dataset is distributed under the MIT License, which allows for both commercial and non-commercial use, modification, and distribution.
39
+
40
+
41
+
42
+ Feel free to use this dataset to enhance Uzbek NLP models, and contribute back improvements or extensions!