MLDataScientist commited on
Commit
d4fa64a
1 Parent(s): bfd96a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -26
README.md CHANGED
@@ -1,26 +1,60 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: folder
6
- dtype: string
7
- - name: title
8
- dtype: string
9
- - name: text
10
- dtype: string
11
- - name: title_len
12
- dtype: int64
13
- - name: text_len
14
- dtype: int64
15
- splits:
16
- - name: train
17
- num_bytes: 1126829322
18
- num_examples: 512750
19
- download_size: 590025488
20
- dataset_size: 1126829322
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: folder
6
+ dtype: string
7
+ - name: title
8
+ dtype: string
9
+ - name: text
10
+ dtype: string
11
+ - name: title_len
12
+ dtype: int64
13
+ - name: text_len
14
+ dtype: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 1126829322
18
+ num_examples: 512750
19
+ download_size: 590025488
20
+ dataset_size: 1126829322
21
+ configs:
22
+ - config_name: default
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.
29
+
30
+ I combined and uploaded the dataset in this HF repo so that the community can fine-tune LLMs based on the Uzbek language.
31
+
32
+ ---
33
+
34
+
35
+
36
+ ```
37
+ @proceedings{kuriyozov_elmurod_2023_7677431,
38
+ title = {{Text classification dataset and analysis for Uzbek
39
+ language}},
40
+ year = 2023,
41
+ publisher = {Zenodo},
42
+ month = feb,
43
+ doi = {10.5281/zenodo.7677431},
44
+ url = {https://doi.org/10.5281/zenodo.7677431}
45
+ }
46
+ ```
47
+
48
+ Github: [github](https://github.com/elmurod1202/TextClassification)
49
+ Arxiv: https://arxiv.org/ftp/arxiv/papers/2302/2302.14494.pdf
50
+
51
+ Original dataset was created by scraping the Internet.
52
+
53
+
54
+ From the authors:
55
+
56
+
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.