phishing_detection / load_data.py
nijatmammadov's picture
Upload folder using huggingface_hub
96a8ab7 verified
raw
history blame contribute delete
183 Bytes
from datasets import load_dataset
def load_dataset_():
dataset_id ="huynq3Cyradar/Phishing_Detection_Dataset"
dataset = load_dataset(dataset_id)
return dataset