mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-04 21:01:26 +00:00
add pid ramp
This commit is contained in:
committed by
Michel Aractingi
parent
fff719cb4f
commit
6808a42455
7
loop_datasets.py
Normal file
7
loop_datasets.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from huggingface_hub import HfApi, list_datasets
|
||||
|
||||
api = HfApi()
|
||||
datasets = list_datasets(author="lerobot-data-collection")
|
||||
for dataset in datasets:
|
||||
if "test" in dataset.id:
|
||||
print("'" + dataset.id + "',", end=" ")
|
||||
Reference in New Issue
Block a user