Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ It classifies emails as **Spam (1)** or **Ham (0)** with high accuracy and fast
|
|
| 42 |
- **0:** Represent Ham(Not Spam) Prediction
|
| 43 |
- **1:** Represent Spam Prediction
|
| 44 |
|
| 45 |
-
## 💡 How to Use
|
| 46 |
```python
|
| 47 |
from huggingface_hub import hf_hub_download
|
| 48 |
import joblib
|
|
|
|
| 42 |
- **0:** Represent Ham(Not Spam) Prediction
|
| 43 |
- **1:** Represent Spam Prediction
|
| 44 |
|
| 45 |
+
## 💡 How to Use(Example Code)
|
| 46 |
```python
|
| 47 |
from huggingface_hub import hf_hub_download
|
| 48 |
import joblib
|