Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,8 @@ print(result)
|
|
43 |
## Model description
|
44 |
|
45 |
This model is a fine-tuned version of the [BERT](https://huggingface.co/bert-base-uncased) model on [Spam-Ham](https://huggingface.co/datasets/SalehAhmad/Spam-Ham) dataset to improve the performance of sentiment analysis on Spam Detection tasks.
|
46 |
-
|
|
|
47 |
|
48 |
## Intended uses & limitations
|
49 |
|
@@ -51,8 +52,8 @@ This model can be used to detect spam texts. The primary limitation of this mode
|
|
51 |
|
52 |
## Training and evaluation data
|
53 |
|
54 |
-
Training corpus = 80%
|
55 |
-
|
56 |
|
57 |
|
58 |
### Training hyperparameters
|
|
|
43 |
## Model description
|
44 |
|
45 |
This model is a fine-tuned version of the [BERT](https://huggingface.co/bert-base-uncased) model on [Spam-Ham](https://huggingface.co/datasets/SalehAhmad/Spam-Ham) dataset to improve the performance of sentiment analysis on Spam Detection tasks.
|
46 |
+
- LABEL_0 = Ham (Not spam)
|
47 |
+
- LABEL_1 = Spam
|
48 |
|
49 |
## Intended uses & limitations
|
50 |
|
|
|
52 |
|
53 |
## Training and evaluation data
|
54 |
|
55 |
+
- Training corpus = 80%
|
56 |
+
- Evaluation corpus = 20%
|
57 |
|
58 |
|
59 |
### Training hyperparameters
|