yangwang825
commited on
Commit
•
f6408bd
1
Parent(s):
eb695a8
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- ja
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: text
|
9 |
+
dtype: string
|
10 |
+
- name: label
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': positive
|
15 |
+
'1': negative
|
16 |
+
---
|