rail-berkeley commited on
Commit
39d6c88
1 Parent(s): 8f87d58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -3,7 +3,10 @@ license: mit
3
  pipeline_tag: robotics
4
  ---
5
  # Octo Base
6
- 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 93M parameters (equivalent to a ViT-B). 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.
 
 
 
7
 
8
  Observations and tasks conform to the following spec:
9
 
 
3
  pipeline_tag: robotics
4
  ---
5
  # Octo Base
6
+
7
+ See https://github.com/octo-models/octo for instructions for using this model.
8
+
9
+ Octo Base 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 93M parameters (equivalent to a ViT-B). 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.
10
 
11
  Observations and tasks conform to the following spec:
12