Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Arabic
Size:
10K - 100K
Tags:
question-identification
License:
Commit
·
d5204f6
1
Parent(s):
5f62db3
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (b960b14a95c3116ba0c14b59421e90d2583a26fa)
README.md
CHANGED
|
@@ -16,7 +16,6 @@ source_datasets:
|
|
| 16 |
task_categories:
|
| 17 |
- text-classification
|
| 18 |
task_ids: []
|
| 19 |
-
paperswithcode_id: null
|
| 20 |
pretty_name: JournalistsQuestions
|
| 21 |
tags:
|
| 22 |
- question-identification
|
|
@@ -28,8 +27,8 @@ dataset_info:
|
|
| 28 |
dtype:
|
| 29 |
class_label:
|
| 30 |
names:
|
| 31 |
-
0: 'no'
|
| 32 |
-
1: 'yes'
|
| 33 |
- name: label_confidence
|
| 34 |
dtype: float32
|
| 35 |
config_name: plain_text
|
|
|
|
| 16 |
task_categories:
|
| 17 |
- text-classification
|
| 18 |
task_ids: []
|
|
|
|
| 19 |
pretty_name: JournalistsQuestions
|
| 20 |
tags:
|
| 21 |
- question-identification
|
|
|
|
| 27 |
dtype:
|
| 28 |
class_label:
|
| 29 |
names:
|
| 30 |
+
'0': 'no'
|
| 31 |
+
'1': 'yes'
|
| 32 |
- name: label_confidence
|
| 33 |
dtype: float32
|
| 34 |
config_name: plain_text
|