vrashad commited on
Commit
02d2e28
1 Parent(s): 92496da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -24
README.md CHANGED
@@ -1,24 +1,66 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- dataset_info:
4
- features:
5
- - name: review
6
- dtype: string
7
- - name: star
8
- dtype: int64
9
- - name: date
10
- dtype: string
11
- - name: package_name
12
- dtype: string
13
- splits:
14
- - name: train
15
- num_bytes: 19024623
16
- num_examples: 197607
17
- download_size: 7082908
18
- dataset_size: 19024623
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: train
23
- path: data/train-*
24
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: review
6
+ dtype: string
7
+ - name: star
8
+ dtype: int64
9
+ - name: date
10
+ dtype: string
11
+ - name: package_name
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 19024623
16
+ num_examples: 197607
17
+ download_size: 7082908
18
+ dataset_size: 19024623
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ task_categories:
25
+ - text-classification
26
+ language:
27
+ - az
28
+ tags:
29
+ - application
30
+ - reviews
31
+ pretty_name: Google Play reviews dataset in Azerbaijan language
32
+ size_categories:
33
+ - 100K<n<1M
34
+ ---
35
+
36
+ <h2>Google Play reviews dataset in Azerbaijan language</h2>
37
+
38
+ <img src="https://i.postimg.cc/FzHwJsdf/reviews.webp"/>
39
+
40
+
41
+ Description
42
+
43
+ This dataset contains 2800 books on different topics in Azerbaijani language. It was created in 2024 and contains 7.8 million sentences.
44
+ The books were divided into sentences and pre-filtered.
45
+ The dataset included only those sentences where the percentage of letters was at least 80% of the total number of characters.
46
+ The sequence of sentences is the same as in books.
47
+
48
+ Format
49
+
50
+ The dataset is provided in comma-separated values (CSV) format. Each article is represented on a new line with the following fields separated by commas:
51
+
52
+ ID: Book unique ID
53
+ Metadata: Information about author, title, year of publication, city of publication, publisher name, book category
54
+ Sentence: Sentence
55
+
56
+
57
+
58
+ License
59
+
60
+ The dataset is licensed under the Creative Commons Attribution-NonCommercial 4.0 International license. This license allows you to freely share and redistribute the dataset with attribution to the source but prohibits commercial use and the creation of derivative works.
61
+
62
+
63
+
64
+ Contact information
65
+
66
+ If you have any questions or suggestions, please contact us at [v.resad.89@gmail.com].