Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Arabic
Size:
10K - 100K
Tags:
question-identification
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,25 @@ paperswithcode_id: null
|
|
20 |
pretty_name: JournalistsQuestions
|
21 |
tags:
|
22 |
- question-identification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for journalists_questions
|
|
|
20 |
pretty_name: JournalistsQuestions
|
21 |
tags:
|
22 |
- question-identification
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: tweet_id
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
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
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 342296
|
39 |
+
num_examples: 10077
|
40 |
+
download_size: 271039
|
41 |
+
dataset_size: 342296
|
42 |
---
|
43 |
|
44 |
# Dataset Card for journalists_questions
|