job_embedding / README.md
regina9607's picture
Update Readme.md
a824af3 verified
|
raw
history blame
396 Bytes
metadata
license: mit

Steps to download the data

  1. Installing necessary library
poetry add huggingface_hub
  1. Using the library to download the data into desired directory
from huggingface_hub import snapshot_download
path = "./data" # path you want to store your data
snapshot_download("Pulsifi/job_embedding", repo_type="dataset", local_dir=path)