Datasets and Models#

Pre-collected datasets and pre-trained model checkpoints used in this course, hosted on Hugging Face.

Datasets#

Dataset

Description

Used In

Link to Visualizer

sreetz-nv/so101_teleop_vials_rack_left

75 sim-only teleoperation demonstrations

Strategy 1, Sim Evaluation, Real Evaluation

See episodes

sreetz-nv/so101_teleop_vials_rack_left_sim_and_real

75 sim-only demonstrations (same dataset as above) + 5 real-world teleoperation demonstrations

Strategy 2

See episodes

sreetz-nv/so101_teleop_vials_rack_left_augment_02

75 sim + 7 Cosmos-augmented episodes

Strategy 3

See episodes

sreetz-nv/so101_teleop_vials_rack_left_cosmos_70

75 sim + 70 Cosmos-augmented episodes

Strategy 3

See episodes

Models#

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