text
stringclasses 8
values |
|---|
from huggingface_hub import HfApi
|
api = HfApi(token=os.getenv("HF_TOKEN"))
|
api.upload_folder(
|
folder_path="/path/to/local/dataset",
|
repo_id="frankxeth/xbae4",
|
repo_type="dataset",
|
)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.