Datasets and Models#
Pre-collected datasets and pre-trained model checkpoints used in this course, hosted on Hugging Face.
Datasets#
Dataset |
Description |
Used In |
|---|---|---|
75 sim-only teleoperation demonstrations |
||
50 real-world teleoperation demonstrations |
||
75 sim + 7 Cosmos-augmented episodes |
||
75 sim + 70 Cosmos-augmented episodes |
Models#
Model |
Description |
Used In |
|---|---|---|
Base GR00T N1.6 foundation model |
||
aravindhs-NV/grootn16-finetune_sreetz-so101_teleop_vials_rack_left |
Sim-only fine-tuned (75 sim episodes) |
|
aravindhs-NV/grootn16-finetune_sreetz-so101_teleop_vials_rack_left_sim_and_real |
Sim + real co-trained (75 sim + 50 real) |
|
Cosmos-augmented (75 sim + 7 Cosmos) |
||
Cosmos-augmented (75 sim + 70 Cosmos) |
Download Models#
From the root of the course repository:
mkdir -p models
hf download aravindhs-NV/grootn16-finetune_sreetz-so101_teleop_vials_rack_left \
--local-dir ./models/aravindhs-NV/grootn16-finetune_sreetz-so101_teleop_vials_rack_left
hf download aravindhs-NV/grootn16-finetune_sreetz-so101_teleop_vials_rack_left_sim_and_real \
--local-dir ./models/aravindhs-NV/grootn16-finetune_sreetz-so101_teleop_vials_rack_left_sim_and_real
hf download aravindhs-NV/sreetz-so101_teleop_vials_rack_left_augment_02 \
--local-dir ./models/aravindhs-NV/sreetz-so101_teleop_vials_rack_left_augment_02
hf download aravindhs-NV/so100-orig-groot-vials-rack-left-cosmos-70 \
--local-dir ./models/aravindhs-NV/so100-orig-groot-vials-rack-left-cosmos-70