mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 17:20:05 +00:00
add pid ramp
This commit is contained in:
committed by
Michel Aractingi
parent
fff719cb4f
commit
6808a42455
@@ -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