datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
spam-detection-dataset
Dataset Card for "spam-detection-dataset"
More Information needed
russian-spam-detection
RuSpam Dataset
Датасет для бинарной классификации сообщений на спам / не спам.
📊 Структура
message — текст сообщения
label — (1 — спам, 0 — не спам)
🧠 Модель
darkQibit/ruSpamNS_v31_big
📢 Канал автора
Подпишитесь на Telegram-канал автора — это сильно поможет проекту.Там публикуются новости, обновления и другие разработки.
👉 https://t.me/qubit_a
burmese-text-spam-detection
Dataset Card for burmese-text-spam-detection
Dataset Description
The burmese-text-spam-detection dataset is a high-quality, human-curated collection of 1,000 Burmese text entries specifically designed for binary text classification tasks. The dataset is balanced equally with 500 "spam" and 500 "not_spam" samples.
This dataset was compiled to facilitate the development and evaluation of spam-filtering models for the Burmese language, covering diverse sources such… See the full description on the dataset page: https://huggingface.co/datasets/Vxlentina/burmese-text-spam-detection.synthetic-spam-detection-dataset-german
Tanaos Spam Detection German Training Dataset
This dataset was created synthetically by Tanaos with the Artifex Python library.
The dataset is designed to train and evaluate spam detection systems — models that detect, classify, or filter unsolicited commercial advertisement, fraudulent messages, or other unwanted content in text form — in German.
Our german spam detection model, tanaos-spam-detection-german, was trained on this dataset.
Dataset Summary
The… See the full description on the dataset page: https://huggingface.co/datasets/tanaos/synthetic-spam-detection-dataset-german.spam-detection-dataset-splits
Spam Detection Dataset
This is the dataset for spam classification task. It contains:
'train' subset with 8175 samples
'validation' subset with 1362 samples
'test' subset with 1636 samples
Source and modifications
This dataset is cloned from Deysi/spam-detection-dataset with the following added processing:
Convert 'string' to 'id' label that allows to be used and trained directly with transformer's trainer
Split the original 'test' dataset (2725 samples) into 2… See the full description on the dataset page: https://huggingface.co/datasets/tanquangduong/spam-detection-dataset-splits.my-distiset-spam-detection
Dataset Card for my-distiset-be899639
This dataset has been created with distilabel.
Dataset Summary
This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:
distilabel pipeline run --config "https://huggingface.co/datasets/rohitdiwane/my-distiset-be899639/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/rohitdiwane/my-distiset-spam-detection.french-spam-ham-detection-free-2k
French Spam/Ham Detection Free 2K
French Spam/Ham Detection Free 2K is a free 2,000-record sample extracted from the full commercial dataset French Spam/Ham Detection (56,400 synthetic messages) provided by Kinoux.
Each entry is a synthetic French message labeled with a binary classification:
spam
ham
The data is 100% synthetic (no personal data, no scraped emails, no real platform exports) and was generated specifically for training and evaluating French-native spam detection… See the full description on the dataset page: https://huggingface.co/datasets/Kinoux/french-spam-ham-detection-free-2k.SPAM_DETECTIONsynthetic-spam-detection-dataset-spanish
Tanaos Spam Detection Spanish Training Dataset
This dataset was created synthetically by Tanaos with the Artifex Python library.
The dataset is designed to train and evaluate spam detection systems — models that detect, classify, or filter unsolicited commercial advertisement, fraudulent messages, or other unwanted content in text form — in Spanish.
Our spanish spam detection model, tanaos-spam-detection-spanish, was trained on this dataset.
Dataset Summary… See the full description on the dataset page: https://huggingface.co/datasets/tanaos/synthetic-spam-detection-dataset-spanish.ultimate_spam_detectioncircl-spam-detection-imagesspam-detectionSpam_Email_Detectionfacebook_spam_detection
Facebook Spam Detection Dataset
Dataset Summary
This dataset contains 600 Facebook profiles with behavioral and activity features designed for spam detection in social media. The dataset enables binary classification to distinguish between spam accounts (Label=1) and legitimate accounts (Label=0), providing insights into spammer behavior patterns on Facebook.
Dataset Details
Total Samples: 600 profiles
Classes: Binary (0 = Legitimate, 1 = Spam)
Class… See the full description on the dataset page: https://huggingface.co/datasets/nahiar/facebook_spam_detection.spam-detection-samplesynthetic-spam-detection-dataset-italian
Tanaos Spam Detection Italian Training Dataset
This dataset was created synthetically by Tanaos with the Artifex Python library.
The dataset is designed to train and evaluate spam detection systems — models that detect, classify, or filter unsolicited commercial advertisement, fraudulent messages, or other unwanted content in text form — in Italian.
Our Italian spam detection model, tanaos-spam-detection-italian, was trained on this dataset.
Dataset Summary… See the full description on the dataset page: https://huggingface.co/datasets/tanaos/synthetic-spam-detection-dataset-italian.ultimate_spam_detection_2turkish-igaming-spam-detection
Turkish iGaming Spam & Phishing Detection Dataset
This dataset contains categorized text samples commonly used in SMS spam, phishing attempts, and promotional abuse within the Turkish iGaming sector.
It is curated to assist NLP researchers and cybersecurity analysts in training models to detect deceptive patterns and protect consumers.
Dataset Structure
text: The raw text content (SMS or notification).
label: Classification (spam or ham).
category: Specific threat type… See the full description on the dataset page: https://huggingface.co/datasets/eskfestsecurity/turkish-igaming-spam-detection.spam-detection-analysisultimate_spam_detection_poisonedultimate_spam_detection_3_poisonedspam-detection-detaset-japoisoned-spam-detectionspam_email_detectionspam_detection_lab_poison_entryultimate_spam_detection_3spam_detectionsms_spam_detectionSpam-Detection-500
Spam-Detection-500 Dataset
A synthetic dataset of 500 plus text messages labeled as spam (1) or ham (0).
Dataset Structure
Format: JSON
Samples: 500+
Fields:
text: Message content (string)
label: 0 for ham, 1 for spam (integer)
Usage
from datasets import load_dataset
dataset = load_dataset("87praveen33/Spam-Detection-500")
SpamDetection
