pirocheto commited on
Commit
9c67949
1 Parent(s): 42dc7dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ import pandas as pd
71
  from huggingface_hub import hf_hub_download
72
 
73
  REPO_ID = "pirocheto/phishing-url"
74
- FILENAME = "data/parquet.csv"
75
 
76
  df = pd.read_parquet(
77
  hf_hub_download(repo_id=REPO_ID, filename=FILENAME, repo_type="dataset")
 
71
  from huggingface_hub import hf_hub_download
72
 
73
  REPO_ID = "pirocheto/phishing-url"
74
+ FILENAME = "data/train.parquet"
75
 
76
  df = pd.read_parquet(
77
  hf_hub_download(repo_id=REPO_ID, filename=FILENAME, repo_type="dataset")