Datasets:
MLDataScientist
commited on
Commit
•
cf00085
1
Parent(s):
d4fa64a
Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,13 @@ configs:
|
|
23 |
data_files:
|
24 |
- split: train
|
25 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
This is an Uzbek News Dataset with 512,750 articles (120 million words and in the Latin script) scraped from the web in 2023.
|
@@ -57,4 +64,4 @@ From the authors:
|
|
57 |
The dataset consists text data from 9 Uzbek news websites and press portals that included news articles and press releases.
|
58 |
These websites were selected to cover various categories such as politics, sports, entertainment, technology, and others.
|
59 |
In total, we collected 512,750 articles with over 120 million words accross 15 distinct categories, which provides a large and diverse corpus for text classification.
|
60 |
-
It is worth noting that all the text in the corpus is written in the Latin script.
|
|
|
23 |
data_files:
|
24 |
- split: train
|
25 |
path: data/train-*
|
26 |
+
task_categories:
|
27 |
+
- text-generation
|
28 |
+
language:
|
29 |
+
- uz
|
30 |
+
pretty_name: Uzbek News Articles
|
31 |
+
size_categories:
|
32 |
+
- 100K<n<1M
|
33 |
---
|
34 |
|
35 |
This is an Uzbek News Dataset with 512,750 articles (120 million words and in the Latin script) scraped from the web in 2023.
|
|
|
64 |
The dataset consists text data from 9 Uzbek news websites and press portals that included news articles and press releases.
|
65 |
These websites were selected to cover various categories such as politics, sports, entertainment, technology, and others.
|
66 |
In total, we collected 512,750 articles with over 120 million words accross 15 distinct categories, which provides a large and diverse corpus for text classification.
|
67 |
+
It is worth noting that all the text in the corpus is written in the Latin script.
|