Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
intent-classification
Languages:
English
Size:
1K - 10K
License:
Commit
·
35ea892
1
Parent(s):
b170980
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -21,6 +21,23 @@ task_ids:
|
|
21 |
- intent-classification
|
22 |
paperswithcode_id: sms-spam-collection-data-set
|
23 |
pretty_name: SMS Spam Collection Data Set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
train-eval-index:
|
25 |
- config: plain_text
|
26 |
task: text-classification
|
@@ -69,23 +86,6 @@ train-eval-index:
|
|
69 |
name: Recall weighted
|
70 |
args:
|
71 |
average: weighted
|
72 |
-
dataset_info:
|
73 |
-
features:
|
74 |
-
- name: sms
|
75 |
-
dtype: string
|
76 |
-
- name: label
|
77 |
-
dtype:
|
78 |
-
class_label:
|
79 |
-
names:
|
80 |
-
0: ham
|
81 |
-
1: spam
|
82 |
-
config_name: plain_text
|
83 |
-
splits:
|
84 |
-
- name: train
|
85 |
-
num_bytes: 521756
|
86 |
-
num_examples: 5574
|
87 |
-
download_size: 203415
|
88 |
-
dataset_size: 521756
|
89 |
---
|
90 |
|
91 |
# Dataset Card for [Dataset Name]
|
|
|
21 |
- intent-classification
|
22 |
paperswithcode_id: sms-spam-collection-data-set
|
23 |
pretty_name: SMS Spam Collection Data Set
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: sms
|
27 |
+
dtype: string
|
28 |
+
- name: label
|
29 |
+
dtype:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
'0': ham
|
33 |
+
'1': spam
|
34 |
+
config_name: plain_text
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 521756
|
38 |
+
num_examples: 5574
|
39 |
+
download_size: 203415
|
40 |
+
dataset_size: 521756
|
41 |
train-eval-index:
|
42 |
- config: plain_text
|
43 |
task: text-classification
|
|
|
86 |
name: Recall weighted
|
87 |
args:
|
88 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
---
|
90 |
|
91 |
# Dataset Card for [Dataset Name]
|