Fascetta commited on
Commit
f77d31b
·
verified ·
1 Parent(s): fd81962

Upload folder using huggingface_hub

Browse files
10000/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ''
3
+ library_name: peft
4
+ tags:
5
+ - lora
6
+ ---
7
+
8
+ # Model Card for Model ID
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+
13
+
14
+ ## Model Details
15
+
16
+ ### Model Description
17
+
18
+ <!-- Provide a longer summary of what this model is. -->
19
+
20
+
21
+
22
+ - **Developed by:** [More Information Needed]
23
+ - **Funded by [optional]:** [More Information Needed]
24
+ - **Shared by [optional]:** [More Information Needed]
25
+ - **Model type:** [More Information Needed]
26
+ - **Language(s) (NLP):** [More Information Needed]
27
+ - **License:** [More Information Needed]
28
+ - **Finetuned from model [optional]:** [More Information Needed]
29
+
30
+ ### Model Sources [optional]
31
+
32
+ <!-- Provide the basic links for the model. -->
33
+
34
+ - **Repository:** [More Information Needed]
35
+ - **Paper [optional]:** [More Information Needed]
36
+ - **Demo [optional]:** [More Information Needed]
37
+
38
+ ## Uses
39
+
40
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
41
+
42
+ ### Direct Use
43
+
44
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
45
+
46
+ [More Information Needed]
47
+
48
+ ### Downstream Use [optional]
49
+
50
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Out-of-Scope Use
55
+
56
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
57
+
58
+ [More Information Needed]
59
+
60
+ ## Bias, Risks, and Limitations
61
+
62
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ### Recommendations
67
+
68
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
69
+
70
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
71
+
72
+ ## How to Get Started with the Model
73
+
74
+ Use the code below to get started with the model.
75
+
76
+ [More Information Needed]
77
+
78
+ ## Training Details
79
+
80
+ ### Training Data
81
+
82
+ <!-- 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. -->
83
+
84
+ [More Information Needed]
85
+
86
+ ### Training Procedure
87
+
88
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
89
+
90
+ #### Preprocessing [optional]
91
+
92
+ [More Information Needed]
93
+
94
+
95
+ #### Training Hyperparameters
96
+
97
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
98
+
99
+ #### Speeds, Sizes, Times [optional]
100
+
101
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
102
+
103
+ [More Information Needed]
104
+
105
+ ## Evaluation
106
+
107
+ <!-- This section describes the evaluation protocols and provides the results. -->
108
+
109
+ ### Testing Data, Factors & Metrics
110
+
111
+ #### Testing Data
112
+
113
+ <!-- This should link to a Dataset Card if possible. -->
114
+
115
+ [More Information Needed]
116
+
117
+ #### Factors
118
+
119
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Metrics
124
+
125
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
126
+
127
+ [More Information Needed]
128
+
129
+ ### Results
130
+
131
+ [More Information Needed]
132
+
133
+ #### Summary
134
+
135
+
136
+
137
+ ## Model Examination [optional]
138
+
139
+ <!-- Relevant interpretability work for the model goes here -->
140
+
141
+ [More Information Needed]
142
+
143
+ ## Environmental Impact
144
+
145
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
146
+
147
+ 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).
148
+
149
+ - **Hardware Type:** [More Information Needed]
150
+ - **Hours used:** [More Information Needed]
151
+ - **Cloud Provider:** [More Information Needed]
152
+ - **Compute Region:** [More Information Needed]
153
+ - **Carbon Emitted:** [More Information Needed]
154
+
155
+ ## Technical Specifications [optional]
156
+
157
+ ### Model Architecture and Objective
158
+
159
+ [More Information Needed]
160
+
161
+ ### Compute Infrastructure
162
+
163
+ [More Information Needed]
164
+
165
+ #### Hardware
166
+
167
+ [More Information Needed]
168
+
169
+ #### Software
170
+
171
+ [More Information Needed]
172
+
173
+ ## Citation [optional]
174
+
175
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
176
+
177
+ **BibTeX:**
178
+
179
+ [More Information Needed]
180
+
181
+ **APA:**
182
+
183
+ [More Information Needed]
184
+
185
+ ## Glossary [optional]
186
+
187
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
188
+
189
+ [More Information Needed]
190
+
191
+ ## More Information [optional]
192
+
193
+ [More Information Needed]
194
+
195
+ ## Model Card Authors [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Contact
200
+
201
+ [More Information Needed]
202
+ ### Framework versions
203
+
204
+ - PEFT 0.18.1
10000/adapter_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "PI0Pytorch",
7
+ "parent_library": "openpi.models_pytorch.pi0_pytorch"
8
+ },
9
+ "base_model_name_or_path": null,
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": "gaussian",
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 16,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.0,
25
+ "megatron_config": null,
26
+ "megatron_core": "megatron.core",
27
+ "modules_to_save": null,
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.1",
30
+ "qalora_group_size": 16,
31
+ "r": 16,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "time_mlp_out",
36
+ "fc1",
37
+ "v_proj",
38
+ "o_proj",
39
+ "down_proj",
40
+ "action_in_proj",
41
+ "out_proj",
42
+ "action_out_proj",
43
+ "fc2",
44
+ "linear",
45
+ "time_mlp_in",
46
+ "lm_head",
47
+ "up_proj",
48
+ "gate_proj",
49
+ "q_proj",
50
+ "k_proj",
51
+ "dense"
52
+ ],
53
+ "target_parameters": null,
54
+ "task_type": null,
55
+ "trainable_token_indices": null,
56
+ "use_dora": false,
57
+ "use_qalora": false,
58
+ "use_rslora": false
59
+ }
10000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d593e0795f31b8f12dba8cd3ae048a8f1fd0bc1198a3c081c8c9c304f8590dc
3
+ size 184530792
10000/assets/siamaky1984/libero_goal_object_spatial/norm_stats.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "norm_stats": {
3
+ "state": {
4
+ "mean": [
5
+ -0.04924725368618965,
6
+ 0.033814042806625366,
7
+ 0.728454053401947,
8
+ 3.009894371032715,
9
+ -0.02231195941567421,
10
+ -0.10148511826992035,
11
+ 0.026088563725352287,
12
+ -0.026383021846413612
13
+ ],
14
+ "std": [
15
+ 0.1033518835902214,
16
+ 0.15602974593639374,
17
+ 0.4304257929325104,
18
+ 0.33879682421684265,
19
+ 0.5505058765411377,
20
+ 0.30192360281944275,
21
+ 0.0146003607660532,
22
+ 0.014494510367512703
23
+ ],
24
+ "q01": [
25
+ -0.40328800489902494,
26
+ -0.2602040160775185,
27
+ 0.01437443905454129,
28
+ 1.4437129512786866,
29
+ -1.320601808452606,
30
+ -1.0182977723121642,
31
+ 0.0016740224748151376,
32
+ -0.040094882014673205
33
+ ],
34
+ "q99": [
35
+ 0.1159963947832584,
36
+ 0.3406740477085114,
37
+ 1.2747608516544102,
38
+ 3.2629864641189577,
39
+ 1.9978821786403653,
40
+ 0.5462323907852173,
41
+ 0.040355778679694046,
42
+ -0.001787213870557025
43
+ ]
44
+ },
45
+ "actions": {
46
+ "mean": [
47
+ 0.07894670218229294,
48
+ 0.10405383259057999,
49
+ -0.10523026436567307,
50
+ -0.0016200754325836897,
51
+ 0.007108191028237343,
52
+ -0.0043831174261868,
53
+ -0.022155020385980606
54
+ ],
55
+ "std": [
56
+ 0.3555991053581238,
57
+ 0.384610116481781,
58
+ 0.4877820312976837,
59
+ 0.039991945028305054,
60
+ 0.06828976422548294,
61
+ 0.07279054820537567,
62
+ 0.9997545480728149
63
+ ],
64
+ "q01": [
65
+ -0.747375,
66
+ -0.8145,
67
+ -0.9375,
68
+ -0.12143100589513778,
69
+ -0.17250000000000001,
70
+ -0.1661070105314255,
71
+ -1.0
72
+ ],
73
+ "q99": [
74
+ 0.937125,
75
+ 0.8812500000000001,
76
+ 0.937125,
77
+ 0.12414042860269547,
78
+ 0.2074499999999999,
79
+ 0.34339499938488005,
80
+ 0.9996
81
+ ]
82
+ }
83
+ }
84
+ }
10000/metadata.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a09d1d202cbc6375a64e8b6e12ef0404e38a575b976d19f80cb5ad9d2634ebe
3
+ size 3123
10000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a048868fe3890bffd9e12105e364314ff32504901e015df3d76b63ba7085bc11
3
+ size 295665275
final_model_merged/config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_expert_variant": "gemma_300m",
4
+ "action_horizon": 10,
5
+ "discrete_state_input": false,
6
+ "dtype": "bfloat16",
7
+ "max_token_len": 200,
8
+ "paligemma_variant": "gemma_2b",
9
+ "pi05": true,
10
+ "transformers_version": "4.53.2"
11
+ }
final_model_merged/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b6ddb576edb5735d8177939f1a8a1f07a10f484ea5553ad67d296e548f0c8b
3
+ size 7473091464
wandb_id.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ olgh2rjw