Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SMS Spam Classifier
|
| 2 |
|
| 3 |
This is a fine-tuned **BERT-based multilingual model** designed for SMS spam detection. The model can classify SMS messages as either **ham (non-spam)** or **spam**. It was trained using the **`bert-base-multilingual-cased`** model from Hugging Face Transformers library.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: multilingual
|
| 3 |
+
tags:
|
| 4 |
+
- text-classification
|
| 5 |
+
- spam-detection
|
| 6 |
+
- sms
|
| 7 |
+
- bert
|
| 8 |
+
- multilingual
|
| 9 |
+
datasets:
|
| 10 |
+
- sms-spam-cleaned-dataset
|
| 11 |
+
metrics:
|
| 12 |
+
- accuracy
|
| 13 |
+
- f1
|
| 14 |
+
license: apache-2.0
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# SMS Spam Classifier
|
| 18 |
|
| 19 |
This is a fine-tuned **BERT-based multilingual model** designed for SMS spam detection. The model can classify SMS messages as either **ham (non-spam)** or **spam**. It was trained using the **`bert-base-multilingual-cased`** model from Hugging Face Transformers library.
|