Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
fact-checking
Languages:
Japanese
Size:
10K - 100K
License:
Commit
•
5073fe8
1
Parent(s):
084b46f
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (1c0612c9c7cac689d4e003566e7db9a5fb2ece0a)
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- fact-checking
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: COVID-19 日本語Twitterデータセット (COVID-19 Japanese Twitter Dataset)
|
22 |
dataset_info:
|
23 |
features:
|
@@ -27,12 +26,12 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: '63'
|
31 |
-
1: '64'
|
32 |
-
2: '65'
|
33 |
-
3: '66'
|
34 |
-
4: '67'
|
35 |
-
5: '68'
|
36 |
splits:
|
37 |
- name: train
|
38 |
num_bytes: 1662833
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- fact-checking
|
|
|
20 |
pretty_name: COVID-19 日本語Twitterデータセット (COVID-19 Japanese Twitter Dataset)
|
21 |
dataset_info:
|
22 |
features:
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
'0': '63'
|
30 |
+
'1': '64'
|
31 |
+
'2': '65'
|
32 |
+
'3': '66'
|
33 |
+
'4': '67'
|
34 |
+
'5': '68'
|
35 |
splits:
|
36 |
- name: train
|
37 |
num_bytes: 1662833
|