Add pipeline tag and paper/project links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,19 +1,22 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: gemma-terms-of-use
|
| 4 |
license_link: https://ai.google.dev/gemma/terms
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
---
|
| 12 |
|
| 13 |
# $\mathcal{N}_0$-VTLA — pretrained base
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Files
|
| 19 |
|
|
@@ -100,4 +103,4 @@ These weights are derived from Google's PaliGemma/Gemma parameters and are there
|
|
| 100 |
available under the [Gemma Terms of Use](https://ai.google.dev/gemma/terms) and the
|
| 101 |
[Gemma Prohibited Use Policy](https://ai.google.dev/gemma/prohibited_use_policy), **not** under
|
| 102 |
the CC BY-SA 4.0 licence that covers the source code. This is inherited from the base model, not
|
| 103 |
-
a restriction added on top.
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: n0vtla
|
| 3 |
license: other
|
| 4 |
license_name: gemma-terms-of-use
|
| 5 |
license_link: https://ai.google.dev/gemma/terms
|
| 6 |
+
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
+
- robotics
|
| 9 |
+
- vision-language-action
|
| 10 |
+
- tactile
|
| 11 |
+
- pi0.5
|
| 12 |
---
|
| 13 |
|
| 14 |
# $\mathcal{N}_0$-VTLA — pretrained base
|
| 15 |
|
| 16 |
+
This repository contains the pretrained base model for [N0-VTLA](https://github.com/neoteai/N0-VTLA), a vision–tactile–language–action policy: a π0.5-style VLA with a latent tactile pathway.
|
| 17 |
+
|
| 18 |
+
The model is described in the paper [*$N_0$-VTLA: Scaling Vision-Tactile-Language-Action Model with Latent Tactile Tokens*](https://huggingface.co/papers/2607.23782).
|
| 19 |
+
Project page: [https://research.neoteai.com/n0-vtla/](https://research.neoteai.com/n0-vtla/)
|
| 20 |
|
| 21 |
## Files
|
| 22 |
|
|
|
|
| 103 |
available under the [Gemma Terms of Use](https://ai.google.dev/gemma/terms) and the
|
| 104 |
[Gemma Prohibited Use Policy](https://ai.google.dev/gemma/prohibited_use_policy), **not** under
|
| 105 |
the CC BY-SA 4.0 licence that covers the source code. This is inherited from the base model, not
|
| 106 |
+
a restriction added on top.
|