Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
nhatchung
/
_gr1_unified
like
0
Tasks:
Robotics
Modalities:
Tabular
Video
Formats:
parquet
Size:
1M - 10M
Tags:
robotics
Libraries:
Datasets
Dask
Croissant
+ 1
License:
cc-by-4.0
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
main
_gr1_unified
/
upload.py
nhatchung
Add files using upload-large-folder tool
9b6e0d5
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
199 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_large_folder(
folder_path=
"."
,
# your dataset folder
repo_id=
"nhatchung/_gr1_unified"
,
repo_type=
"dataset"
,
)