rail-berkeley commited on
Commit
02bd988
1 Parent(s): 5ad08d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,5 +1,6 @@
1
- # Octo small
2
- This model is trained with a window size of 2, predicting 7-dimensional actions 4 steps into the future using a diffusion policy.
 
3
  Observations and tasks conform to the following spec:
4
 
5
  Observations:
@@ -54,4 +55,4 @@ This model was trained on a mix of datasets from the Open X-Embodiment dataset
54
  | Austin Buds Dataset (Zhu et al, 2022) | 0.3\% |
55
  | CMU Stretch (Mendonca et al, 2023) | 0.2\% |
56
  | NYU Door Opening (Pari et al, 2021) | 0.1\% |
57
- | DLR EDAN Shared Control (Quere et al, 2020) | 0.1\% |
 
1
+ # Octo Small
2
+ This model is trained with a window size of 2, predicting 7-dimensional actions 4 steps into the future using a diffusion policy. The model is a Transformer with 27M parameters (equivalent to a ViT-S). Images are tokenized by preprocessing with a lightweight convolutional encoder, then grouped into 16x16 patches. Language is tokenized by applying the T5 tokenizer, and then applying the T5-Base language encoder.
3
+
4
  Observations and tasks conform to the following spec:
5
 
6
  Observations:
 
55
  | Austin Buds Dataset (Zhu et al, 2022) | 0.3\% |
56
  | CMU Stretch (Mendonca et al, 2023) | 0.2\% |
57
  | NYU Door Opening (Pari et al, 2021) | 0.1\% |
58
+ | DLR EDAN Shared Control (Quere et al, 2020) | 0.1\% |