Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ In your notebook, paste the following code:
|
|
| 22 |
-------------------------------------------------------------
|
| 23 |
|
| 24 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 25 |
hf_hub_download(repo_id="CSC310-fall25/training_classification_phishing", filename="model.pkl",local_dir='.')
|
| 26 |
|
| 27 |
dt_loaded = sio.load('model.pkl')
|
|
|
|
| 22 |
-------------------------------------------------------------
|
| 23 |
|
| 24 |
from huggingface_hub import hf_hub_download
|
| 25 |
+
|
| 26 |
hf_hub_download(repo_id="CSC310-fall25/training_classification_phishing", filename="model.pkl",local_dir='.')
|
| 27 |
|
| 28 |
dt_loaded = sio.load('model.pkl')
|