Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
benchen4395
/
KuaiSearch
like
1
Modalities:
Tabular
Text
Formats:
json
Languages:
Chinese
Size:
100M - 1B
Libraries:
Datasets
Dask
Polars
+ 1
License:
mit
Dataset card
Data Studio
Files
Files and versions
xet
Community
2
main
KuaiSearch
/
up.py
benchen4395
Upload folder using huggingface_hub
09807c7
verified
4 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
225 Bytes
from
huggingface_hub
import
login, upload_folder
# (optional) Login with your Hugging Face credentials
#login()
# Push your dataset files
upload_folder(folder_path=
"."
, repo_id=
"benchen4395/KuaiSearch"
, repo_type=
"dataset"
)