Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
size_categories:
|
7 |
+
- 10K<n<100K
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
- name: label
|
13 |
+
dtype:
|
14 |
+
class_label:
|
15 |
+
names:
|
16 |
+
'0': 1 star
|
17 |
+
'1': 2 stars
|
18 |
+
'2': 3 stars
|
19 |
+
'3': 4 stars
|
20 |
+
'4': 5 stars
|
21 |
+
---
|