nielsr HF Staff commited on
Commit
7bad29e
·
verified ·
1 Parent(s): 61ac0be

Add robotics task category and sample usage instructions

Browse files

Hi! I'm Niels from the Hugging Face community science team. I noticed the metadata for this dataset card was incomplete. This PR adds the `robotics` task category for better discoverability and a `license` tag. I've also included a "Sample Usage" section with download instructions using Git LFS, based on the documentation found in the project's GitHub repository.

Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # LIBERO-R Datasets
2
 
3
  <p align="center">
@@ -18,6 +24,22 @@ The annotations provide step-by-step reasoning traces that decompose robot manip
18
  - **What I have done**: Progress tracking of completed sub-tasks
19
  - **Now I need to do**: The immediate next action to take
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## Repository Structure
22
 
23
  ```
@@ -115,4 +137,4 @@ If you use these annotations, please cite:
115
  archivePrefix={arXiv},
116
  url={https://arxiv.org/abs/2510.16281},
117
  }
118
- ```
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ license: other
5
+ ---
6
+
7
  # LIBERO-R Datasets
8
 
9
  <p align="center">
 
24
  - **What I have done**: Progress tracking of completed sub-tasks
25
  - **Now I need to do**: The immediate next action to take
26
 
27
+ ## Sample Usage
28
+
29
+ To download the dataset using `git-lfs`, you can run the following commands:
30
+
31
+ ```bash
32
+ # 1) Make sure Git LFS is installed
33
+ git lfs install
34
+
35
+ # 2) Clone the dataset
36
+ git clone https://huggingface.co/datasets/nvidia/libero_r_dataset
37
+
38
+ # 3) Pull the large files (LFS objects)
39
+ cd libero_r_dataset
40
+ git lfs pull
41
+ ```
42
+
43
  ## Repository Structure
44
 
45
  ```
 
137
  archivePrefix={arXiv},
138
  url={https://arxiv.org/abs/2510.16281},
139
  }
140
+ ```