TrainingDataPro
commited on
Commit
·
fbb6e50
1
Parent(s):
3ad6c69
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
13 |
+
|
14 |
+
The SMS spam dataset contains a collection of text messages. The dataset includes a diverse range of spam messages, including *promotional offers, fraudulent schemes, phishing attempts, and other forms of unsolicited communication*.
|
15 |
+
|
16 |
+
Each SMS message is represented as a string of text, and each entry in the dataset also has a link to the corresponding screenshot. The dataset's content represents real-life examples of spam messages that users encounter in their everyday communication.
|
17 |
+
|
18 |
+
### The dataset's possible applications:
|
19 |
+
- spam detection
|
20 |
+
- fraud detection
|
21 |
+
- customer support automation
|
22 |
+
- trend and sentiment analysis
|
23 |
+
- educational purposes
|
24 |
+
- network security
|
25 |
+
|
26 |
+
![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F618942%2Fbb49e9783917bb524ecd11b085375a28%2FMacBook%20Air%20-%201%20(2).png?generation=1689765543776590&alt=media)
|
27 |
+
|
28 |
+
# Get the Dataset
|
29 |
+
|
30 |
+
### This is just an example of the data
|
31 |
+
|
32 |
+
If you need access to the entire dataset, contact us via **[[email protected]](mailto:[email protected])** or leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market?utm_source=huggingface)**
|
33 |
+
|
34 |
+
# Content
|
35 |
+
|
36 |
+
- **images**: includes screenshots of spam messages
|
37 |
+
- **.csv** file: contains information about the dataset
|
38 |
+
|
39 |
+
### File with the extension .csv
|
40 |
+
|
41 |
+
includes the following information:
|
42 |
+
|
43 |
+
- **image**: link to the screenshot with the spam message,
|
44 |
+
- **text**: text of the spam message
|
45 |
+
|
46 |
+
# Spam messages might be collected in accordance with your requirements.
|
47 |
+
|
48 |
+
## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
|
49 |
+
|
50 |
+
More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
|
51 |
+
|
52 |
+
TrainingData's GitHub: **https://github.com/trainingdata-pro**
|