Upload folder using huggingface_hub
Browse files- README.md +4 -4
- config.json +4 -4
- dataset_statistics.npy +3 -0
- model.safetensors +2 -2
README.md
CHANGED
@@ -7,9 +7,9 @@ tags:
|
|
7 |
- pytorch
|
8 |
---
|
9 |
|
10 |
-
# Octo-
|
11 |
|
12 |
-
This is the octo-
|
13 |
|
14 |
## Model Description
|
15 |
|
@@ -19,7 +19,7 @@ Octo is a generalist robot policy trained on diverse robot manipulation tasks.
|
|
19 |
- **Original JAX Implementation**: [octo-models/octo](https://github.com/octo-models/octo)
|
20 |
- **Original Pytorch Implementation**: [emb-ai/octo-pytorch](https://github.com/emb-ai/octo-pytorch)
|
21 |
- **lil'km Implementation**: [s1lent4gnt/octo-pytorch](https://github.com/s1lent4gnt/octo-pytorch)
|
22 |
-
- **Model Size**: octo-
|
23 |
|
24 |
## Usage
|
25 |
|
@@ -60,7 +60,7 @@ model = OctoModel.from_pretrained('lilkm/octo-small-test')
|
|
60 |
|
61 |
### Model Architecture
|
62 |
|
63 |
-
- **Transformer**: 12 layers,
|
64 |
- **Vision Encoder**: Custom CNN (SmallStem16)
|
65 |
- **Language Encoder**: T5-Base
|
66 |
- **Action Head**: Diffusion policy with 4 action steps
|
|
|
7 |
- pytorch
|
8 |
---
|
9 |
|
10 |
+
# Octo-Small PyTorch Model
|
11 |
|
12 |
+
This is the octo-small model converted to PyTorch format.
|
13 |
|
14 |
## Model Description
|
15 |
|
|
|
19 |
- **Original JAX Implementation**: [octo-models/octo](https://github.com/octo-models/octo)
|
20 |
- **Original Pytorch Implementation**: [emb-ai/octo-pytorch](https://github.com/emb-ai/octo-pytorch)
|
21 |
- **lil'km Implementation**: [s1lent4gnt/octo-pytorch](https://github.com/s1lent4gnt/octo-pytorch)
|
22 |
+
- **Model Size**: octo-small
|
23 |
|
24 |
## Usage
|
25 |
|
|
|
60 |
|
61 |
### Model Architecture
|
62 |
|
63 |
+
- **Transformer**: 12 layers, 384 dim, 6 heads
|
64 |
- **Vision Encoder**: Custom CNN (SmallStem16)
|
65 |
- **Language Encoder**: T5-Base
|
66 |
- **Action Head**: Diffusion policy with 4 action steps
|
config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"model_type": "octo",
|
3 |
-
"model_name": "octo-
|
4 |
-
"token_embedding_size":
|
5 |
"num_layers": 12,
|
6 |
-
"num_heads":
|
7 |
-
"mlp_dim":
|
8 |
"max_horizon": 10,
|
9 |
"repeat_task_tokens": true,
|
10 |
"action_horizon": 4,
|
|
|
1 |
{
|
2 |
"model_type": "octo",
|
3 |
+
"model_name": "octo-small",
|
4 |
+
"token_embedding_size": 384,
|
5 |
"num_layers": 12,
|
6 |
+
"num_heads": 6,
|
7 |
+
"mlp_dim": 1536,
|
8 |
"max_horizon": 10,
|
9 |
"repeat_task_tokens": true,
|
10 |
"action_horizon": 4,
|
dataset_statistics.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc9b6afd6157706a2e8cc489c0c555fac777b1c578567545520e7d72b9314d9d
|
3 |
+
size 17516
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9104dff53dff8c63750e7d373ce35c4efbf10d263af2c74215f2ad543371701b
|
3 |
+
size 108199904
|