anthonymartinez1 commited on
Commit
ea93520
·
verified ·
1 Parent(s): 50de580

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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')