risqaliyevds
commited on
Commit
•
920b3e5
1
Parent(s):
f623110
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: normalized_review_text
|
6 |
-
dtype: string
|
7 |
-
- name: rating
|
8 |
-
dtype: string
|
9 |
-
splits:
|
10 |
-
- name: train
|
11 |
-
num_bytes: 19637178
|
12 |
-
num_examples: 352151
|
13 |
-
download_size: 10181120
|
14 |
-
dataset_size: 19637178
|
15 |
-
configs:
|
16 |
-
- config_name: default
|
17 |
-
data_files:
|
18 |
-
- split: train
|
19 |
-
path: data/train-*
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: normalized_review_text
|
6 |
+
dtype: string
|
7 |
+
- name: rating
|
8 |
+
dtype: string
|
9 |
+
splits:
|
10 |
+
- name: train
|
11 |
+
num_bytes: 19637178
|
12 |
+
num_examples: 352151
|
13 |
+
download_size: 10181120
|
14 |
+
dataset_size: 19637178
|
15 |
+
configs:
|
16 |
+
- config_name: default
|
17 |
+
data_files:
|
18 |
+
- split: train
|
19 |
+
path: data/train-*
|
20 |
+
task_categories:
|
21 |
+
- text-classification
|
22 |
+
- token-classification
|
23 |
+
language:
|
24 |
+
- uz
|
25 |
+
tags:
|
26 |
+
- sentiment_analysis
|
27 |
+
pretty_name: Sentiment analysis for Uzbek language.
|
28 |
+
size_categories:
|
29 |
+
- 100K<n<1M
|
30 |
+
---
|