Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ base_model:
|
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
library_name: transformers
|
| 11 |
---
|
| 12 |
-
|
| 13 |
|
| 14 |
This repository contains an implementation of a **Spam Detection** model using **BERT (Bidirectional Encoder Representations from Transformers)** for binary classification (Spam / Ham). The model is trained on the **`prithivMLmods/Spam-Text-Detect-Analysis` dataset** and leverages **Weights & Biases (wandb)** for comprehensive experiment tracking.
|
| 15 |
|
|
|
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
library_name: transformers
|
| 11 |
---
|
| 12 |
+
### **Spam Detection with BERT**
|
| 13 |
|
| 14 |
This repository contains an implementation of a **Spam Detection** model using **BERT (Bidirectional Encoder Representations from Transformers)** for binary classification (Spam / Ham). The model is trained on the **`prithivMLmods/Spam-Text-Detect-Analysis` dataset** and leverages **Weights & Biases (wandb)** for comprehensive experiment tracking.
|
| 15 |
|