Update README.md
Browse files
README.md
CHANGED
@@ -43,8 +43,7 @@ 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 |
-
LABEL_1 = Spam
|
48 |
|
49 |
## Intended uses & limitations
|
50 |
|
@@ -53,7 +52,7 @@ This model can be used to detect spam texts. The primary limitation of this mode
|
|
53 |
## Training and evaluation data
|
54 |
|
55 |
Training corpus = 80%
|
56 |
-
|
57 |
|
58 |
|
59 |
### 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 |
+
\nLABEL_0 = Ham (Not spam), LABEL_1 = Spam
|
|
|
47 |
|
48 |
## Intended uses & limitations
|
49 |
|
|
|
52 |
## Training and evaluation data
|
53 |
|
54 |
Training corpus = 80%
|
55 |
+
\nEvaluation corpus = 20%
|
56 |
|
57 |
|
58 |
### Training hyperparameters
|