Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ Both models were trained on the `mltrev23/spam-classify` dataset, which consists
|
|
| 32 |
To use these models, first clone this repository and install the required Python packages:
|
| 33 |
|
| 34 |
```bash
|
| 35 |
-
git clone https://huggingface.co/
|
| 36 |
cd spam-classification
|
| 37 |
pip install -r requirements.txt
|
| 38 |
```
|
|
|
|
| 32 |
To use these models, first clone this repository and install the required Python packages:
|
| 33 |
|
| 34 |
```bash
|
| 35 |
+
git clone https://huggingface.co/mltrev23/spam-classification
|
| 36 |
cd spam-classification
|
| 37 |
pip install -r requirements.txt
|
| 38 |
```
|