hdnminh commited on
Commit
6aa04d2
·
verified ·
1 Parent(s): caeedec

Upload folder using huggingface_hub

Browse files
Files changed (46) hide show
  1. README.md +207 -0
  2. adapter_config.json +132 -0
  3. adapter_model.safetensors +3 -0
  4. checkpoint-10000/README.md +207 -0
  5. checkpoint-10000/adapter_config.json +132 -0
  6. checkpoint-10000/adapter_model.safetensors +3 -0
  7. checkpoint-10000/experiment_cfg/metadata.json +515 -0
  8. checkpoint-10000/optimizer.pt +3 -0
  9. checkpoint-10000/rng_state.pth +3 -0
  10. checkpoint-10000/scheduler.pt +3 -0
  11. checkpoint-10000/trainer_state.json +0 -0
  12. checkpoint-6000/README.md +207 -0
  13. checkpoint-6000/adapter_config.json +132 -0
  14. checkpoint-6000/adapter_model.safetensors +3 -0
  15. checkpoint-6000/experiment_cfg/metadata.json +515 -0
  16. checkpoint-6000/optimizer.pt +3 -0
  17. checkpoint-6000/rng_state.pth +3 -0
  18. checkpoint-6000/scheduler.pt +3 -0
  19. checkpoint-6000/trainer_state.json +0 -0
  20. checkpoint-7000/README.md +207 -0
  21. checkpoint-7000/adapter_config.json +132 -0
  22. checkpoint-7000/adapter_model.safetensors +3 -0
  23. checkpoint-7000/experiment_cfg/metadata.json +515 -0
  24. checkpoint-7000/optimizer.pt +3 -0
  25. checkpoint-7000/rng_state.pth +3 -0
  26. checkpoint-7000/scheduler.pt +3 -0
  27. checkpoint-7000/trainer_state.json +0 -0
  28. checkpoint-8000/README.md +207 -0
  29. checkpoint-8000/adapter_config.json +132 -0
  30. checkpoint-8000/adapter_model.safetensors +3 -0
  31. checkpoint-8000/experiment_cfg/metadata.json +515 -0
  32. checkpoint-8000/optimizer.pt +3 -0
  33. checkpoint-8000/rng_state.pth +3 -0
  34. checkpoint-8000/scheduler.pt +3 -0
  35. checkpoint-8000/trainer_state.json +0 -0
  36. checkpoint-9000/README.md +207 -0
  37. checkpoint-9000/adapter_config.json +132 -0
  38. checkpoint-9000/adapter_model.safetensors +3 -0
  39. checkpoint-9000/experiment_cfg/metadata.json +515 -0
  40. checkpoint-9000/optimizer.pt +3 -0
  41. checkpoint-9000/rng_state.pth +3 -0
  42. checkpoint-9000/scheduler.pt +3 -0
  43. checkpoint-9000/trainer_state.json +0 -0
  44. experiment_cfg/metadata.json +515 -0
  45. trainer_state.json +0 -0
  46. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nvidia/GR00T-N1.5-3B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:nvidia/GR00T-N1.5-3B
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.0
adapter_config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "14.attn1.to_q",
29
+ "4.ff.net.0.proj",
30
+ "model.transformer_blocks.2.ff.net.0.proj",
31
+ "model.transformer_blocks.3.attn1.to_v",
32
+ "9.attn1.to_v",
33
+ "model.transformer_blocks.1.attn1.to_k",
34
+ "12.attn1.to_v",
35
+ "11.ff.net.0.proj",
36
+ "8.attn1.to_q",
37
+ "15.attn1.to_v",
38
+ "13.attn1.to_q",
39
+ "9.ff.net.2",
40
+ "4.attn1.to_q",
41
+ "4.attn1.to_out.0",
42
+ "model.transformer_blocks.1.attn1.to_v",
43
+ "5.ff.net.2",
44
+ "12.attn1.to_out.0",
45
+ "10.attn1.to_q",
46
+ "14.attn1.to_out.0",
47
+ "12.ff.net.0.proj",
48
+ "14.attn1.to_v",
49
+ "8.attn1.to_k",
50
+ "model.transformer_blocks.0.ff.net.2",
51
+ "model.transformer_blocks.3.attn1.to_k",
52
+ "15.attn1.to_k",
53
+ "model.transformer_blocks.1.attn1.to_q",
54
+ "model.transformer_blocks.3.ff.net.2",
55
+ "model.transformer_blocks.2.attn1.to_out.0",
56
+ "7.attn1.to_v",
57
+ "8.ff.net.2",
58
+ "model.transformer_blocks.2.ff.net.2",
59
+ "15.attn1.to_out.0",
60
+ "7.attn1.to_q",
61
+ "10.ff.net.0.proj",
62
+ "model.transformer_blocks.1.ff.net.2",
63
+ "model.transformer_blocks.0.attn1.to_out.0",
64
+ "model.transformer_blocks.0.attn1.to_q",
65
+ "9.attn1.to_q",
66
+ "10.attn1.to_out.0",
67
+ "10.attn1.to_v",
68
+ "11.attn1.to_v",
69
+ "7.ff.net.0.proj",
70
+ "6.ff.net.2",
71
+ "8.attn1.to_out.0",
72
+ "7.ff.net.2",
73
+ "12.attn1.to_k",
74
+ "8.attn1.to_v",
75
+ "model.transformer_blocks.1.attn1.to_out.0",
76
+ "8.ff.net.0.proj",
77
+ "10.attn1.to_k",
78
+ "5.attn1.to_q",
79
+ "5.attn1.to_v",
80
+ "6.attn1.to_q",
81
+ "13.attn1.to_v",
82
+ "4.attn1.to_v",
83
+ "5.attn1.to_k",
84
+ "14.attn1.to_k",
85
+ "model.transformer_blocks.1.ff.net.0.proj",
86
+ "model.transformer_blocks.3.attn1.to_q",
87
+ "model.transformer_blocks.2.attn1.to_q",
88
+ "15.attn1.to_q",
89
+ "5.attn1.to_out.0",
90
+ "5.ff.net.0.proj",
91
+ "6.attn1.to_out.0",
92
+ "9.ff.net.0.proj",
93
+ "9.attn1.to_out.0",
94
+ "6.attn1.to_k",
95
+ "15.ff.net.0.proj",
96
+ "model.transformer_blocks.2.attn1.to_v",
97
+ "9.attn1.to_k",
98
+ "6.ff.net.0.proj",
99
+ "11.attn1.to_k",
100
+ "4.ff.net.2",
101
+ "11.ff.net.2",
102
+ "linear",
103
+ "model.transformer_blocks.3.attn1.to_out.0",
104
+ "12.ff.net.2",
105
+ "13.ff.net.2",
106
+ "6.attn1.to_v",
107
+ "14.ff.net.0.proj",
108
+ "model.transformer_blocks.3.ff.net.0.proj",
109
+ "14.ff.net.2",
110
+ "13.ff.net.0.proj",
111
+ "13.attn1.to_out.0",
112
+ "7.attn1.to_out.0",
113
+ "11.attn1.to_q",
114
+ "11.attn1.to_out.0",
115
+ "12.attn1.to_q",
116
+ "model.transformer_blocks.0.attn1.to_k",
117
+ "15.ff.net.2",
118
+ "model.transformer_blocks.0.attn1.to_v",
119
+ "4.attn1.to_k",
120
+ "13.attn1.to_k",
121
+ "model.transformer_blocks.2.attn1.to_k",
122
+ "model.transformer_blocks.0.ff.net.0.proj",
123
+ "10.ff.net.2",
124
+ "7.attn1.to_k"
125
+ ],
126
+ "target_parameters": null,
127
+ "task_type": "CAUSAL_LM",
128
+ "trainable_token_indices": null,
129
+ "use_dora": false,
130
+ "use_qalora": false,
131
+ "use_rslora": false
132
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4444d14a585281e3611868b68fb5d4d10c46f8fa7052dff8883ae73aaacd8f64
3
+ size 33588672
checkpoint-10000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.0
checkpoint-10000/adapter_config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "14.attn1.to_q",
29
+ "4.ff.net.0.proj",
30
+ "model.transformer_blocks.2.ff.net.0.proj",
31
+ "model.transformer_blocks.3.attn1.to_v",
32
+ "9.attn1.to_v",
33
+ "model.transformer_blocks.1.attn1.to_k",
34
+ "12.attn1.to_v",
35
+ "11.ff.net.0.proj",
36
+ "8.attn1.to_q",
37
+ "15.attn1.to_v",
38
+ "13.attn1.to_q",
39
+ "9.ff.net.2",
40
+ "4.attn1.to_q",
41
+ "4.attn1.to_out.0",
42
+ "model.transformer_blocks.1.attn1.to_v",
43
+ "5.ff.net.2",
44
+ "12.attn1.to_out.0",
45
+ "10.attn1.to_q",
46
+ "14.attn1.to_out.0",
47
+ "12.ff.net.0.proj",
48
+ "14.attn1.to_v",
49
+ "8.attn1.to_k",
50
+ "model.transformer_blocks.0.ff.net.2",
51
+ "model.transformer_blocks.3.attn1.to_k",
52
+ "15.attn1.to_k",
53
+ "model.transformer_blocks.1.attn1.to_q",
54
+ "model.transformer_blocks.3.ff.net.2",
55
+ "model.transformer_blocks.2.attn1.to_out.0",
56
+ "7.attn1.to_v",
57
+ "8.ff.net.2",
58
+ "model.transformer_blocks.2.ff.net.2",
59
+ "15.attn1.to_out.0",
60
+ "7.attn1.to_q",
61
+ "10.ff.net.0.proj",
62
+ "model.transformer_blocks.1.ff.net.2",
63
+ "model.transformer_blocks.0.attn1.to_out.0",
64
+ "model.transformer_blocks.0.attn1.to_q",
65
+ "9.attn1.to_q",
66
+ "10.attn1.to_out.0",
67
+ "10.attn1.to_v",
68
+ "11.attn1.to_v",
69
+ "7.ff.net.0.proj",
70
+ "6.ff.net.2",
71
+ "8.attn1.to_out.0",
72
+ "7.ff.net.2",
73
+ "12.attn1.to_k",
74
+ "8.attn1.to_v",
75
+ "model.transformer_blocks.1.attn1.to_out.0",
76
+ "8.ff.net.0.proj",
77
+ "10.attn1.to_k",
78
+ "5.attn1.to_q",
79
+ "5.attn1.to_v",
80
+ "6.attn1.to_q",
81
+ "13.attn1.to_v",
82
+ "4.attn1.to_v",
83
+ "5.attn1.to_k",
84
+ "14.attn1.to_k",
85
+ "model.transformer_blocks.1.ff.net.0.proj",
86
+ "model.transformer_blocks.3.attn1.to_q",
87
+ "model.transformer_blocks.2.attn1.to_q",
88
+ "15.attn1.to_q",
89
+ "5.attn1.to_out.0",
90
+ "5.ff.net.0.proj",
91
+ "6.attn1.to_out.0",
92
+ "9.ff.net.0.proj",
93
+ "9.attn1.to_out.0",
94
+ "6.attn1.to_k",
95
+ "15.ff.net.0.proj",
96
+ "model.transformer_blocks.2.attn1.to_v",
97
+ "9.attn1.to_k",
98
+ "6.ff.net.0.proj",
99
+ "11.attn1.to_k",
100
+ "4.ff.net.2",
101
+ "11.ff.net.2",
102
+ "linear",
103
+ "model.transformer_blocks.3.attn1.to_out.0",
104
+ "12.ff.net.2",
105
+ "13.ff.net.2",
106
+ "6.attn1.to_v",
107
+ "14.ff.net.0.proj",
108
+ "model.transformer_blocks.3.ff.net.0.proj",
109
+ "14.ff.net.2",
110
+ "13.ff.net.0.proj",
111
+ "13.attn1.to_out.0",
112
+ "7.attn1.to_out.0",
113
+ "11.attn1.to_q",
114
+ "11.attn1.to_out.0",
115
+ "12.attn1.to_q",
116
+ "model.transformer_blocks.0.attn1.to_k",
117
+ "15.ff.net.2",
118
+ "model.transformer_blocks.0.attn1.to_v",
119
+ "4.attn1.to_k",
120
+ "13.attn1.to_k",
121
+ "model.transformer_blocks.2.attn1.to_k",
122
+ "model.transformer_blocks.0.ff.net.0.proj",
123
+ "10.ff.net.2",
124
+ "7.attn1.to_k"
125
+ ],
126
+ "target_parameters": null,
127
+ "task_type": "CAUSAL_LM",
128
+ "trainable_token_indices": null,
129
+ "use_dora": false,
130
+ "use_qalora": false,
131
+ "use_rslora": false
132
+ }
checkpoint-10000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4444d14a585281e3611868b68fb5d4d10c46f8fa7052dff8883ae73aaacd8f64
3
+ size 33588672
checkpoint-10000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 0.6683680415153503,
8
+ 0.6566711664199829,
9
+ 0.292723685503006,
10
+ -0.9812207818031311,
11
+ 0.03910209611058235,
12
+ 0.9599398970603943,
13
+ 0.6100564002990723
14
+ ],
15
+ "min": [
16
+ -0.24386852979660034,
17
+ -0.20362603664398193,
18
+ -0.7345239520072937,
19
+ -2.108802080154419,
20
+ -1.7333030700683594,
21
+ -0.08630567789077759,
22
+ -0.6102825403213501
23
+ ],
24
+ "mean": [
25
+ 0.19651415944099426,
26
+ 0.09440664947032928,
27
+ -0.07220495492219925,
28
+ -1.897451400756836,
29
+ -1.1493384838104248,
30
+ 0.3366183936595917,
31
+ -0.4069516360759735
32
+ ],
33
+ "std": [
34
+ 0.21332836151123047,
35
+ 0.12476864457130432,
36
+ 0.20157505571842194,
37
+ 0.28521886467933655,
38
+ 0.43021801114082336,
39
+ 0.13827581703662872,
40
+ 0.2151365578174591
41
+ ],
42
+ "q01": [
43
+ -0.1772867488861084,
44
+ -0.12271819651126861,
45
+ -0.41505779504776,
46
+ -2.104967489242554,
47
+ -1.6612196922302247,
48
+ 0.0,
49
+ -0.6100932741165161
50
+ ],
51
+ "q99": [
52
+ 0.6144365787506103,
53
+ 0.3517430329322815,
54
+ 0.27304264664649963,
55
+ -1.1318952560424804,
56
+ 0.0,
57
+ 0.7261204314231873,
58
+ 0.009718794263899322
59
+ ]
60
+ },
61
+ "right_arm": {
62
+ "max": [
63
+ 0.9567177891731262,
64
+ 0.28016284108161926,
65
+ 0.763884425163269,
66
+ 1.2731878757476807,
67
+ 1.8161427974700928,
68
+ 0.8700153827667236,
69
+ 0.6100099682807922
70
+ ],
71
+ "min": [
72
+ -1.5262200832366943,
73
+ -0.9381794333457947,
74
+ -1.375127911567688,
75
+ -2.094994068145752,
76
+ -2.2549173831939697,
77
+ -0.9603031873703003,
78
+ -0.6105296015739441
79
+ ],
80
+ "mean": [
81
+ 0.0750814899802208,
82
+ -0.010654550045728683,
83
+ 0.08446183800697327,
84
+ -1.713055968284607,
85
+ -0.29537102580070496,
86
+ -0.18471740186214447,
87
+ -0.025199774652719498
88
+ ],
89
+ "std": [
90
+ 0.16495802998542786,
91
+ 0.25814908742904663,
92
+ 0.29718270897865295,
93
+ 0.21211114525794983,
94
+ 0.7400180101394653,
95
+ 0.2865227460861206,
96
+ 0.33919793367385864
97
+ ],
98
+ "q01": [
99
+ -0.43138179659843445,
100
+ -0.6373000478744507,
101
+ -0.5505288338661194,
102
+ -2.08856595993042,
103
+ -1.3427400970458985,
104
+ -0.8300864672660827,
105
+ -0.5911543369293213
106
+ ],
107
+ "q99": [
108
+ 0.37327446460723873,
109
+ 0.23402298629283905,
110
+ 0.6071066737174987,
111
+ -1.0009546375274658,
112
+ 1.0591978549957275,
113
+ 0.4368494296073913,
114
+ 0.574537923336029
115
+ ]
116
+ },
117
+ "left_hand": {
118
+ "max": [
119
+ 0.00011753032595152035,
120
+ 0.0,
121
+ 0.0,
122
+ 0.014569122344255447,
123
+ 0.0,
124
+ 1.2200310230255127
125
+ ],
126
+ "min": [
127
+ -1.571262001991272,
128
+ -1.5717509984970093,
129
+ -1.5706814527511597,
130
+ -1.5683133602142334,
131
+ -1.7401089668273926,
132
+ 0.0
133
+ ],
134
+ "mean": [
135
+ -0.9462586641311646,
136
+ -0.8011091351509094,
137
+ -0.6167881488800049,
138
+ -0.4963046908378601,
139
+ -1.276749610900879,
140
+ 0.9160542488098145
141
+ ],
142
+ "std": [
143
+ 0.4744146168231964,
144
+ 0.47887396812438965,
145
+ 0.44163015484809875,
146
+ 0.40211939811706543,
147
+ 0.433380126953125,
148
+ 0.2139999270439148
149
+ ],
150
+ "q01": [
151
+ -1.5703800916671753,
152
+ -1.5704353618621827,
153
+ -1.5701130628585815,
154
+ -1.4549815988540649,
155
+ -1.7400603294372559,
156
+ 0.4974946665763855
157
+ ],
158
+ "q99": [
159
+ -1.0108587503054937e-06,
160
+ -0.09351457953453064,
161
+ -0.10543665826320649,
162
+ -0.06328677445650101,
163
+ -0.2540769326686859,
164
+ 1.2097230434417725
165
+ ]
166
+ },
167
+ "right_hand": {
168
+ "max": [
169
+ 0.057122603058815,
170
+ 0.05628566816449165,
171
+ 0.03206702321767807,
172
+ 0.0735459178686142,
173
+ 0.0,
174
+ 1.2201926708221436
175
+ ],
176
+ "min": [
177
+ -1.742902159690857,
178
+ -1.5714995861053467,
179
+ -1.5707184076309204,
180
+ -1.5554449558258057,
181
+ -1.7409271001815796,
182
+ 0.0
183
+ ],
184
+ "mean": [
185
+ -0.8061825037002563,
186
+ -0.8217462301254272,
187
+ -0.7716038227081299,
188
+ -0.4321101903915405,
189
+ -1.3987032175064087,
190
+ 0.7645150423049927
191
+ ],
192
+ "std": [
193
+ 0.4334220290184021,
194
+ 0.4628453552722931,
195
+ 0.46163979172706604,
196
+ 0.34686994552612305,
197
+ 0.2839042842388153,
198
+ 0.13071782886981964
199
+ ],
200
+ "q01": [
201
+ -1.57048761844635,
202
+ -1.570773959159851,
203
+ -1.5702635049819946,
204
+ -1.3775478792190552,
205
+ -1.7400354146957397,
206
+ 0.39543049931526186
207
+ ],
208
+ "q99": [
209
+ -0.15513303518295302,
210
+ -0.12217588305473329,
211
+ 0.0,
212
+ 0.006503214370459312,
213
+ -0.7402338361740113,
214
+ 1.0724781131744385
215
+ ]
216
+ }
217
+ },
218
+ "action": {
219
+ "left_arm": {
220
+ "max": [
221
+ 0.669565737247467,
222
+ 0.6577340364456177,
223
+ 0.29371270537376404,
224
+ -0.9762223958969116,
225
+ 0.04158243536949158,
226
+ 0.9112922549247742,
227
+ 0.5025607347488403
228
+ ],
229
+ "min": [
230
+ -0.2455521821975708,
231
+ -0.22607700526714325,
232
+ -0.7368976473808289,
233
+ -2.167426824569702,
234
+ -1.7375712394714355,
235
+ -0.0879085436463356,
236
+ -0.6101370453834534
237
+ ],
238
+ "mean": [
239
+ 0.19792400300502777,
240
+ 0.09352152794599533,
241
+ -0.07352424412965775,
242
+ -1.9213793277740479,
243
+ -1.1519412994384766,
244
+ 0.33854103088378906,
245
+ -0.40934738516807556
246
+ ],
247
+ "std": [
248
+ 0.21259039640426636,
249
+ 0.1255277544260025,
250
+ 0.20207926630973816,
251
+ 0.30135756731033325,
252
+ 0.42430198192596436,
253
+ 0.13495799899101257,
254
+ 0.2122381180524826
255
+ ],
256
+ "q01": [
257
+ -0.17724382221698762,
258
+ -0.12194221436977387,
259
+ -0.41558135151863096,
260
+ -2.1655506229400636,
261
+ -1.6616072368621826,
262
+ 0.020500594750046734,
263
+ -0.6100460886955261
264
+ ],
265
+ "q99": [
266
+ 0.6148928451538086,
267
+ 0.35140427231788635,
268
+ 0.27309311032295225,
269
+ -1.132156777381897,
270
+ -0.08103018075227737,
271
+ 0.7173317408561705,
272
+ 0.009570175968110557
273
+ ]
274
+ },
275
+ "right_arm": {
276
+ "max": [
277
+ 0.9623554944992065,
278
+ 0.2807396650314331,
279
+ 0.7694879770278931,
280
+ 1.2767610549926758,
281
+ 1.8174692392349243,
282
+ 0.8700100183486938,
283
+ 0.6100013256072998
284
+ ],
285
+ "min": [
286
+ -1.4497387409210205,
287
+ -0.9382310509681702,
288
+ -1.3796172142028809,
289
+ -2.150691032409668,
290
+ -2.2574028968811035,
291
+ -0.9601027965545654,
292
+ -0.6101932525634766
293
+ ],
294
+ "mean": [
295
+ 0.07703010737895966,
296
+ -0.009932473301887512,
297
+ 0.08711014688014984,
298
+ -1.715496301651001,
299
+ -0.2945978343486786,
300
+ -0.1854964792728424,
301
+ -0.02618875354528427
302
+ ],
303
+ "std": [
304
+ 0.1660434603691101,
305
+ 0.257951945066452,
306
+ 0.2985477149486542,
307
+ 0.21423877775669098,
308
+ 0.7408061027526855,
309
+ 0.285532146692276,
310
+ 0.3404558598995209
311
+ ],
312
+ "q01": [
313
+ -0.43103485107421874,
314
+ -0.6369292664527892,
315
+ -0.5514215302467346,
316
+ -2.1294299793243407,
317
+ -1.3421837568283081,
318
+ -0.8276522183418273,
319
+ -0.5935064649581909
320
+ ],
321
+ "q99": [
322
+ 0.37589811086654656,
323
+ 0.23308833718299865,
324
+ 0.6103850507736206,
325
+ -0.9984534525871279,
326
+ 1.0599059391021728,
327
+ 0.4364022743701933,
328
+ 0.5730218744277954
329
+ ]
330
+ },
331
+ "left_hand": {
332
+ "max": [
333
+ 0.0009740703389979899,
334
+ -0.0546913780272007,
335
+ -0.05968106538057327,
336
+ -0.02052098698914051,
337
+ -0.22107230126857758,
338
+ 1.220978856086731
339
+ ],
340
+ "min": [
341
+ -1.5709861516952515,
342
+ -1.57097327709198,
343
+ -1.5709692239761353,
344
+ -1.570944905281067,
345
+ -1.7409957647323608,
346
+ 0.48999321460723877
347
+ ],
348
+ "mean": [
349
+ -0.963814377784729,
350
+ -0.8296139240264893,
351
+ -0.629891037940979,
352
+ -0.5712926983833313,
353
+ -1.2895143032073975,
354
+ 0.9526148438453674
355
+ ],
356
+ "std": [
357
+ 0.4780578017234802,
358
+ 0.5040860176086426,
359
+ 0.4580126702785492,
360
+ 0.48273271322250366,
361
+ 0.41919949650764465,
362
+ 0.21727174520492554
363
+ ],
364
+ "q01": [
365
+ -1.5709731578826904,
366
+ -1.5709259510040283,
367
+ -1.5709221363067627,
368
+ -1.5708924531936646,
369
+ -1.7409918308258057,
370
+ 0.5214212536811829
371
+ ],
372
+ "q99": [
373
+ -0.06292162835597992,
374
+ -0.11022104322910309,
375
+ -0.12443660944700241,
376
+ -0.06607425957918167,
377
+ -0.30554723739624023,
378
+ 1.2209323644638062
379
+ ]
380
+ },
381
+ "right_hand": {
382
+ "max": [
383
+ -0.13376900553703308,
384
+ -0.1352331042289734,
385
+ -0.005622704513370991,
386
+ 0.0006983945495449007,
387
+ -0.5628832578659058,
388
+ 1.2208919525146484
389
+ ],
390
+ "min": [
391
+ -1.5709723234176636,
392
+ -1.570959448814392,
393
+ -1.5709497928619385,
394
+ -1.5654851198196411,
395
+ -1.7409759759902954,
396
+ 0.33904045820236206
397
+ ],
398
+ "mean": [
399
+ -0.8379570841789246,
400
+ -0.831011176109314,
401
+ -0.7952731251716614,
402
+ -0.4752100706100464,
403
+ -1.4127185344696045,
404
+ 0.7845886945724487
405
+ ],
406
+ "std": [
407
+ 0.45697054266929626,
408
+ 0.4593932032585144,
409
+ 0.4775135815143585,
410
+ 0.41164931654930115,
411
+ 0.2575743794441223,
412
+ 0.12675784528255463
413
+ ],
414
+ "q01": [
415
+ -1.5708304643630981,
416
+ -1.5708186626434326,
417
+ -1.5707746744155884,
418
+ -1.5299115180969238,
419
+ -1.7408910989761353,
420
+ 0.405545711517334
421
+ ],
422
+ "q99": [
423
+ -0.22091755270957947,
424
+ -0.17779886722564697,
425
+ -0.07500641793012619,
426
+ 3.097093213000335e-05,
427
+ -0.8740525245666504,
428
+ 1.1924041509628296
429
+ ]
430
+ }
431
+ }
432
+ },
433
+ "modalities": {
434
+ "video": {
435
+ "ego_view": {
436
+ "resolution": [
437
+ 256,
438
+ 256
439
+ ],
440
+ "channels": 3,
441
+ "fps": 20.0
442
+ }
443
+ },
444
+ "state": {
445
+ "left_arm": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 7
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "right_arm": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 7
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "left_hand": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 6
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "right_hand": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 6
474
+ ],
475
+ "continuous": true
476
+ }
477
+ },
478
+ "action": {
479
+ "left_arm": {
480
+ "absolute": true,
481
+ "rotation_type": null,
482
+ "shape": [
483
+ 7
484
+ ],
485
+ "continuous": true
486
+ },
487
+ "right_arm": {
488
+ "absolute": true,
489
+ "rotation_type": null,
490
+ "shape": [
491
+ 7
492
+ ],
493
+ "continuous": true
494
+ },
495
+ "left_hand": {
496
+ "absolute": true,
497
+ "rotation_type": null,
498
+ "shape": [
499
+ 6
500
+ ],
501
+ "continuous": true
502
+ },
503
+ "right_hand": {
504
+ "absolute": true,
505
+ "rotation_type": null,
506
+ "shape": [
507
+ 6
508
+ ],
509
+ "continuous": true
510
+ }
511
+ }
512
+ },
513
+ "embodiment_tag": "new_embodiment"
514
+ }
515
+ }
checkpoint-10000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71fcdcabda9a3cb99da4afd91c73c91bde5e9d4c1da696e701f4238174ea3ced
3
+ size 67297419
checkpoint-10000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760bcb0b44ccb0c47dabbed1502839571394e548d7c735a7d223ba238ecd678e
3
+ size 14645
checkpoint-10000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5028d488d4be5f20c2efa67f74447f402f4068511c82e3ac5f579bcb23ae1045
3
+ size 1465
checkpoint-10000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-6000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.0
checkpoint-6000/adapter_config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "14.attn1.to_q",
29
+ "4.ff.net.0.proj",
30
+ "model.transformer_blocks.2.ff.net.0.proj",
31
+ "model.transformer_blocks.3.attn1.to_v",
32
+ "9.attn1.to_v",
33
+ "model.transformer_blocks.1.attn1.to_k",
34
+ "12.attn1.to_v",
35
+ "11.ff.net.0.proj",
36
+ "8.attn1.to_q",
37
+ "15.attn1.to_v",
38
+ "13.attn1.to_q",
39
+ "9.ff.net.2",
40
+ "4.attn1.to_q",
41
+ "4.attn1.to_out.0",
42
+ "model.transformer_blocks.1.attn1.to_v",
43
+ "5.ff.net.2",
44
+ "12.attn1.to_out.0",
45
+ "10.attn1.to_q",
46
+ "14.attn1.to_out.0",
47
+ "12.ff.net.0.proj",
48
+ "14.attn1.to_v",
49
+ "8.attn1.to_k",
50
+ "model.transformer_blocks.0.ff.net.2",
51
+ "model.transformer_blocks.3.attn1.to_k",
52
+ "15.attn1.to_k",
53
+ "model.transformer_blocks.1.attn1.to_q",
54
+ "model.transformer_blocks.3.ff.net.2",
55
+ "model.transformer_blocks.2.attn1.to_out.0",
56
+ "7.attn1.to_v",
57
+ "8.ff.net.2",
58
+ "model.transformer_blocks.2.ff.net.2",
59
+ "15.attn1.to_out.0",
60
+ "7.attn1.to_q",
61
+ "10.ff.net.0.proj",
62
+ "model.transformer_blocks.1.ff.net.2",
63
+ "model.transformer_blocks.0.attn1.to_out.0",
64
+ "model.transformer_blocks.0.attn1.to_q",
65
+ "9.attn1.to_q",
66
+ "10.attn1.to_out.0",
67
+ "10.attn1.to_v",
68
+ "11.attn1.to_v",
69
+ "7.ff.net.0.proj",
70
+ "6.ff.net.2",
71
+ "8.attn1.to_out.0",
72
+ "7.ff.net.2",
73
+ "12.attn1.to_k",
74
+ "8.attn1.to_v",
75
+ "model.transformer_blocks.1.attn1.to_out.0",
76
+ "8.ff.net.0.proj",
77
+ "10.attn1.to_k",
78
+ "5.attn1.to_q",
79
+ "5.attn1.to_v",
80
+ "6.attn1.to_q",
81
+ "13.attn1.to_v",
82
+ "4.attn1.to_v",
83
+ "5.attn1.to_k",
84
+ "14.attn1.to_k",
85
+ "model.transformer_blocks.1.ff.net.0.proj",
86
+ "model.transformer_blocks.3.attn1.to_q",
87
+ "model.transformer_blocks.2.attn1.to_q",
88
+ "15.attn1.to_q",
89
+ "5.attn1.to_out.0",
90
+ "5.ff.net.0.proj",
91
+ "6.attn1.to_out.0",
92
+ "9.ff.net.0.proj",
93
+ "9.attn1.to_out.0",
94
+ "6.attn1.to_k",
95
+ "15.ff.net.0.proj",
96
+ "model.transformer_blocks.2.attn1.to_v",
97
+ "9.attn1.to_k",
98
+ "6.ff.net.0.proj",
99
+ "11.attn1.to_k",
100
+ "4.ff.net.2",
101
+ "11.ff.net.2",
102
+ "linear",
103
+ "model.transformer_blocks.3.attn1.to_out.0",
104
+ "12.ff.net.2",
105
+ "13.ff.net.2",
106
+ "6.attn1.to_v",
107
+ "14.ff.net.0.proj",
108
+ "model.transformer_blocks.3.ff.net.0.proj",
109
+ "14.ff.net.2",
110
+ "13.ff.net.0.proj",
111
+ "13.attn1.to_out.0",
112
+ "7.attn1.to_out.0",
113
+ "11.attn1.to_q",
114
+ "11.attn1.to_out.0",
115
+ "12.attn1.to_q",
116
+ "model.transformer_blocks.0.attn1.to_k",
117
+ "15.ff.net.2",
118
+ "model.transformer_blocks.0.attn1.to_v",
119
+ "4.attn1.to_k",
120
+ "13.attn1.to_k",
121
+ "model.transformer_blocks.2.attn1.to_k",
122
+ "model.transformer_blocks.0.ff.net.0.proj",
123
+ "10.ff.net.2",
124
+ "7.attn1.to_k"
125
+ ],
126
+ "target_parameters": null,
127
+ "task_type": "CAUSAL_LM",
128
+ "trainable_token_indices": null,
129
+ "use_dora": false,
130
+ "use_qalora": false,
131
+ "use_rslora": false
132
+ }
checkpoint-6000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71242fd08412d878829624baf352117ee87f1cd7278e9fecb795a5ebd4e1780c
3
+ size 33588672
checkpoint-6000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 0.6683680415153503,
8
+ 0.6566711664199829,
9
+ 0.292723685503006,
10
+ -0.9812207818031311,
11
+ 0.03910209611058235,
12
+ 0.9599398970603943,
13
+ 0.6100564002990723
14
+ ],
15
+ "min": [
16
+ -0.24386852979660034,
17
+ -0.20362603664398193,
18
+ -0.7345239520072937,
19
+ -2.108802080154419,
20
+ -1.7333030700683594,
21
+ -0.08630567789077759,
22
+ -0.6102825403213501
23
+ ],
24
+ "mean": [
25
+ 0.19651415944099426,
26
+ 0.09440664947032928,
27
+ -0.07220495492219925,
28
+ -1.897451400756836,
29
+ -1.1493384838104248,
30
+ 0.3366183936595917,
31
+ -0.4069516360759735
32
+ ],
33
+ "std": [
34
+ 0.21332836151123047,
35
+ 0.12476864457130432,
36
+ 0.20157505571842194,
37
+ 0.28521886467933655,
38
+ 0.43021801114082336,
39
+ 0.13827581703662872,
40
+ 0.2151365578174591
41
+ ],
42
+ "q01": [
43
+ -0.1772867488861084,
44
+ -0.12271819651126861,
45
+ -0.41505779504776,
46
+ -2.104967489242554,
47
+ -1.6612196922302247,
48
+ 0.0,
49
+ -0.6100932741165161
50
+ ],
51
+ "q99": [
52
+ 0.6144365787506103,
53
+ 0.3517430329322815,
54
+ 0.27304264664649963,
55
+ -1.1318952560424804,
56
+ 0.0,
57
+ 0.7261204314231873,
58
+ 0.009718794263899322
59
+ ]
60
+ },
61
+ "right_arm": {
62
+ "max": [
63
+ 0.9567177891731262,
64
+ 0.28016284108161926,
65
+ 0.763884425163269,
66
+ 1.2731878757476807,
67
+ 1.8161427974700928,
68
+ 0.8700153827667236,
69
+ 0.6100099682807922
70
+ ],
71
+ "min": [
72
+ -1.5262200832366943,
73
+ -0.9381794333457947,
74
+ -1.375127911567688,
75
+ -2.094994068145752,
76
+ -2.2549173831939697,
77
+ -0.9603031873703003,
78
+ -0.6105296015739441
79
+ ],
80
+ "mean": [
81
+ 0.0750814899802208,
82
+ -0.010654550045728683,
83
+ 0.08446183800697327,
84
+ -1.713055968284607,
85
+ -0.29537102580070496,
86
+ -0.18471740186214447,
87
+ -0.025199774652719498
88
+ ],
89
+ "std": [
90
+ 0.16495802998542786,
91
+ 0.25814908742904663,
92
+ 0.29718270897865295,
93
+ 0.21211114525794983,
94
+ 0.7400180101394653,
95
+ 0.2865227460861206,
96
+ 0.33919793367385864
97
+ ],
98
+ "q01": [
99
+ -0.43138179659843445,
100
+ -0.6373000478744507,
101
+ -0.5505288338661194,
102
+ -2.08856595993042,
103
+ -1.3427400970458985,
104
+ -0.8300864672660827,
105
+ -0.5911543369293213
106
+ ],
107
+ "q99": [
108
+ 0.37327446460723873,
109
+ 0.23402298629283905,
110
+ 0.6071066737174987,
111
+ -1.0009546375274658,
112
+ 1.0591978549957275,
113
+ 0.4368494296073913,
114
+ 0.574537923336029
115
+ ]
116
+ },
117
+ "left_hand": {
118
+ "max": [
119
+ 0.00011753032595152035,
120
+ 0.0,
121
+ 0.0,
122
+ 0.014569122344255447,
123
+ 0.0,
124
+ 1.2200310230255127
125
+ ],
126
+ "min": [
127
+ -1.571262001991272,
128
+ -1.5717509984970093,
129
+ -1.5706814527511597,
130
+ -1.5683133602142334,
131
+ -1.7401089668273926,
132
+ 0.0
133
+ ],
134
+ "mean": [
135
+ -0.9462586641311646,
136
+ -0.8011091351509094,
137
+ -0.6167881488800049,
138
+ -0.4963046908378601,
139
+ -1.276749610900879,
140
+ 0.9160542488098145
141
+ ],
142
+ "std": [
143
+ 0.4744146168231964,
144
+ 0.47887396812438965,
145
+ 0.44163015484809875,
146
+ 0.40211939811706543,
147
+ 0.433380126953125,
148
+ 0.2139999270439148
149
+ ],
150
+ "q01": [
151
+ -1.5703800916671753,
152
+ -1.5704353618621827,
153
+ -1.5701130628585815,
154
+ -1.4549815988540649,
155
+ -1.7400603294372559,
156
+ 0.4974946665763855
157
+ ],
158
+ "q99": [
159
+ -1.0108587503054937e-06,
160
+ -0.09351457953453064,
161
+ -0.10543665826320649,
162
+ -0.06328677445650101,
163
+ -0.2540769326686859,
164
+ 1.2097230434417725
165
+ ]
166
+ },
167
+ "right_hand": {
168
+ "max": [
169
+ 0.057122603058815,
170
+ 0.05628566816449165,
171
+ 0.03206702321767807,
172
+ 0.0735459178686142,
173
+ 0.0,
174
+ 1.2201926708221436
175
+ ],
176
+ "min": [
177
+ -1.742902159690857,
178
+ -1.5714995861053467,
179
+ -1.5707184076309204,
180
+ -1.5554449558258057,
181
+ -1.7409271001815796,
182
+ 0.0
183
+ ],
184
+ "mean": [
185
+ -0.8061825037002563,
186
+ -0.8217462301254272,
187
+ -0.7716038227081299,
188
+ -0.4321101903915405,
189
+ -1.3987032175064087,
190
+ 0.7645150423049927
191
+ ],
192
+ "std": [
193
+ 0.4334220290184021,
194
+ 0.4628453552722931,
195
+ 0.46163979172706604,
196
+ 0.34686994552612305,
197
+ 0.2839042842388153,
198
+ 0.13071782886981964
199
+ ],
200
+ "q01": [
201
+ -1.57048761844635,
202
+ -1.570773959159851,
203
+ -1.5702635049819946,
204
+ -1.3775478792190552,
205
+ -1.7400354146957397,
206
+ 0.39543049931526186
207
+ ],
208
+ "q99": [
209
+ -0.15513303518295302,
210
+ -0.12217588305473329,
211
+ 0.0,
212
+ 0.006503214370459312,
213
+ -0.7402338361740113,
214
+ 1.0724781131744385
215
+ ]
216
+ }
217
+ },
218
+ "action": {
219
+ "left_arm": {
220
+ "max": [
221
+ 0.669565737247467,
222
+ 0.6577340364456177,
223
+ 0.29371270537376404,
224
+ -0.9762223958969116,
225
+ 0.04158243536949158,
226
+ 0.9112922549247742,
227
+ 0.5025607347488403
228
+ ],
229
+ "min": [
230
+ -0.2455521821975708,
231
+ -0.22607700526714325,
232
+ -0.7368976473808289,
233
+ -2.167426824569702,
234
+ -1.7375712394714355,
235
+ -0.0879085436463356,
236
+ -0.6101370453834534
237
+ ],
238
+ "mean": [
239
+ 0.19792400300502777,
240
+ 0.09352152794599533,
241
+ -0.07352424412965775,
242
+ -1.9213793277740479,
243
+ -1.1519412994384766,
244
+ 0.33854103088378906,
245
+ -0.40934738516807556
246
+ ],
247
+ "std": [
248
+ 0.21259039640426636,
249
+ 0.1255277544260025,
250
+ 0.20207926630973816,
251
+ 0.30135756731033325,
252
+ 0.42430198192596436,
253
+ 0.13495799899101257,
254
+ 0.2122381180524826
255
+ ],
256
+ "q01": [
257
+ -0.17724382221698762,
258
+ -0.12194221436977387,
259
+ -0.41558135151863096,
260
+ -2.1655506229400636,
261
+ -1.6616072368621826,
262
+ 0.020500594750046734,
263
+ -0.6100460886955261
264
+ ],
265
+ "q99": [
266
+ 0.6148928451538086,
267
+ 0.35140427231788635,
268
+ 0.27309311032295225,
269
+ -1.132156777381897,
270
+ -0.08103018075227737,
271
+ 0.7173317408561705,
272
+ 0.009570175968110557
273
+ ]
274
+ },
275
+ "right_arm": {
276
+ "max": [
277
+ 0.9623554944992065,
278
+ 0.2807396650314331,
279
+ 0.7694879770278931,
280
+ 1.2767610549926758,
281
+ 1.8174692392349243,
282
+ 0.8700100183486938,
283
+ 0.6100013256072998
284
+ ],
285
+ "min": [
286
+ -1.4497387409210205,
287
+ -0.9382310509681702,
288
+ -1.3796172142028809,
289
+ -2.150691032409668,
290
+ -2.2574028968811035,
291
+ -0.9601027965545654,
292
+ -0.6101932525634766
293
+ ],
294
+ "mean": [
295
+ 0.07703010737895966,
296
+ -0.009932473301887512,
297
+ 0.08711014688014984,
298
+ -1.715496301651001,
299
+ -0.2945978343486786,
300
+ -0.1854964792728424,
301
+ -0.02618875354528427
302
+ ],
303
+ "std": [
304
+ 0.1660434603691101,
305
+ 0.257951945066452,
306
+ 0.2985477149486542,
307
+ 0.21423877775669098,
308
+ 0.7408061027526855,
309
+ 0.285532146692276,
310
+ 0.3404558598995209
311
+ ],
312
+ "q01": [
313
+ -0.43103485107421874,
314
+ -0.6369292664527892,
315
+ -0.5514215302467346,
316
+ -2.1294299793243407,
317
+ -1.3421837568283081,
318
+ -0.8276522183418273,
319
+ -0.5935064649581909
320
+ ],
321
+ "q99": [
322
+ 0.37589811086654656,
323
+ 0.23308833718299865,
324
+ 0.6103850507736206,
325
+ -0.9984534525871279,
326
+ 1.0599059391021728,
327
+ 0.4364022743701933,
328
+ 0.5730218744277954
329
+ ]
330
+ },
331
+ "left_hand": {
332
+ "max": [
333
+ 0.0009740703389979899,
334
+ -0.0546913780272007,
335
+ -0.05968106538057327,
336
+ -0.02052098698914051,
337
+ -0.22107230126857758,
338
+ 1.220978856086731
339
+ ],
340
+ "min": [
341
+ -1.5709861516952515,
342
+ -1.57097327709198,
343
+ -1.5709692239761353,
344
+ -1.570944905281067,
345
+ -1.7409957647323608,
346
+ 0.48999321460723877
347
+ ],
348
+ "mean": [
349
+ -0.963814377784729,
350
+ -0.8296139240264893,
351
+ -0.629891037940979,
352
+ -0.5712926983833313,
353
+ -1.2895143032073975,
354
+ 0.9526148438453674
355
+ ],
356
+ "std": [
357
+ 0.4780578017234802,
358
+ 0.5040860176086426,
359
+ 0.4580126702785492,
360
+ 0.48273271322250366,
361
+ 0.41919949650764465,
362
+ 0.21727174520492554
363
+ ],
364
+ "q01": [
365
+ -1.5709731578826904,
366
+ -1.5709259510040283,
367
+ -1.5709221363067627,
368
+ -1.5708924531936646,
369
+ -1.7409918308258057,
370
+ 0.5214212536811829
371
+ ],
372
+ "q99": [
373
+ -0.06292162835597992,
374
+ -0.11022104322910309,
375
+ -0.12443660944700241,
376
+ -0.06607425957918167,
377
+ -0.30554723739624023,
378
+ 1.2209323644638062
379
+ ]
380
+ },
381
+ "right_hand": {
382
+ "max": [
383
+ -0.13376900553703308,
384
+ -0.1352331042289734,
385
+ -0.005622704513370991,
386
+ 0.0006983945495449007,
387
+ -0.5628832578659058,
388
+ 1.2208919525146484
389
+ ],
390
+ "min": [
391
+ -1.5709723234176636,
392
+ -1.570959448814392,
393
+ -1.5709497928619385,
394
+ -1.5654851198196411,
395
+ -1.7409759759902954,
396
+ 0.33904045820236206
397
+ ],
398
+ "mean": [
399
+ -0.8379570841789246,
400
+ -0.831011176109314,
401
+ -0.7952731251716614,
402
+ -0.4752100706100464,
403
+ -1.4127185344696045,
404
+ 0.7845886945724487
405
+ ],
406
+ "std": [
407
+ 0.45697054266929626,
408
+ 0.4593932032585144,
409
+ 0.4775135815143585,
410
+ 0.41164931654930115,
411
+ 0.2575743794441223,
412
+ 0.12675784528255463
413
+ ],
414
+ "q01": [
415
+ -1.5708304643630981,
416
+ -1.5708186626434326,
417
+ -1.5707746744155884,
418
+ -1.5299115180969238,
419
+ -1.7408910989761353,
420
+ 0.405545711517334
421
+ ],
422
+ "q99": [
423
+ -0.22091755270957947,
424
+ -0.17779886722564697,
425
+ -0.07500641793012619,
426
+ 3.097093213000335e-05,
427
+ -0.8740525245666504,
428
+ 1.1924041509628296
429
+ ]
430
+ }
431
+ }
432
+ },
433
+ "modalities": {
434
+ "video": {
435
+ "ego_view": {
436
+ "resolution": [
437
+ 256,
438
+ 256
439
+ ],
440
+ "channels": 3,
441
+ "fps": 20.0
442
+ }
443
+ },
444
+ "state": {
445
+ "left_arm": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 7
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "right_arm": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 7
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "left_hand": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 6
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "right_hand": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 6
474
+ ],
475
+ "continuous": true
476
+ }
477
+ },
478
+ "action": {
479
+ "left_arm": {
480
+ "absolute": true,
481
+ "rotation_type": null,
482
+ "shape": [
483
+ 7
484
+ ],
485
+ "continuous": true
486
+ },
487
+ "right_arm": {
488
+ "absolute": true,
489
+ "rotation_type": null,
490
+ "shape": [
491
+ 7
492
+ ],
493
+ "continuous": true
494
+ },
495
+ "left_hand": {
496
+ "absolute": true,
497
+ "rotation_type": null,
498
+ "shape": [
499
+ 6
500
+ ],
501
+ "continuous": true
502
+ },
503
+ "right_hand": {
504
+ "absolute": true,
505
+ "rotation_type": null,
506
+ "shape": [
507
+ 6
508
+ ],
509
+ "continuous": true
510
+ }
511
+ }
512
+ },
513
+ "embodiment_tag": "new_embodiment"
514
+ }
515
+ }
checkpoint-6000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3820080da02147a939342ff43328a81b2832f97fd2c8ce829e330c455c5a1db
3
+ size 67297419
checkpoint-6000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c75efb505bf388f869f151d9bef4a83a318c6fef000f3d17e3d99bb2912200
3
+ size 14645
checkpoint-6000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc8794e87a2f0ef4d469dfba980f0472f491c4ec8155a0864d4d936f98b1d40
3
+ size 1465
checkpoint-6000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-7000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.0
checkpoint-7000/adapter_config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "14.attn1.to_q",
29
+ "4.ff.net.0.proj",
30
+ "model.transformer_blocks.2.ff.net.0.proj",
31
+ "model.transformer_blocks.3.attn1.to_v",
32
+ "9.attn1.to_v",
33
+ "model.transformer_blocks.1.attn1.to_k",
34
+ "12.attn1.to_v",
35
+ "11.ff.net.0.proj",
36
+ "8.attn1.to_q",
37
+ "15.attn1.to_v",
38
+ "13.attn1.to_q",
39
+ "9.ff.net.2",
40
+ "4.attn1.to_q",
41
+ "4.attn1.to_out.0",
42
+ "model.transformer_blocks.1.attn1.to_v",
43
+ "5.ff.net.2",
44
+ "12.attn1.to_out.0",
45
+ "10.attn1.to_q",
46
+ "14.attn1.to_out.0",
47
+ "12.ff.net.0.proj",
48
+ "14.attn1.to_v",
49
+ "8.attn1.to_k",
50
+ "model.transformer_blocks.0.ff.net.2",
51
+ "model.transformer_blocks.3.attn1.to_k",
52
+ "15.attn1.to_k",
53
+ "model.transformer_blocks.1.attn1.to_q",
54
+ "model.transformer_blocks.3.ff.net.2",
55
+ "model.transformer_blocks.2.attn1.to_out.0",
56
+ "7.attn1.to_v",
57
+ "8.ff.net.2",
58
+ "model.transformer_blocks.2.ff.net.2",
59
+ "15.attn1.to_out.0",
60
+ "7.attn1.to_q",
61
+ "10.ff.net.0.proj",
62
+ "model.transformer_blocks.1.ff.net.2",
63
+ "model.transformer_blocks.0.attn1.to_out.0",
64
+ "model.transformer_blocks.0.attn1.to_q",
65
+ "9.attn1.to_q",
66
+ "10.attn1.to_out.0",
67
+ "10.attn1.to_v",
68
+ "11.attn1.to_v",
69
+ "7.ff.net.0.proj",
70
+ "6.ff.net.2",
71
+ "8.attn1.to_out.0",
72
+ "7.ff.net.2",
73
+ "12.attn1.to_k",
74
+ "8.attn1.to_v",
75
+ "model.transformer_blocks.1.attn1.to_out.0",
76
+ "8.ff.net.0.proj",
77
+ "10.attn1.to_k",
78
+ "5.attn1.to_q",
79
+ "5.attn1.to_v",
80
+ "6.attn1.to_q",
81
+ "13.attn1.to_v",
82
+ "4.attn1.to_v",
83
+ "5.attn1.to_k",
84
+ "14.attn1.to_k",
85
+ "model.transformer_blocks.1.ff.net.0.proj",
86
+ "model.transformer_blocks.3.attn1.to_q",
87
+ "model.transformer_blocks.2.attn1.to_q",
88
+ "15.attn1.to_q",
89
+ "5.attn1.to_out.0",
90
+ "5.ff.net.0.proj",
91
+ "6.attn1.to_out.0",
92
+ "9.ff.net.0.proj",
93
+ "9.attn1.to_out.0",
94
+ "6.attn1.to_k",
95
+ "15.ff.net.0.proj",
96
+ "model.transformer_blocks.2.attn1.to_v",
97
+ "9.attn1.to_k",
98
+ "6.ff.net.0.proj",
99
+ "11.attn1.to_k",
100
+ "4.ff.net.2",
101
+ "11.ff.net.2",
102
+ "linear",
103
+ "model.transformer_blocks.3.attn1.to_out.0",
104
+ "12.ff.net.2",
105
+ "13.ff.net.2",
106
+ "6.attn1.to_v",
107
+ "14.ff.net.0.proj",
108
+ "model.transformer_blocks.3.ff.net.0.proj",
109
+ "14.ff.net.2",
110
+ "13.ff.net.0.proj",
111
+ "13.attn1.to_out.0",
112
+ "7.attn1.to_out.0",
113
+ "11.attn1.to_q",
114
+ "11.attn1.to_out.0",
115
+ "12.attn1.to_q",
116
+ "model.transformer_blocks.0.attn1.to_k",
117
+ "15.ff.net.2",
118
+ "model.transformer_blocks.0.attn1.to_v",
119
+ "4.attn1.to_k",
120
+ "13.attn1.to_k",
121
+ "model.transformer_blocks.2.attn1.to_k",
122
+ "model.transformer_blocks.0.ff.net.0.proj",
123
+ "10.ff.net.2",
124
+ "7.attn1.to_k"
125
+ ],
126
+ "target_parameters": null,
127
+ "task_type": "CAUSAL_LM",
128
+ "trainable_token_indices": null,
129
+ "use_dora": false,
130
+ "use_qalora": false,
131
+ "use_rslora": false
132
+ }
checkpoint-7000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4e95a45c286bd65b8cf37246321b8f95bf9ad423b89d29f2eb83ba8c78a076
3
+ size 33588672
checkpoint-7000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 0.6683680415153503,
8
+ 0.6566711664199829,
9
+ 0.292723685503006,
10
+ -0.9812207818031311,
11
+ 0.03910209611058235,
12
+ 0.9599398970603943,
13
+ 0.6100564002990723
14
+ ],
15
+ "min": [
16
+ -0.24386852979660034,
17
+ -0.20362603664398193,
18
+ -0.7345239520072937,
19
+ -2.108802080154419,
20
+ -1.7333030700683594,
21
+ -0.08630567789077759,
22
+ -0.6102825403213501
23
+ ],
24
+ "mean": [
25
+ 0.19651415944099426,
26
+ 0.09440664947032928,
27
+ -0.07220495492219925,
28
+ -1.897451400756836,
29
+ -1.1493384838104248,
30
+ 0.3366183936595917,
31
+ -0.4069516360759735
32
+ ],
33
+ "std": [
34
+ 0.21332836151123047,
35
+ 0.12476864457130432,
36
+ 0.20157505571842194,
37
+ 0.28521886467933655,
38
+ 0.43021801114082336,
39
+ 0.13827581703662872,
40
+ 0.2151365578174591
41
+ ],
42
+ "q01": [
43
+ -0.1772867488861084,
44
+ -0.12271819651126861,
45
+ -0.41505779504776,
46
+ -2.104967489242554,
47
+ -1.6612196922302247,
48
+ 0.0,
49
+ -0.6100932741165161
50
+ ],
51
+ "q99": [
52
+ 0.6144365787506103,
53
+ 0.3517430329322815,
54
+ 0.27304264664649963,
55
+ -1.1318952560424804,
56
+ 0.0,
57
+ 0.7261204314231873,
58
+ 0.009718794263899322
59
+ ]
60
+ },
61
+ "right_arm": {
62
+ "max": [
63
+ 0.9567177891731262,
64
+ 0.28016284108161926,
65
+ 0.763884425163269,
66
+ 1.2731878757476807,
67
+ 1.8161427974700928,
68
+ 0.8700153827667236,
69
+ 0.6100099682807922
70
+ ],
71
+ "min": [
72
+ -1.5262200832366943,
73
+ -0.9381794333457947,
74
+ -1.375127911567688,
75
+ -2.094994068145752,
76
+ -2.2549173831939697,
77
+ -0.9603031873703003,
78
+ -0.6105296015739441
79
+ ],
80
+ "mean": [
81
+ 0.0750814899802208,
82
+ -0.010654550045728683,
83
+ 0.08446183800697327,
84
+ -1.713055968284607,
85
+ -0.29537102580070496,
86
+ -0.18471740186214447,
87
+ -0.025199774652719498
88
+ ],
89
+ "std": [
90
+ 0.16495802998542786,
91
+ 0.25814908742904663,
92
+ 0.29718270897865295,
93
+ 0.21211114525794983,
94
+ 0.7400180101394653,
95
+ 0.2865227460861206,
96
+ 0.33919793367385864
97
+ ],
98
+ "q01": [
99
+ -0.43138179659843445,
100
+ -0.6373000478744507,
101
+ -0.5505288338661194,
102
+ -2.08856595993042,
103
+ -1.3427400970458985,
104
+ -0.8300864672660827,
105
+ -0.5911543369293213
106
+ ],
107
+ "q99": [
108
+ 0.37327446460723873,
109
+ 0.23402298629283905,
110
+ 0.6071066737174987,
111
+ -1.0009546375274658,
112
+ 1.0591978549957275,
113
+ 0.4368494296073913,
114
+ 0.574537923336029
115
+ ]
116
+ },
117
+ "left_hand": {
118
+ "max": [
119
+ 0.00011753032595152035,
120
+ 0.0,
121
+ 0.0,
122
+ 0.014569122344255447,
123
+ 0.0,
124
+ 1.2200310230255127
125
+ ],
126
+ "min": [
127
+ -1.571262001991272,
128
+ -1.5717509984970093,
129
+ -1.5706814527511597,
130
+ -1.5683133602142334,
131
+ -1.7401089668273926,
132
+ 0.0
133
+ ],
134
+ "mean": [
135
+ -0.9462586641311646,
136
+ -0.8011091351509094,
137
+ -0.6167881488800049,
138
+ -0.4963046908378601,
139
+ -1.276749610900879,
140
+ 0.9160542488098145
141
+ ],
142
+ "std": [
143
+ 0.4744146168231964,
144
+ 0.47887396812438965,
145
+ 0.44163015484809875,
146
+ 0.40211939811706543,
147
+ 0.433380126953125,
148
+ 0.2139999270439148
149
+ ],
150
+ "q01": [
151
+ -1.5703800916671753,
152
+ -1.5704353618621827,
153
+ -1.5701130628585815,
154
+ -1.4549815988540649,
155
+ -1.7400603294372559,
156
+ 0.4974946665763855
157
+ ],
158
+ "q99": [
159
+ -1.0108587503054937e-06,
160
+ -0.09351457953453064,
161
+ -0.10543665826320649,
162
+ -0.06328677445650101,
163
+ -0.2540769326686859,
164
+ 1.2097230434417725
165
+ ]
166
+ },
167
+ "right_hand": {
168
+ "max": [
169
+ 0.057122603058815,
170
+ 0.05628566816449165,
171
+ 0.03206702321767807,
172
+ 0.0735459178686142,
173
+ 0.0,
174
+ 1.2201926708221436
175
+ ],
176
+ "min": [
177
+ -1.742902159690857,
178
+ -1.5714995861053467,
179
+ -1.5707184076309204,
180
+ -1.5554449558258057,
181
+ -1.7409271001815796,
182
+ 0.0
183
+ ],
184
+ "mean": [
185
+ -0.8061825037002563,
186
+ -0.8217462301254272,
187
+ -0.7716038227081299,
188
+ -0.4321101903915405,
189
+ -1.3987032175064087,
190
+ 0.7645150423049927
191
+ ],
192
+ "std": [
193
+ 0.4334220290184021,
194
+ 0.4628453552722931,
195
+ 0.46163979172706604,
196
+ 0.34686994552612305,
197
+ 0.2839042842388153,
198
+ 0.13071782886981964
199
+ ],
200
+ "q01": [
201
+ -1.57048761844635,
202
+ -1.570773959159851,
203
+ -1.5702635049819946,
204
+ -1.3775478792190552,
205
+ -1.7400354146957397,
206
+ 0.39543049931526186
207
+ ],
208
+ "q99": [
209
+ -0.15513303518295302,
210
+ -0.12217588305473329,
211
+ 0.0,
212
+ 0.006503214370459312,
213
+ -0.7402338361740113,
214
+ 1.0724781131744385
215
+ ]
216
+ }
217
+ },
218
+ "action": {
219
+ "left_arm": {
220
+ "max": [
221
+ 0.669565737247467,
222
+ 0.6577340364456177,
223
+ 0.29371270537376404,
224
+ -0.9762223958969116,
225
+ 0.04158243536949158,
226
+ 0.9112922549247742,
227
+ 0.5025607347488403
228
+ ],
229
+ "min": [
230
+ -0.2455521821975708,
231
+ -0.22607700526714325,
232
+ -0.7368976473808289,
233
+ -2.167426824569702,
234
+ -1.7375712394714355,
235
+ -0.0879085436463356,
236
+ -0.6101370453834534
237
+ ],
238
+ "mean": [
239
+ 0.19792400300502777,
240
+ 0.09352152794599533,
241
+ -0.07352424412965775,
242
+ -1.9213793277740479,
243
+ -1.1519412994384766,
244
+ 0.33854103088378906,
245
+ -0.40934738516807556
246
+ ],
247
+ "std": [
248
+ 0.21259039640426636,
249
+ 0.1255277544260025,
250
+ 0.20207926630973816,
251
+ 0.30135756731033325,
252
+ 0.42430198192596436,
253
+ 0.13495799899101257,
254
+ 0.2122381180524826
255
+ ],
256
+ "q01": [
257
+ -0.17724382221698762,
258
+ -0.12194221436977387,
259
+ -0.41558135151863096,
260
+ -2.1655506229400636,
261
+ -1.6616072368621826,
262
+ 0.020500594750046734,
263
+ -0.6100460886955261
264
+ ],
265
+ "q99": [
266
+ 0.6148928451538086,
267
+ 0.35140427231788635,
268
+ 0.27309311032295225,
269
+ -1.132156777381897,
270
+ -0.08103018075227737,
271
+ 0.7173317408561705,
272
+ 0.009570175968110557
273
+ ]
274
+ },
275
+ "right_arm": {
276
+ "max": [
277
+ 0.9623554944992065,
278
+ 0.2807396650314331,
279
+ 0.7694879770278931,
280
+ 1.2767610549926758,
281
+ 1.8174692392349243,
282
+ 0.8700100183486938,
283
+ 0.6100013256072998
284
+ ],
285
+ "min": [
286
+ -1.4497387409210205,
287
+ -0.9382310509681702,
288
+ -1.3796172142028809,
289
+ -2.150691032409668,
290
+ -2.2574028968811035,
291
+ -0.9601027965545654,
292
+ -0.6101932525634766
293
+ ],
294
+ "mean": [
295
+ 0.07703010737895966,
296
+ -0.009932473301887512,
297
+ 0.08711014688014984,
298
+ -1.715496301651001,
299
+ -0.2945978343486786,
300
+ -0.1854964792728424,
301
+ -0.02618875354528427
302
+ ],
303
+ "std": [
304
+ 0.1660434603691101,
305
+ 0.257951945066452,
306
+ 0.2985477149486542,
307
+ 0.21423877775669098,
308
+ 0.7408061027526855,
309
+ 0.285532146692276,
310
+ 0.3404558598995209
311
+ ],
312
+ "q01": [
313
+ -0.43103485107421874,
314
+ -0.6369292664527892,
315
+ -0.5514215302467346,
316
+ -2.1294299793243407,
317
+ -1.3421837568283081,
318
+ -0.8276522183418273,
319
+ -0.5935064649581909
320
+ ],
321
+ "q99": [
322
+ 0.37589811086654656,
323
+ 0.23308833718299865,
324
+ 0.6103850507736206,
325
+ -0.9984534525871279,
326
+ 1.0599059391021728,
327
+ 0.4364022743701933,
328
+ 0.5730218744277954
329
+ ]
330
+ },
331
+ "left_hand": {
332
+ "max": [
333
+ 0.0009740703389979899,
334
+ -0.0546913780272007,
335
+ -0.05968106538057327,
336
+ -0.02052098698914051,
337
+ -0.22107230126857758,
338
+ 1.220978856086731
339
+ ],
340
+ "min": [
341
+ -1.5709861516952515,
342
+ -1.57097327709198,
343
+ -1.5709692239761353,
344
+ -1.570944905281067,
345
+ -1.7409957647323608,
346
+ 0.48999321460723877
347
+ ],
348
+ "mean": [
349
+ -0.963814377784729,
350
+ -0.8296139240264893,
351
+ -0.629891037940979,
352
+ -0.5712926983833313,
353
+ -1.2895143032073975,
354
+ 0.9526148438453674
355
+ ],
356
+ "std": [
357
+ 0.4780578017234802,
358
+ 0.5040860176086426,
359
+ 0.4580126702785492,
360
+ 0.48273271322250366,
361
+ 0.41919949650764465,
362
+ 0.21727174520492554
363
+ ],
364
+ "q01": [
365
+ -1.5709731578826904,
366
+ -1.5709259510040283,
367
+ -1.5709221363067627,
368
+ -1.5708924531936646,
369
+ -1.7409918308258057,
370
+ 0.5214212536811829
371
+ ],
372
+ "q99": [
373
+ -0.06292162835597992,
374
+ -0.11022104322910309,
375
+ -0.12443660944700241,
376
+ -0.06607425957918167,
377
+ -0.30554723739624023,
378
+ 1.2209323644638062
379
+ ]
380
+ },
381
+ "right_hand": {
382
+ "max": [
383
+ -0.13376900553703308,
384
+ -0.1352331042289734,
385
+ -0.005622704513370991,
386
+ 0.0006983945495449007,
387
+ -0.5628832578659058,
388
+ 1.2208919525146484
389
+ ],
390
+ "min": [
391
+ -1.5709723234176636,
392
+ -1.570959448814392,
393
+ -1.5709497928619385,
394
+ -1.5654851198196411,
395
+ -1.7409759759902954,
396
+ 0.33904045820236206
397
+ ],
398
+ "mean": [
399
+ -0.8379570841789246,
400
+ -0.831011176109314,
401
+ -0.7952731251716614,
402
+ -0.4752100706100464,
403
+ -1.4127185344696045,
404
+ 0.7845886945724487
405
+ ],
406
+ "std": [
407
+ 0.45697054266929626,
408
+ 0.4593932032585144,
409
+ 0.4775135815143585,
410
+ 0.41164931654930115,
411
+ 0.2575743794441223,
412
+ 0.12675784528255463
413
+ ],
414
+ "q01": [
415
+ -1.5708304643630981,
416
+ -1.5708186626434326,
417
+ -1.5707746744155884,
418
+ -1.5299115180969238,
419
+ -1.7408910989761353,
420
+ 0.405545711517334
421
+ ],
422
+ "q99": [
423
+ -0.22091755270957947,
424
+ -0.17779886722564697,
425
+ -0.07500641793012619,
426
+ 3.097093213000335e-05,
427
+ -0.8740525245666504,
428
+ 1.1924041509628296
429
+ ]
430
+ }
431
+ }
432
+ },
433
+ "modalities": {
434
+ "video": {
435
+ "ego_view": {
436
+ "resolution": [
437
+ 256,
438
+ 256
439
+ ],
440
+ "channels": 3,
441
+ "fps": 20.0
442
+ }
443
+ },
444
+ "state": {
445
+ "left_arm": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 7
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "right_arm": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 7
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "left_hand": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 6
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "right_hand": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 6
474
+ ],
475
+ "continuous": true
476
+ }
477
+ },
478
+ "action": {
479
+ "left_arm": {
480
+ "absolute": true,
481
+ "rotation_type": null,
482
+ "shape": [
483
+ 7
484
+ ],
485
+ "continuous": true
486
+ },
487
+ "right_arm": {
488
+ "absolute": true,
489
+ "rotation_type": null,
490
+ "shape": [
491
+ 7
492
+ ],
493
+ "continuous": true
494
+ },
495
+ "left_hand": {
496
+ "absolute": true,
497
+ "rotation_type": null,
498
+ "shape": [
499
+ 6
500
+ ],
501
+ "continuous": true
502
+ },
503
+ "right_hand": {
504
+ "absolute": true,
505
+ "rotation_type": null,
506
+ "shape": [
507
+ 6
508
+ ],
509
+ "continuous": true
510
+ }
511
+ }
512
+ },
513
+ "embodiment_tag": "new_embodiment"
514
+ }
515
+ }
checkpoint-7000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e66f875fbbe8fcc697263243a7133f9c1fcfba16b3fcd4f5f730c0ed177d4f36
3
+ size 67297419
checkpoint-7000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb116b38938d1e0106c7b410bebaba172cd3bcc3422229ebea1de65ea5d6b323
3
+ size 14645
checkpoint-7000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e877e3e674dbc48cbd9e109a8ee5cbe853b9f99d6b1c995c7f07780458e4567
3
+ size 1465
checkpoint-7000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-8000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.0
checkpoint-8000/adapter_config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "14.attn1.to_q",
29
+ "4.ff.net.0.proj",
30
+ "model.transformer_blocks.2.ff.net.0.proj",
31
+ "model.transformer_blocks.3.attn1.to_v",
32
+ "9.attn1.to_v",
33
+ "model.transformer_blocks.1.attn1.to_k",
34
+ "12.attn1.to_v",
35
+ "11.ff.net.0.proj",
36
+ "8.attn1.to_q",
37
+ "15.attn1.to_v",
38
+ "13.attn1.to_q",
39
+ "9.ff.net.2",
40
+ "4.attn1.to_q",
41
+ "4.attn1.to_out.0",
42
+ "model.transformer_blocks.1.attn1.to_v",
43
+ "5.ff.net.2",
44
+ "12.attn1.to_out.0",
45
+ "10.attn1.to_q",
46
+ "14.attn1.to_out.0",
47
+ "12.ff.net.0.proj",
48
+ "14.attn1.to_v",
49
+ "8.attn1.to_k",
50
+ "model.transformer_blocks.0.ff.net.2",
51
+ "model.transformer_blocks.3.attn1.to_k",
52
+ "15.attn1.to_k",
53
+ "model.transformer_blocks.1.attn1.to_q",
54
+ "model.transformer_blocks.3.ff.net.2",
55
+ "model.transformer_blocks.2.attn1.to_out.0",
56
+ "7.attn1.to_v",
57
+ "8.ff.net.2",
58
+ "model.transformer_blocks.2.ff.net.2",
59
+ "15.attn1.to_out.0",
60
+ "7.attn1.to_q",
61
+ "10.ff.net.0.proj",
62
+ "model.transformer_blocks.1.ff.net.2",
63
+ "model.transformer_blocks.0.attn1.to_out.0",
64
+ "model.transformer_blocks.0.attn1.to_q",
65
+ "9.attn1.to_q",
66
+ "10.attn1.to_out.0",
67
+ "10.attn1.to_v",
68
+ "11.attn1.to_v",
69
+ "7.ff.net.0.proj",
70
+ "6.ff.net.2",
71
+ "8.attn1.to_out.0",
72
+ "7.ff.net.2",
73
+ "12.attn1.to_k",
74
+ "8.attn1.to_v",
75
+ "model.transformer_blocks.1.attn1.to_out.0",
76
+ "8.ff.net.0.proj",
77
+ "10.attn1.to_k",
78
+ "5.attn1.to_q",
79
+ "5.attn1.to_v",
80
+ "6.attn1.to_q",
81
+ "13.attn1.to_v",
82
+ "4.attn1.to_v",
83
+ "5.attn1.to_k",
84
+ "14.attn1.to_k",
85
+ "model.transformer_blocks.1.ff.net.0.proj",
86
+ "model.transformer_blocks.3.attn1.to_q",
87
+ "model.transformer_blocks.2.attn1.to_q",
88
+ "15.attn1.to_q",
89
+ "5.attn1.to_out.0",
90
+ "5.ff.net.0.proj",
91
+ "6.attn1.to_out.0",
92
+ "9.ff.net.0.proj",
93
+ "9.attn1.to_out.0",
94
+ "6.attn1.to_k",
95
+ "15.ff.net.0.proj",
96
+ "model.transformer_blocks.2.attn1.to_v",
97
+ "9.attn1.to_k",
98
+ "6.ff.net.0.proj",
99
+ "11.attn1.to_k",
100
+ "4.ff.net.2",
101
+ "11.ff.net.2",
102
+ "linear",
103
+ "model.transformer_blocks.3.attn1.to_out.0",
104
+ "12.ff.net.2",
105
+ "13.ff.net.2",
106
+ "6.attn1.to_v",
107
+ "14.ff.net.0.proj",
108
+ "model.transformer_blocks.3.ff.net.0.proj",
109
+ "14.ff.net.2",
110
+ "13.ff.net.0.proj",
111
+ "13.attn1.to_out.0",
112
+ "7.attn1.to_out.0",
113
+ "11.attn1.to_q",
114
+ "11.attn1.to_out.0",
115
+ "12.attn1.to_q",
116
+ "model.transformer_blocks.0.attn1.to_k",
117
+ "15.ff.net.2",
118
+ "model.transformer_blocks.0.attn1.to_v",
119
+ "4.attn1.to_k",
120
+ "13.attn1.to_k",
121
+ "model.transformer_blocks.2.attn1.to_k",
122
+ "model.transformer_blocks.0.ff.net.0.proj",
123
+ "10.ff.net.2",
124
+ "7.attn1.to_k"
125
+ ],
126
+ "target_parameters": null,
127
+ "task_type": "CAUSAL_LM",
128
+ "trainable_token_indices": null,
129
+ "use_dora": false,
130
+ "use_qalora": false,
131
+ "use_rslora": false
132
+ }
checkpoint-8000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba5ca1151da298189a4885d3b1bf8468e1c870e4958105b748e4e1b5323fc69
3
+ size 33588672
checkpoint-8000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 0.6683680415153503,
8
+ 0.6566711664199829,
9
+ 0.292723685503006,
10
+ -0.9812207818031311,
11
+ 0.03910209611058235,
12
+ 0.9599398970603943,
13
+ 0.6100564002990723
14
+ ],
15
+ "min": [
16
+ -0.24386852979660034,
17
+ -0.20362603664398193,
18
+ -0.7345239520072937,
19
+ -2.108802080154419,
20
+ -1.7333030700683594,
21
+ -0.08630567789077759,
22
+ -0.6102825403213501
23
+ ],
24
+ "mean": [
25
+ 0.19651415944099426,
26
+ 0.09440664947032928,
27
+ -0.07220495492219925,
28
+ -1.897451400756836,
29
+ -1.1493384838104248,
30
+ 0.3366183936595917,
31
+ -0.4069516360759735
32
+ ],
33
+ "std": [
34
+ 0.21332836151123047,
35
+ 0.12476864457130432,
36
+ 0.20157505571842194,
37
+ 0.28521886467933655,
38
+ 0.43021801114082336,
39
+ 0.13827581703662872,
40
+ 0.2151365578174591
41
+ ],
42
+ "q01": [
43
+ -0.1772867488861084,
44
+ -0.12271819651126861,
45
+ -0.41505779504776,
46
+ -2.104967489242554,
47
+ -1.6612196922302247,
48
+ 0.0,
49
+ -0.6100932741165161
50
+ ],
51
+ "q99": [
52
+ 0.6144365787506103,
53
+ 0.3517430329322815,
54
+ 0.27304264664649963,
55
+ -1.1318952560424804,
56
+ 0.0,
57
+ 0.7261204314231873,
58
+ 0.009718794263899322
59
+ ]
60
+ },
61
+ "right_arm": {
62
+ "max": [
63
+ 0.9567177891731262,
64
+ 0.28016284108161926,
65
+ 0.763884425163269,
66
+ 1.2731878757476807,
67
+ 1.8161427974700928,
68
+ 0.8700153827667236,
69
+ 0.6100099682807922
70
+ ],
71
+ "min": [
72
+ -1.5262200832366943,
73
+ -0.9381794333457947,
74
+ -1.375127911567688,
75
+ -2.094994068145752,
76
+ -2.2549173831939697,
77
+ -0.9603031873703003,
78
+ -0.6105296015739441
79
+ ],
80
+ "mean": [
81
+ 0.0750814899802208,
82
+ -0.010654550045728683,
83
+ 0.08446183800697327,
84
+ -1.713055968284607,
85
+ -0.29537102580070496,
86
+ -0.18471740186214447,
87
+ -0.025199774652719498
88
+ ],
89
+ "std": [
90
+ 0.16495802998542786,
91
+ 0.25814908742904663,
92
+ 0.29718270897865295,
93
+ 0.21211114525794983,
94
+ 0.7400180101394653,
95
+ 0.2865227460861206,
96
+ 0.33919793367385864
97
+ ],
98
+ "q01": [
99
+ -0.43138179659843445,
100
+ -0.6373000478744507,
101
+ -0.5505288338661194,
102
+ -2.08856595993042,
103
+ -1.3427400970458985,
104
+ -0.8300864672660827,
105
+ -0.5911543369293213
106
+ ],
107
+ "q99": [
108
+ 0.37327446460723873,
109
+ 0.23402298629283905,
110
+ 0.6071066737174987,
111
+ -1.0009546375274658,
112
+ 1.0591978549957275,
113
+ 0.4368494296073913,
114
+ 0.574537923336029
115
+ ]
116
+ },
117
+ "left_hand": {
118
+ "max": [
119
+ 0.00011753032595152035,
120
+ 0.0,
121
+ 0.0,
122
+ 0.014569122344255447,
123
+ 0.0,
124
+ 1.2200310230255127
125
+ ],
126
+ "min": [
127
+ -1.571262001991272,
128
+ -1.5717509984970093,
129
+ -1.5706814527511597,
130
+ -1.5683133602142334,
131
+ -1.7401089668273926,
132
+ 0.0
133
+ ],
134
+ "mean": [
135
+ -0.9462586641311646,
136
+ -0.8011091351509094,
137
+ -0.6167881488800049,
138
+ -0.4963046908378601,
139
+ -1.276749610900879,
140
+ 0.9160542488098145
141
+ ],
142
+ "std": [
143
+ 0.4744146168231964,
144
+ 0.47887396812438965,
145
+ 0.44163015484809875,
146
+ 0.40211939811706543,
147
+ 0.433380126953125,
148
+ 0.2139999270439148
149
+ ],
150
+ "q01": [
151
+ -1.5703800916671753,
152
+ -1.5704353618621827,
153
+ -1.5701130628585815,
154
+ -1.4549815988540649,
155
+ -1.7400603294372559,
156
+ 0.4974946665763855
157
+ ],
158
+ "q99": [
159
+ -1.0108587503054937e-06,
160
+ -0.09351457953453064,
161
+ -0.10543665826320649,
162
+ -0.06328677445650101,
163
+ -0.2540769326686859,
164
+ 1.2097230434417725
165
+ ]
166
+ },
167
+ "right_hand": {
168
+ "max": [
169
+ 0.057122603058815,
170
+ 0.05628566816449165,
171
+ 0.03206702321767807,
172
+ 0.0735459178686142,
173
+ 0.0,
174
+ 1.2201926708221436
175
+ ],
176
+ "min": [
177
+ -1.742902159690857,
178
+ -1.5714995861053467,
179
+ -1.5707184076309204,
180
+ -1.5554449558258057,
181
+ -1.7409271001815796,
182
+ 0.0
183
+ ],
184
+ "mean": [
185
+ -0.8061825037002563,
186
+ -0.8217462301254272,
187
+ -0.7716038227081299,
188
+ -0.4321101903915405,
189
+ -1.3987032175064087,
190
+ 0.7645150423049927
191
+ ],
192
+ "std": [
193
+ 0.4334220290184021,
194
+ 0.4628453552722931,
195
+ 0.46163979172706604,
196
+ 0.34686994552612305,
197
+ 0.2839042842388153,
198
+ 0.13071782886981964
199
+ ],
200
+ "q01": [
201
+ -1.57048761844635,
202
+ -1.570773959159851,
203
+ -1.5702635049819946,
204
+ -1.3775478792190552,
205
+ -1.7400354146957397,
206
+ 0.39543049931526186
207
+ ],
208
+ "q99": [
209
+ -0.15513303518295302,
210
+ -0.12217588305473329,
211
+ 0.0,
212
+ 0.006503214370459312,
213
+ -0.7402338361740113,
214
+ 1.0724781131744385
215
+ ]
216
+ }
217
+ },
218
+ "action": {
219
+ "left_arm": {
220
+ "max": [
221
+ 0.669565737247467,
222
+ 0.6577340364456177,
223
+ 0.29371270537376404,
224
+ -0.9762223958969116,
225
+ 0.04158243536949158,
226
+ 0.9112922549247742,
227
+ 0.5025607347488403
228
+ ],
229
+ "min": [
230
+ -0.2455521821975708,
231
+ -0.22607700526714325,
232
+ -0.7368976473808289,
233
+ -2.167426824569702,
234
+ -1.7375712394714355,
235
+ -0.0879085436463356,
236
+ -0.6101370453834534
237
+ ],
238
+ "mean": [
239
+ 0.19792400300502777,
240
+ 0.09352152794599533,
241
+ -0.07352424412965775,
242
+ -1.9213793277740479,
243
+ -1.1519412994384766,
244
+ 0.33854103088378906,
245
+ -0.40934738516807556
246
+ ],
247
+ "std": [
248
+ 0.21259039640426636,
249
+ 0.1255277544260025,
250
+ 0.20207926630973816,
251
+ 0.30135756731033325,
252
+ 0.42430198192596436,
253
+ 0.13495799899101257,
254
+ 0.2122381180524826
255
+ ],
256
+ "q01": [
257
+ -0.17724382221698762,
258
+ -0.12194221436977387,
259
+ -0.41558135151863096,
260
+ -2.1655506229400636,
261
+ -1.6616072368621826,
262
+ 0.020500594750046734,
263
+ -0.6100460886955261
264
+ ],
265
+ "q99": [
266
+ 0.6148928451538086,
267
+ 0.35140427231788635,
268
+ 0.27309311032295225,
269
+ -1.132156777381897,
270
+ -0.08103018075227737,
271
+ 0.7173317408561705,
272
+ 0.009570175968110557
273
+ ]
274
+ },
275
+ "right_arm": {
276
+ "max": [
277
+ 0.9623554944992065,
278
+ 0.2807396650314331,
279
+ 0.7694879770278931,
280
+ 1.2767610549926758,
281
+ 1.8174692392349243,
282
+ 0.8700100183486938,
283
+ 0.6100013256072998
284
+ ],
285
+ "min": [
286
+ -1.4497387409210205,
287
+ -0.9382310509681702,
288
+ -1.3796172142028809,
289
+ -2.150691032409668,
290
+ -2.2574028968811035,
291
+ -0.9601027965545654,
292
+ -0.6101932525634766
293
+ ],
294
+ "mean": [
295
+ 0.07703010737895966,
296
+ -0.009932473301887512,
297
+ 0.08711014688014984,
298
+ -1.715496301651001,
299
+ -0.2945978343486786,
300
+ -0.1854964792728424,
301
+ -0.02618875354528427
302
+ ],
303
+ "std": [
304
+ 0.1660434603691101,
305
+ 0.257951945066452,
306
+ 0.2985477149486542,
307
+ 0.21423877775669098,
308
+ 0.7408061027526855,
309
+ 0.285532146692276,
310
+ 0.3404558598995209
311
+ ],
312
+ "q01": [
313
+ -0.43103485107421874,
314
+ -0.6369292664527892,
315
+ -0.5514215302467346,
316
+ -2.1294299793243407,
317
+ -1.3421837568283081,
318
+ -0.8276522183418273,
319
+ -0.5935064649581909
320
+ ],
321
+ "q99": [
322
+ 0.37589811086654656,
323
+ 0.23308833718299865,
324
+ 0.6103850507736206,
325
+ -0.9984534525871279,
326
+ 1.0599059391021728,
327
+ 0.4364022743701933,
328
+ 0.5730218744277954
329
+ ]
330
+ },
331
+ "left_hand": {
332
+ "max": [
333
+ 0.0009740703389979899,
334
+ -0.0546913780272007,
335
+ -0.05968106538057327,
336
+ -0.02052098698914051,
337
+ -0.22107230126857758,
338
+ 1.220978856086731
339
+ ],
340
+ "min": [
341
+ -1.5709861516952515,
342
+ -1.57097327709198,
343
+ -1.5709692239761353,
344
+ -1.570944905281067,
345
+ -1.7409957647323608,
346
+ 0.48999321460723877
347
+ ],
348
+ "mean": [
349
+ -0.963814377784729,
350
+ -0.8296139240264893,
351
+ -0.629891037940979,
352
+ -0.5712926983833313,
353
+ -1.2895143032073975,
354
+ 0.9526148438453674
355
+ ],
356
+ "std": [
357
+ 0.4780578017234802,
358
+ 0.5040860176086426,
359
+ 0.4580126702785492,
360
+ 0.48273271322250366,
361
+ 0.41919949650764465,
362
+ 0.21727174520492554
363
+ ],
364
+ "q01": [
365
+ -1.5709731578826904,
366
+ -1.5709259510040283,
367
+ -1.5709221363067627,
368
+ -1.5708924531936646,
369
+ -1.7409918308258057,
370
+ 0.5214212536811829
371
+ ],
372
+ "q99": [
373
+ -0.06292162835597992,
374
+ -0.11022104322910309,
375
+ -0.12443660944700241,
376
+ -0.06607425957918167,
377
+ -0.30554723739624023,
378
+ 1.2209323644638062
379
+ ]
380
+ },
381
+ "right_hand": {
382
+ "max": [
383
+ -0.13376900553703308,
384
+ -0.1352331042289734,
385
+ -0.005622704513370991,
386
+ 0.0006983945495449007,
387
+ -0.5628832578659058,
388
+ 1.2208919525146484
389
+ ],
390
+ "min": [
391
+ -1.5709723234176636,
392
+ -1.570959448814392,
393
+ -1.5709497928619385,
394
+ -1.5654851198196411,
395
+ -1.7409759759902954,
396
+ 0.33904045820236206
397
+ ],
398
+ "mean": [
399
+ -0.8379570841789246,
400
+ -0.831011176109314,
401
+ -0.7952731251716614,
402
+ -0.4752100706100464,
403
+ -1.4127185344696045,
404
+ 0.7845886945724487
405
+ ],
406
+ "std": [
407
+ 0.45697054266929626,
408
+ 0.4593932032585144,
409
+ 0.4775135815143585,
410
+ 0.41164931654930115,
411
+ 0.2575743794441223,
412
+ 0.12675784528255463
413
+ ],
414
+ "q01": [
415
+ -1.5708304643630981,
416
+ -1.5708186626434326,
417
+ -1.5707746744155884,
418
+ -1.5299115180969238,
419
+ -1.7408910989761353,
420
+ 0.405545711517334
421
+ ],
422
+ "q99": [
423
+ -0.22091755270957947,
424
+ -0.17779886722564697,
425
+ -0.07500641793012619,
426
+ 3.097093213000335e-05,
427
+ -0.8740525245666504,
428
+ 1.1924041509628296
429
+ ]
430
+ }
431
+ }
432
+ },
433
+ "modalities": {
434
+ "video": {
435
+ "ego_view": {
436
+ "resolution": [
437
+ 256,
438
+ 256
439
+ ],
440
+ "channels": 3,
441
+ "fps": 20.0
442
+ }
443
+ },
444
+ "state": {
445
+ "left_arm": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 7
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "right_arm": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 7
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "left_hand": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 6
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "right_hand": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 6
474
+ ],
475
+ "continuous": true
476
+ }
477
+ },
478
+ "action": {
479
+ "left_arm": {
480
+ "absolute": true,
481
+ "rotation_type": null,
482
+ "shape": [
483
+ 7
484
+ ],
485
+ "continuous": true
486
+ },
487
+ "right_arm": {
488
+ "absolute": true,
489
+ "rotation_type": null,
490
+ "shape": [
491
+ 7
492
+ ],
493
+ "continuous": true
494
+ },
495
+ "left_hand": {
496
+ "absolute": true,
497
+ "rotation_type": null,
498
+ "shape": [
499
+ 6
500
+ ],
501
+ "continuous": true
502
+ },
503
+ "right_hand": {
504
+ "absolute": true,
505
+ "rotation_type": null,
506
+ "shape": [
507
+ 6
508
+ ],
509
+ "continuous": true
510
+ }
511
+ }
512
+ },
513
+ "embodiment_tag": "new_embodiment"
514
+ }
515
+ }
checkpoint-8000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01813424c51c1c0df3afbee6fbd102a15dd839a55869efdc7cd37837fdafa613
3
+ size 67297419
checkpoint-8000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f219614f6b6c7999dab8ef62d27f7502c2a03c45cebe44c38a23da4daecbb2a
3
+ size 14645
checkpoint-8000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c288f66085bd6b4f2a8e21462e99149d617360070c2119ea6ca9080d8550206
3
+ size 1465
checkpoint-8000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-9000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.0
checkpoint-9000/adapter_config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/minh/Workspace/projects/IsaacLabEvalTasks/checkpoints/grootn15",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "14.attn1.to_q",
29
+ "4.ff.net.0.proj",
30
+ "model.transformer_blocks.2.ff.net.0.proj",
31
+ "model.transformer_blocks.3.attn1.to_v",
32
+ "9.attn1.to_v",
33
+ "model.transformer_blocks.1.attn1.to_k",
34
+ "12.attn1.to_v",
35
+ "11.ff.net.0.proj",
36
+ "8.attn1.to_q",
37
+ "15.attn1.to_v",
38
+ "13.attn1.to_q",
39
+ "9.ff.net.2",
40
+ "4.attn1.to_q",
41
+ "4.attn1.to_out.0",
42
+ "model.transformer_blocks.1.attn1.to_v",
43
+ "5.ff.net.2",
44
+ "12.attn1.to_out.0",
45
+ "10.attn1.to_q",
46
+ "14.attn1.to_out.0",
47
+ "12.ff.net.0.proj",
48
+ "14.attn1.to_v",
49
+ "8.attn1.to_k",
50
+ "model.transformer_blocks.0.ff.net.2",
51
+ "model.transformer_blocks.3.attn1.to_k",
52
+ "15.attn1.to_k",
53
+ "model.transformer_blocks.1.attn1.to_q",
54
+ "model.transformer_blocks.3.ff.net.2",
55
+ "model.transformer_blocks.2.attn1.to_out.0",
56
+ "7.attn1.to_v",
57
+ "8.ff.net.2",
58
+ "model.transformer_blocks.2.ff.net.2",
59
+ "15.attn1.to_out.0",
60
+ "7.attn1.to_q",
61
+ "10.ff.net.0.proj",
62
+ "model.transformer_blocks.1.ff.net.2",
63
+ "model.transformer_blocks.0.attn1.to_out.0",
64
+ "model.transformer_blocks.0.attn1.to_q",
65
+ "9.attn1.to_q",
66
+ "10.attn1.to_out.0",
67
+ "10.attn1.to_v",
68
+ "11.attn1.to_v",
69
+ "7.ff.net.0.proj",
70
+ "6.ff.net.2",
71
+ "8.attn1.to_out.0",
72
+ "7.ff.net.2",
73
+ "12.attn1.to_k",
74
+ "8.attn1.to_v",
75
+ "model.transformer_blocks.1.attn1.to_out.0",
76
+ "8.ff.net.0.proj",
77
+ "10.attn1.to_k",
78
+ "5.attn1.to_q",
79
+ "5.attn1.to_v",
80
+ "6.attn1.to_q",
81
+ "13.attn1.to_v",
82
+ "4.attn1.to_v",
83
+ "5.attn1.to_k",
84
+ "14.attn1.to_k",
85
+ "model.transformer_blocks.1.ff.net.0.proj",
86
+ "model.transformer_blocks.3.attn1.to_q",
87
+ "model.transformer_blocks.2.attn1.to_q",
88
+ "15.attn1.to_q",
89
+ "5.attn1.to_out.0",
90
+ "5.ff.net.0.proj",
91
+ "6.attn1.to_out.0",
92
+ "9.ff.net.0.proj",
93
+ "9.attn1.to_out.0",
94
+ "6.attn1.to_k",
95
+ "15.ff.net.0.proj",
96
+ "model.transformer_blocks.2.attn1.to_v",
97
+ "9.attn1.to_k",
98
+ "6.ff.net.0.proj",
99
+ "11.attn1.to_k",
100
+ "4.ff.net.2",
101
+ "11.ff.net.2",
102
+ "linear",
103
+ "model.transformer_blocks.3.attn1.to_out.0",
104
+ "12.ff.net.2",
105
+ "13.ff.net.2",
106
+ "6.attn1.to_v",
107
+ "14.ff.net.0.proj",
108
+ "model.transformer_blocks.3.ff.net.0.proj",
109
+ "14.ff.net.2",
110
+ "13.ff.net.0.proj",
111
+ "13.attn1.to_out.0",
112
+ "7.attn1.to_out.0",
113
+ "11.attn1.to_q",
114
+ "11.attn1.to_out.0",
115
+ "12.attn1.to_q",
116
+ "model.transformer_blocks.0.attn1.to_k",
117
+ "15.ff.net.2",
118
+ "model.transformer_blocks.0.attn1.to_v",
119
+ "4.attn1.to_k",
120
+ "13.attn1.to_k",
121
+ "model.transformer_blocks.2.attn1.to_k",
122
+ "model.transformer_blocks.0.ff.net.0.proj",
123
+ "10.ff.net.2",
124
+ "7.attn1.to_k"
125
+ ],
126
+ "target_parameters": null,
127
+ "task_type": "CAUSAL_LM",
128
+ "trainable_token_indices": null,
129
+ "use_dora": false,
130
+ "use_qalora": false,
131
+ "use_rslora": false
132
+ }
checkpoint-9000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eee2f2269f58eae6bea33e13ec0bf1e91e17bb591063c7ade5086c78c4bf535
3
+ size 33588672
checkpoint-9000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 0.6683680415153503,
8
+ 0.6566711664199829,
9
+ 0.292723685503006,
10
+ -0.9812207818031311,
11
+ 0.03910209611058235,
12
+ 0.9599398970603943,
13
+ 0.6100564002990723
14
+ ],
15
+ "min": [
16
+ -0.24386852979660034,
17
+ -0.20362603664398193,
18
+ -0.7345239520072937,
19
+ -2.108802080154419,
20
+ -1.7333030700683594,
21
+ -0.08630567789077759,
22
+ -0.6102825403213501
23
+ ],
24
+ "mean": [
25
+ 0.19651415944099426,
26
+ 0.09440664947032928,
27
+ -0.07220495492219925,
28
+ -1.897451400756836,
29
+ -1.1493384838104248,
30
+ 0.3366183936595917,
31
+ -0.4069516360759735
32
+ ],
33
+ "std": [
34
+ 0.21332836151123047,
35
+ 0.12476864457130432,
36
+ 0.20157505571842194,
37
+ 0.28521886467933655,
38
+ 0.43021801114082336,
39
+ 0.13827581703662872,
40
+ 0.2151365578174591
41
+ ],
42
+ "q01": [
43
+ -0.1772867488861084,
44
+ -0.12271819651126861,
45
+ -0.41505779504776,
46
+ -2.104967489242554,
47
+ -1.6612196922302247,
48
+ 0.0,
49
+ -0.6100932741165161
50
+ ],
51
+ "q99": [
52
+ 0.6144365787506103,
53
+ 0.3517430329322815,
54
+ 0.27304264664649963,
55
+ -1.1318952560424804,
56
+ 0.0,
57
+ 0.7261204314231873,
58
+ 0.009718794263899322
59
+ ]
60
+ },
61
+ "right_arm": {
62
+ "max": [
63
+ 0.9567177891731262,
64
+ 0.28016284108161926,
65
+ 0.763884425163269,
66
+ 1.2731878757476807,
67
+ 1.8161427974700928,
68
+ 0.8700153827667236,
69
+ 0.6100099682807922
70
+ ],
71
+ "min": [
72
+ -1.5262200832366943,
73
+ -0.9381794333457947,
74
+ -1.375127911567688,
75
+ -2.094994068145752,
76
+ -2.2549173831939697,
77
+ -0.9603031873703003,
78
+ -0.6105296015739441
79
+ ],
80
+ "mean": [
81
+ 0.0750814899802208,
82
+ -0.010654550045728683,
83
+ 0.08446183800697327,
84
+ -1.713055968284607,
85
+ -0.29537102580070496,
86
+ -0.18471740186214447,
87
+ -0.025199774652719498
88
+ ],
89
+ "std": [
90
+ 0.16495802998542786,
91
+ 0.25814908742904663,
92
+ 0.29718270897865295,
93
+ 0.21211114525794983,
94
+ 0.7400180101394653,
95
+ 0.2865227460861206,
96
+ 0.33919793367385864
97
+ ],
98
+ "q01": [
99
+ -0.43138179659843445,
100
+ -0.6373000478744507,
101
+ -0.5505288338661194,
102
+ -2.08856595993042,
103
+ -1.3427400970458985,
104
+ -0.8300864672660827,
105
+ -0.5911543369293213
106
+ ],
107
+ "q99": [
108
+ 0.37327446460723873,
109
+ 0.23402298629283905,
110
+ 0.6071066737174987,
111
+ -1.0009546375274658,
112
+ 1.0591978549957275,
113
+ 0.4368494296073913,
114
+ 0.574537923336029
115
+ ]
116
+ },
117
+ "left_hand": {
118
+ "max": [
119
+ 0.00011753032595152035,
120
+ 0.0,
121
+ 0.0,
122
+ 0.014569122344255447,
123
+ 0.0,
124
+ 1.2200310230255127
125
+ ],
126
+ "min": [
127
+ -1.571262001991272,
128
+ -1.5717509984970093,
129
+ -1.5706814527511597,
130
+ -1.5683133602142334,
131
+ -1.7401089668273926,
132
+ 0.0
133
+ ],
134
+ "mean": [
135
+ -0.9462586641311646,
136
+ -0.8011091351509094,
137
+ -0.6167881488800049,
138
+ -0.4963046908378601,
139
+ -1.276749610900879,
140
+ 0.9160542488098145
141
+ ],
142
+ "std": [
143
+ 0.4744146168231964,
144
+ 0.47887396812438965,
145
+ 0.44163015484809875,
146
+ 0.40211939811706543,
147
+ 0.433380126953125,
148
+ 0.2139999270439148
149
+ ],
150
+ "q01": [
151
+ -1.5703800916671753,
152
+ -1.5704353618621827,
153
+ -1.5701130628585815,
154
+ -1.4549815988540649,
155
+ -1.7400603294372559,
156
+ 0.4974946665763855
157
+ ],
158
+ "q99": [
159
+ -1.0108587503054937e-06,
160
+ -0.09351457953453064,
161
+ -0.10543665826320649,
162
+ -0.06328677445650101,
163
+ -0.2540769326686859,
164
+ 1.2097230434417725
165
+ ]
166
+ },
167
+ "right_hand": {
168
+ "max": [
169
+ 0.057122603058815,
170
+ 0.05628566816449165,
171
+ 0.03206702321767807,
172
+ 0.0735459178686142,
173
+ 0.0,
174
+ 1.2201926708221436
175
+ ],
176
+ "min": [
177
+ -1.742902159690857,
178
+ -1.5714995861053467,
179
+ -1.5707184076309204,
180
+ -1.5554449558258057,
181
+ -1.7409271001815796,
182
+ 0.0
183
+ ],
184
+ "mean": [
185
+ -0.8061825037002563,
186
+ -0.8217462301254272,
187
+ -0.7716038227081299,
188
+ -0.4321101903915405,
189
+ -1.3987032175064087,
190
+ 0.7645150423049927
191
+ ],
192
+ "std": [
193
+ 0.4334220290184021,
194
+ 0.4628453552722931,
195
+ 0.46163979172706604,
196
+ 0.34686994552612305,
197
+ 0.2839042842388153,
198
+ 0.13071782886981964
199
+ ],
200
+ "q01": [
201
+ -1.57048761844635,
202
+ -1.570773959159851,
203
+ -1.5702635049819946,
204
+ -1.3775478792190552,
205
+ -1.7400354146957397,
206
+ 0.39543049931526186
207
+ ],
208
+ "q99": [
209
+ -0.15513303518295302,
210
+ -0.12217588305473329,
211
+ 0.0,
212
+ 0.006503214370459312,
213
+ -0.7402338361740113,
214
+ 1.0724781131744385
215
+ ]
216
+ }
217
+ },
218
+ "action": {
219
+ "left_arm": {
220
+ "max": [
221
+ 0.669565737247467,
222
+ 0.6577340364456177,
223
+ 0.29371270537376404,
224
+ -0.9762223958969116,
225
+ 0.04158243536949158,
226
+ 0.9112922549247742,
227
+ 0.5025607347488403
228
+ ],
229
+ "min": [
230
+ -0.2455521821975708,
231
+ -0.22607700526714325,
232
+ -0.7368976473808289,
233
+ -2.167426824569702,
234
+ -1.7375712394714355,
235
+ -0.0879085436463356,
236
+ -0.6101370453834534
237
+ ],
238
+ "mean": [
239
+ 0.19792400300502777,
240
+ 0.09352152794599533,
241
+ -0.07352424412965775,
242
+ -1.9213793277740479,
243
+ -1.1519412994384766,
244
+ 0.33854103088378906,
245
+ -0.40934738516807556
246
+ ],
247
+ "std": [
248
+ 0.21259039640426636,
249
+ 0.1255277544260025,
250
+ 0.20207926630973816,
251
+ 0.30135756731033325,
252
+ 0.42430198192596436,
253
+ 0.13495799899101257,
254
+ 0.2122381180524826
255
+ ],
256
+ "q01": [
257
+ -0.17724382221698762,
258
+ -0.12194221436977387,
259
+ -0.41558135151863096,
260
+ -2.1655506229400636,
261
+ -1.6616072368621826,
262
+ 0.020500594750046734,
263
+ -0.6100460886955261
264
+ ],
265
+ "q99": [
266
+ 0.6148928451538086,
267
+ 0.35140427231788635,
268
+ 0.27309311032295225,
269
+ -1.132156777381897,
270
+ -0.08103018075227737,
271
+ 0.7173317408561705,
272
+ 0.009570175968110557
273
+ ]
274
+ },
275
+ "right_arm": {
276
+ "max": [
277
+ 0.9623554944992065,
278
+ 0.2807396650314331,
279
+ 0.7694879770278931,
280
+ 1.2767610549926758,
281
+ 1.8174692392349243,
282
+ 0.8700100183486938,
283
+ 0.6100013256072998
284
+ ],
285
+ "min": [
286
+ -1.4497387409210205,
287
+ -0.9382310509681702,
288
+ -1.3796172142028809,
289
+ -2.150691032409668,
290
+ -2.2574028968811035,
291
+ -0.9601027965545654,
292
+ -0.6101932525634766
293
+ ],
294
+ "mean": [
295
+ 0.07703010737895966,
296
+ -0.009932473301887512,
297
+ 0.08711014688014984,
298
+ -1.715496301651001,
299
+ -0.2945978343486786,
300
+ -0.1854964792728424,
301
+ -0.02618875354528427
302
+ ],
303
+ "std": [
304
+ 0.1660434603691101,
305
+ 0.257951945066452,
306
+ 0.2985477149486542,
307
+ 0.21423877775669098,
308
+ 0.7408061027526855,
309
+ 0.285532146692276,
310
+ 0.3404558598995209
311
+ ],
312
+ "q01": [
313
+ -0.43103485107421874,
314
+ -0.6369292664527892,
315
+ -0.5514215302467346,
316
+ -2.1294299793243407,
317
+ -1.3421837568283081,
318
+ -0.8276522183418273,
319
+ -0.5935064649581909
320
+ ],
321
+ "q99": [
322
+ 0.37589811086654656,
323
+ 0.23308833718299865,
324
+ 0.6103850507736206,
325
+ -0.9984534525871279,
326
+ 1.0599059391021728,
327
+ 0.4364022743701933,
328
+ 0.5730218744277954
329
+ ]
330
+ },
331
+ "left_hand": {
332
+ "max": [
333
+ 0.0009740703389979899,
334
+ -0.0546913780272007,
335
+ -0.05968106538057327,
336
+ -0.02052098698914051,
337
+ -0.22107230126857758,
338
+ 1.220978856086731
339
+ ],
340
+ "min": [
341
+ -1.5709861516952515,
342
+ -1.57097327709198,
343
+ -1.5709692239761353,
344
+ -1.570944905281067,
345
+ -1.7409957647323608,
346
+ 0.48999321460723877
347
+ ],
348
+ "mean": [
349
+ -0.963814377784729,
350
+ -0.8296139240264893,
351
+ -0.629891037940979,
352
+ -0.5712926983833313,
353
+ -1.2895143032073975,
354
+ 0.9526148438453674
355
+ ],
356
+ "std": [
357
+ 0.4780578017234802,
358
+ 0.5040860176086426,
359
+ 0.4580126702785492,
360
+ 0.48273271322250366,
361
+ 0.41919949650764465,
362
+ 0.21727174520492554
363
+ ],
364
+ "q01": [
365
+ -1.5709731578826904,
366
+ -1.5709259510040283,
367
+ -1.5709221363067627,
368
+ -1.5708924531936646,
369
+ -1.7409918308258057,
370
+ 0.5214212536811829
371
+ ],
372
+ "q99": [
373
+ -0.06292162835597992,
374
+ -0.11022104322910309,
375
+ -0.12443660944700241,
376
+ -0.06607425957918167,
377
+ -0.30554723739624023,
378
+ 1.2209323644638062
379
+ ]
380
+ },
381
+ "right_hand": {
382
+ "max": [
383
+ -0.13376900553703308,
384
+ -0.1352331042289734,
385
+ -0.005622704513370991,
386
+ 0.0006983945495449007,
387
+ -0.5628832578659058,
388
+ 1.2208919525146484
389
+ ],
390
+ "min": [
391
+ -1.5709723234176636,
392
+ -1.570959448814392,
393
+ -1.5709497928619385,
394
+ -1.5654851198196411,
395
+ -1.7409759759902954,
396
+ 0.33904045820236206
397
+ ],
398
+ "mean": [
399
+ -0.8379570841789246,
400
+ -0.831011176109314,
401
+ -0.7952731251716614,
402
+ -0.4752100706100464,
403
+ -1.4127185344696045,
404
+ 0.7845886945724487
405
+ ],
406
+ "std": [
407
+ 0.45697054266929626,
408
+ 0.4593932032585144,
409
+ 0.4775135815143585,
410
+ 0.41164931654930115,
411
+ 0.2575743794441223,
412
+ 0.12675784528255463
413
+ ],
414
+ "q01": [
415
+ -1.5708304643630981,
416
+ -1.5708186626434326,
417
+ -1.5707746744155884,
418
+ -1.5299115180969238,
419
+ -1.7408910989761353,
420
+ 0.405545711517334
421
+ ],
422
+ "q99": [
423
+ -0.22091755270957947,
424
+ -0.17779886722564697,
425
+ -0.07500641793012619,
426
+ 3.097093213000335e-05,
427
+ -0.8740525245666504,
428
+ 1.1924041509628296
429
+ ]
430
+ }
431
+ }
432
+ },
433
+ "modalities": {
434
+ "video": {
435
+ "ego_view": {
436
+ "resolution": [
437
+ 256,
438
+ 256
439
+ ],
440
+ "channels": 3,
441
+ "fps": 20.0
442
+ }
443
+ },
444
+ "state": {
445
+ "left_arm": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 7
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "right_arm": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 7
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "left_hand": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 6
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "right_hand": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 6
474
+ ],
475
+ "continuous": true
476
+ }
477
+ },
478
+ "action": {
479
+ "left_arm": {
480
+ "absolute": true,
481
+ "rotation_type": null,
482
+ "shape": [
483
+ 7
484
+ ],
485
+ "continuous": true
486
+ },
487
+ "right_arm": {
488
+ "absolute": true,
489
+ "rotation_type": null,
490
+ "shape": [
491
+ 7
492
+ ],
493
+ "continuous": true
494
+ },
495
+ "left_hand": {
496
+ "absolute": true,
497
+ "rotation_type": null,
498
+ "shape": [
499
+ 6
500
+ ],
501
+ "continuous": true
502
+ },
503
+ "right_hand": {
504
+ "absolute": true,
505
+ "rotation_type": null,
506
+ "shape": [
507
+ 6
508
+ ],
509
+ "continuous": true
510
+ }
511
+ }
512
+ },
513
+ "embodiment_tag": "new_embodiment"
514
+ }
515
+ }
checkpoint-9000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e8d1f4eefba206d1b9875715b650294c6339e9a22f55895d6f56ec792cfaf2d
3
+ size 67297419
checkpoint-9000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3c2e0f44270f854f27fe5de6b99a085a49ded34f60498997d0f4069824672c
3
+ size 14645
checkpoint-9000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26803a5937835496ccc84787a867339be1d60285f3844bc8c1c385aa50d89d2b
3
+ size 1465
checkpoint-9000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
experiment_cfg/metadata.json ADDED
@@ -0,0 +1,515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 0.6683680415153503,
8
+ 0.6566711664199829,
9
+ 0.292723685503006,
10
+ -0.9812207818031311,
11
+ 0.03910209611058235,
12
+ 0.9599398970603943,
13
+ 0.6100564002990723
14
+ ],
15
+ "min": [
16
+ -0.24386852979660034,
17
+ -0.20362603664398193,
18
+ -0.7345239520072937,
19
+ -2.108802080154419,
20
+ -1.7333030700683594,
21
+ -0.08630567789077759,
22
+ -0.6102825403213501
23
+ ],
24
+ "mean": [
25
+ 0.19651415944099426,
26
+ 0.09440664947032928,
27
+ -0.07220495492219925,
28
+ -1.897451400756836,
29
+ -1.1493384838104248,
30
+ 0.3366183936595917,
31
+ -0.4069516360759735
32
+ ],
33
+ "std": [
34
+ 0.21332836151123047,
35
+ 0.12476864457130432,
36
+ 0.20157505571842194,
37
+ 0.28521886467933655,
38
+ 0.43021801114082336,
39
+ 0.13827581703662872,
40
+ 0.2151365578174591
41
+ ],
42
+ "q01": [
43
+ -0.1772867488861084,
44
+ -0.12271819651126861,
45
+ -0.41505779504776,
46
+ -2.104967489242554,
47
+ -1.6612196922302247,
48
+ 0.0,
49
+ -0.6100932741165161
50
+ ],
51
+ "q99": [
52
+ 0.6144365787506103,
53
+ 0.3517430329322815,
54
+ 0.27304264664649963,
55
+ -1.1318952560424804,
56
+ 0.0,
57
+ 0.7261204314231873,
58
+ 0.009718794263899322
59
+ ]
60
+ },
61
+ "right_arm": {
62
+ "max": [
63
+ 0.9567177891731262,
64
+ 0.28016284108161926,
65
+ 0.763884425163269,
66
+ 1.2731878757476807,
67
+ 1.8161427974700928,
68
+ 0.8700153827667236,
69
+ 0.6100099682807922
70
+ ],
71
+ "min": [
72
+ -1.5262200832366943,
73
+ -0.9381794333457947,
74
+ -1.375127911567688,
75
+ -2.094994068145752,
76
+ -2.2549173831939697,
77
+ -0.9603031873703003,
78
+ -0.6105296015739441
79
+ ],
80
+ "mean": [
81
+ 0.0750814899802208,
82
+ -0.010654550045728683,
83
+ 0.08446183800697327,
84
+ -1.713055968284607,
85
+ -0.29537102580070496,
86
+ -0.18471740186214447,
87
+ -0.025199774652719498
88
+ ],
89
+ "std": [
90
+ 0.16495802998542786,
91
+ 0.25814908742904663,
92
+ 0.29718270897865295,
93
+ 0.21211114525794983,
94
+ 0.7400180101394653,
95
+ 0.2865227460861206,
96
+ 0.33919793367385864
97
+ ],
98
+ "q01": [
99
+ -0.43138179659843445,
100
+ -0.6373000478744507,
101
+ -0.5505288338661194,
102
+ -2.08856595993042,
103
+ -1.3427400970458985,
104
+ -0.8300864672660827,
105
+ -0.5911543369293213
106
+ ],
107
+ "q99": [
108
+ 0.37327446460723873,
109
+ 0.23402298629283905,
110
+ 0.6071066737174987,
111
+ -1.0009546375274658,
112
+ 1.0591978549957275,
113
+ 0.4368494296073913,
114
+ 0.574537923336029
115
+ ]
116
+ },
117
+ "left_hand": {
118
+ "max": [
119
+ 0.00011753032595152035,
120
+ 0.0,
121
+ 0.0,
122
+ 0.014569122344255447,
123
+ 0.0,
124
+ 1.2200310230255127
125
+ ],
126
+ "min": [
127
+ -1.571262001991272,
128
+ -1.5717509984970093,
129
+ -1.5706814527511597,
130
+ -1.5683133602142334,
131
+ -1.7401089668273926,
132
+ 0.0
133
+ ],
134
+ "mean": [
135
+ -0.9462586641311646,
136
+ -0.8011091351509094,
137
+ -0.6167881488800049,
138
+ -0.4963046908378601,
139
+ -1.276749610900879,
140
+ 0.9160542488098145
141
+ ],
142
+ "std": [
143
+ 0.4744146168231964,
144
+ 0.47887396812438965,
145
+ 0.44163015484809875,
146
+ 0.40211939811706543,
147
+ 0.433380126953125,
148
+ 0.2139999270439148
149
+ ],
150
+ "q01": [
151
+ -1.5703800916671753,
152
+ -1.5704353618621827,
153
+ -1.5701130628585815,
154
+ -1.4549815988540649,
155
+ -1.7400603294372559,
156
+ 0.4974946665763855
157
+ ],
158
+ "q99": [
159
+ -1.0108587503054937e-06,
160
+ -0.09351457953453064,
161
+ -0.10543665826320649,
162
+ -0.06328677445650101,
163
+ -0.2540769326686859,
164
+ 1.2097230434417725
165
+ ]
166
+ },
167
+ "right_hand": {
168
+ "max": [
169
+ 0.057122603058815,
170
+ 0.05628566816449165,
171
+ 0.03206702321767807,
172
+ 0.0735459178686142,
173
+ 0.0,
174
+ 1.2201926708221436
175
+ ],
176
+ "min": [
177
+ -1.742902159690857,
178
+ -1.5714995861053467,
179
+ -1.5707184076309204,
180
+ -1.5554449558258057,
181
+ -1.7409271001815796,
182
+ 0.0
183
+ ],
184
+ "mean": [
185
+ -0.8061825037002563,
186
+ -0.8217462301254272,
187
+ -0.7716038227081299,
188
+ -0.4321101903915405,
189
+ -1.3987032175064087,
190
+ 0.7645150423049927
191
+ ],
192
+ "std": [
193
+ 0.4334220290184021,
194
+ 0.4628453552722931,
195
+ 0.46163979172706604,
196
+ 0.34686994552612305,
197
+ 0.2839042842388153,
198
+ 0.13071782886981964
199
+ ],
200
+ "q01": [
201
+ -1.57048761844635,
202
+ -1.570773959159851,
203
+ -1.5702635049819946,
204
+ -1.3775478792190552,
205
+ -1.7400354146957397,
206
+ 0.39543049931526186
207
+ ],
208
+ "q99": [
209
+ -0.15513303518295302,
210
+ -0.12217588305473329,
211
+ 0.0,
212
+ 0.006503214370459312,
213
+ -0.7402338361740113,
214
+ 1.0724781131744385
215
+ ]
216
+ }
217
+ },
218
+ "action": {
219
+ "left_arm": {
220
+ "max": [
221
+ 0.669565737247467,
222
+ 0.6577340364456177,
223
+ 0.29371270537376404,
224
+ -0.9762223958969116,
225
+ 0.04158243536949158,
226
+ 0.9112922549247742,
227
+ 0.5025607347488403
228
+ ],
229
+ "min": [
230
+ -0.2455521821975708,
231
+ -0.22607700526714325,
232
+ -0.7368976473808289,
233
+ -2.167426824569702,
234
+ -1.7375712394714355,
235
+ -0.0879085436463356,
236
+ -0.6101370453834534
237
+ ],
238
+ "mean": [
239
+ 0.19792400300502777,
240
+ 0.09352152794599533,
241
+ -0.07352424412965775,
242
+ -1.9213793277740479,
243
+ -1.1519412994384766,
244
+ 0.33854103088378906,
245
+ -0.40934738516807556
246
+ ],
247
+ "std": [
248
+ 0.21259039640426636,
249
+ 0.1255277544260025,
250
+ 0.20207926630973816,
251
+ 0.30135756731033325,
252
+ 0.42430198192596436,
253
+ 0.13495799899101257,
254
+ 0.2122381180524826
255
+ ],
256
+ "q01": [
257
+ -0.17724382221698762,
258
+ -0.12194221436977387,
259
+ -0.41558135151863096,
260
+ -2.1655506229400636,
261
+ -1.6616072368621826,
262
+ 0.020500594750046734,
263
+ -0.6100460886955261
264
+ ],
265
+ "q99": [
266
+ 0.6148928451538086,
267
+ 0.35140427231788635,
268
+ 0.27309311032295225,
269
+ -1.132156777381897,
270
+ -0.08103018075227737,
271
+ 0.7173317408561705,
272
+ 0.009570175968110557
273
+ ]
274
+ },
275
+ "right_arm": {
276
+ "max": [
277
+ 0.9623554944992065,
278
+ 0.2807396650314331,
279
+ 0.7694879770278931,
280
+ 1.2767610549926758,
281
+ 1.8174692392349243,
282
+ 0.8700100183486938,
283
+ 0.6100013256072998
284
+ ],
285
+ "min": [
286
+ -1.4497387409210205,
287
+ -0.9382310509681702,
288
+ -1.3796172142028809,
289
+ -2.150691032409668,
290
+ -2.2574028968811035,
291
+ -0.9601027965545654,
292
+ -0.6101932525634766
293
+ ],
294
+ "mean": [
295
+ 0.07703010737895966,
296
+ -0.009932473301887512,
297
+ 0.08711014688014984,
298
+ -1.715496301651001,
299
+ -0.2945978343486786,
300
+ -0.1854964792728424,
301
+ -0.02618875354528427
302
+ ],
303
+ "std": [
304
+ 0.1660434603691101,
305
+ 0.257951945066452,
306
+ 0.2985477149486542,
307
+ 0.21423877775669098,
308
+ 0.7408061027526855,
309
+ 0.285532146692276,
310
+ 0.3404558598995209
311
+ ],
312
+ "q01": [
313
+ -0.43103485107421874,
314
+ -0.6369292664527892,
315
+ -0.5514215302467346,
316
+ -2.1294299793243407,
317
+ -1.3421837568283081,
318
+ -0.8276522183418273,
319
+ -0.5935064649581909
320
+ ],
321
+ "q99": [
322
+ 0.37589811086654656,
323
+ 0.23308833718299865,
324
+ 0.6103850507736206,
325
+ -0.9984534525871279,
326
+ 1.0599059391021728,
327
+ 0.4364022743701933,
328
+ 0.5730218744277954
329
+ ]
330
+ },
331
+ "left_hand": {
332
+ "max": [
333
+ 0.0009740703389979899,
334
+ -0.0546913780272007,
335
+ -0.05968106538057327,
336
+ -0.02052098698914051,
337
+ -0.22107230126857758,
338
+ 1.220978856086731
339
+ ],
340
+ "min": [
341
+ -1.5709861516952515,
342
+ -1.57097327709198,
343
+ -1.5709692239761353,
344
+ -1.570944905281067,
345
+ -1.7409957647323608,
346
+ 0.48999321460723877
347
+ ],
348
+ "mean": [
349
+ -0.963814377784729,
350
+ -0.8296139240264893,
351
+ -0.629891037940979,
352
+ -0.5712926983833313,
353
+ -1.2895143032073975,
354
+ 0.9526148438453674
355
+ ],
356
+ "std": [
357
+ 0.4780578017234802,
358
+ 0.5040860176086426,
359
+ 0.4580126702785492,
360
+ 0.48273271322250366,
361
+ 0.41919949650764465,
362
+ 0.21727174520492554
363
+ ],
364
+ "q01": [
365
+ -1.5709731578826904,
366
+ -1.5709259510040283,
367
+ -1.5709221363067627,
368
+ -1.5708924531936646,
369
+ -1.7409918308258057,
370
+ 0.5214212536811829
371
+ ],
372
+ "q99": [
373
+ -0.06292162835597992,
374
+ -0.11022104322910309,
375
+ -0.12443660944700241,
376
+ -0.06607425957918167,
377
+ -0.30554723739624023,
378
+ 1.2209323644638062
379
+ ]
380
+ },
381
+ "right_hand": {
382
+ "max": [
383
+ -0.13376900553703308,
384
+ -0.1352331042289734,
385
+ -0.005622704513370991,
386
+ 0.0006983945495449007,
387
+ -0.5628832578659058,
388
+ 1.2208919525146484
389
+ ],
390
+ "min": [
391
+ -1.5709723234176636,
392
+ -1.570959448814392,
393
+ -1.5709497928619385,
394
+ -1.5654851198196411,
395
+ -1.7409759759902954,
396
+ 0.33904045820236206
397
+ ],
398
+ "mean": [
399
+ -0.8379570841789246,
400
+ -0.831011176109314,
401
+ -0.7952731251716614,
402
+ -0.4752100706100464,
403
+ -1.4127185344696045,
404
+ 0.7845886945724487
405
+ ],
406
+ "std": [
407
+ 0.45697054266929626,
408
+ 0.4593932032585144,
409
+ 0.4775135815143585,
410
+ 0.41164931654930115,
411
+ 0.2575743794441223,
412
+ 0.12675784528255463
413
+ ],
414
+ "q01": [
415
+ -1.5708304643630981,
416
+ -1.5708186626434326,
417
+ -1.5707746744155884,
418
+ -1.5299115180969238,
419
+ -1.7408910989761353,
420
+ 0.405545711517334
421
+ ],
422
+ "q99": [
423
+ -0.22091755270957947,
424
+ -0.17779886722564697,
425
+ -0.07500641793012619,
426
+ 3.097093213000335e-05,
427
+ -0.8740525245666504,
428
+ 1.1924041509628296
429
+ ]
430
+ }
431
+ }
432
+ },
433
+ "modalities": {
434
+ "video": {
435
+ "ego_view": {
436
+ "resolution": [
437
+ 256,
438
+ 256
439
+ ],
440
+ "channels": 3,
441
+ "fps": 20.0
442
+ }
443
+ },
444
+ "state": {
445
+ "left_arm": {
446
+ "absolute": true,
447
+ "rotation_type": null,
448
+ "shape": [
449
+ 7
450
+ ],
451
+ "continuous": true
452
+ },
453
+ "right_arm": {
454
+ "absolute": true,
455
+ "rotation_type": null,
456
+ "shape": [
457
+ 7
458
+ ],
459
+ "continuous": true
460
+ },
461
+ "left_hand": {
462
+ "absolute": true,
463
+ "rotation_type": null,
464
+ "shape": [
465
+ 6
466
+ ],
467
+ "continuous": true
468
+ },
469
+ "right_hand": {
470
+ "absolute": true,
471
+ "rotation_type": null,
472
+ "shape": [
473
+ 6
474
+ ],
475
+ "continuous": true
476
+ }
477
+ },
478
+ "action": {
479
+ "left_arm": {
480
+ "absolute": true,
481
+ "rotation_type": null,
482
+ "shape": [
483
+ 7
484
+ ],
485
+ "continuous": true
486
+ },
487
+ "right_arm": {
488
+ "absolute": true,
489
+ "rotation_type": null,
490
+ "shape": [
491
+ 7
492
+ ],
493
+ "continuous": true
494
+ },
495
+ "left_hand": {
496
+ "absolute": true,
497
+ "rotation_type": null,
498
+ "shape": [
499
+ 6
500
+ ],
501
+ "continuous": true
502
+ },
503
+ "right_hand": {
504
+ "absolute": true,
505
+ "rotation_type": null,
506
+ "shape": [
507
+ 6
508
+ ],
509
+ "continuous": true
510
+ }
511
+ }
512
+ },
513
+ "embodiment_tag": "new_embodiment"
514
+ }
515
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afbc81d9819ffeb77f0c2d09e17920fe52dc6c88608c5cf6bf9239f7d1a62af8
3
+ size 5841