Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
intent-classification
Languages:
English
Size:
1K - 10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -31,44 +31,61 @@ train-eval-index:
|
|
31 |
sms: text
|
32 |
label: target
|
33 |
metrics:
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
---
|
73 |
|
74 |
# Dataset Card for [Dataset Name]
|
@@ -198,4 +215,4 @@ English
|
|
198 |
|
199 |
### Contributions
|
200 |
|
201 |
-
Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
|
|
|
31 |
sms: text
|
32 |
label: target
|
33 |
metrics:
|
34 |
+
- type: accuracy
|
35 |
+
name: Accuracy
|
36 |
+
- type: f1
|
37 |
+
name: F1 macro
|
38 |
+
args:
|
39 |
+
average: macro
|
40 |
+
- type: f1
|
41 |
+
name: F1 micro
|
42 |
+
args:
|
43 |
+
average: micro
|
44 |
+
- type: f1
|
45 |
+
name: F1 weighted
|
46 |
+
args:
|
47 |
+
average: weighted
|
48 |
+
- type: precision
|
49 |
+
name: Precision macro
|
50 |
+
args:
|
51 |
+
average: macro
|
52 |
+
- type: precision
|
53 |
+
name: Precision micro
|
54 |
+
args:
|
55 |
+
average: micro
|
56 |
+
- type: precision
|
57 |
+
name: Precision weighted
|
58 |
+
args:
|
59 |
+
average: weighted
|
60 |
+
- type: recall
|
61 |
+
name: Recall macro
|
62 |
+
args:
|
63 |
+
average: macro
|
64 |
+
- type: recall
|
65 |
+
name: Recall micro
|
66 |
+
args:
|
67 |
+
average: micro
|
68 |
+
- type: recall
|
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]
|
|
|
215 |
|
216 |
### Contributions
|
217 |
|
218 |
+
Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
|