Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
job_embedding – Dataset by Pulsifi | AlphaNeural AI
You can deploy this model and start earning money today!
Pulsifi
/
job_embedding
like
0
mit
us
Views
No views yet
Model card
Files and Versions
Community
API
Steps to download the data
Installing necessary library
poetry add huggingface_hub
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)