Pulsifi/job_embedding
收藏Hugging Face2024-07-09 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/Pulsifi/job_embedding
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
---
# Steps to download the data
1. Installing necessary library
```shell
poetry add huggingface_hub
```
2. Using the library to download the data into desired directory
```python
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)
```
提供机构:
Pulsifi
原始信息汇总
数据集下载步骤
-
安装必要的库 shell poetry add huggingface_hub
-
使用库下载数据到指定目录 python from huggingface_hub import snapshot_download path = "./data" # 存储数据的路径 snapshot_download("Pulsifi/job_embedding", repo_type="dataset", local_dir=path)



