Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- multi-modal
|
8 |
license: mit
|
9 |
datasets:
|
10 |
-
-
|
11 |
languages:
|
12 |
- en
|
13 |
pipeline_tag: robotics
|
@@ -25,7 +25,7 @@ pipeline_tag: robotics
|
|
25 |
|
26 |
This model implements a Mixture of Diffusion Experts architecture for robotic manipulation, combining transformer-based backbone with noise-only expert routing. For faster inference, we can precache the chosen expert for each timestep to reduce computation time.
|
27 |
|
28 |
-
The model has been pretrained on a subset of OXE for 300k steps and finetuned for
|
29 |
|
30 |
## Model Details
|
31 |
|
|
|
7 |
- multi-modal
|
8 |
license: mit
|
9 |
datasets:
|
10 |
+
- OXE
|
11 |
languages:
|
12 |
- en
|
13 |
pipeline_tag: robotics
|
|
|
25 |
|
26 |
This model implements a Mixture of Diffusion Experts architecture for robotic manipulation, combining transformer-based backbone with noise-only expert routing. For faster inference, we can precache the chosen expert for each timestep to reduce computation time.
|
27 |
|
28 |
+
The model has been pretrained on a subset of OXE for 300k steps and finetuned for can be finetuned for downstream tasks.
|
29 |
|
30 |
## Model Details
|
31 |
|