docs: update readme
Browse files
README.md
CHANGED
@@ -1,12 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
-
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
- code
|
9 |
- finance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Spam Text Messages Dataset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- text-classification
|
|
|
|
|
7 |
tags:
|
8 |
- code
|
9 |
- finance
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: image
|
13 |
+
dtype: image
|
14 |
+
- name: text
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 4134124
|
19 |
+
num_examples: 25
|
20 |
+
download_size: 3713381
|
21 |
+
dataset_size: 4134124
|
22 |
---
|
23 |
|
24 |
# Spam Text Messages Dataset
|