Skip to content

abdulrahman-hassanin/BERT_Spam_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BERT_Spam_Detection

This project aims to fine-tune BERT model to detect spam SMS using SMS Spam Collection. The dataset consist of 5,574 English SMS which tagged accroding ham or spam.

BERT

BERT is designed to help computers understand the meaning of ambiguous language in text by using surrounding text to establish context.
Using HuggingFace to fine tune bert-base-model, the following result is achieved.

image

The classification report is:
image