Junyi42 commited on
Commit
35f2c10
·
verified ·
1 Parent(s): bbfdccc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -37,10 +37,12 @@ pip install -U "huggingface_hub[cli]"
37
 
38
  # Download the dataset to local
39
  # This will download 'assets/' and 'metadata/' folder into local dir
40
- mkdir -p inference_dataset
41
- huggingface-cli download VisGym/inference-dataset --repo-type dataset --local-dir ./inference_dataset
42
  ```
43
 
 
 
44
  ## Citation
45
 
46
  If you use this dataset, please cite:
 
37
 
38
  # Download the dataset to local
39
  # This will download 'assets/' and 'metadata/' folder into local dir
40
+ mkdir -p training_dataset
41
+ huggingface-cli download VisGym/visgym_data --repo-type dataset --local-dir ./training_dataset
42
  ```
43
 
44
+ Check here for more usage details: https://github.com/visgym/VisGym/blob/main/visgym_training/README.md
45
+
46
  ## Citation
47
 
48
  If you use this dataset, please cite: