Add pipeline tag, link to paper
#2
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
tags:
|
5 |
-
- robotics
|
6 |
- tokenizer
|
|
|
7 |
---
|
8 |
|
9 |
# FAST: Efficient Action Tokenization for Vision-Language-Action Models
|
10 |
|
11 |
-
This is the official repo for the [FAST action tokenizer](https://www.pi.website/research/fast).
|
12 |
|
13 |
The action tokenizer maps any sequence of robot actions into a sequence of dense, discrete **action tokens** for training autoregressive VLA models.
|
14 |
|
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
tags:
|
|
|
5 |
- tokenizer
|
6 |
+
pipeline_tag: robotics
|
7 |
---
|
8 |
|
9 |
# FAST: Efficient Action Tokenization for Vision-Language-Action Models
|
10 |
|
11 |
+
This is the official repo for the [FAST action tokenizer](https://www.pi.website/research/fast) from the paper [FAST: Efficient Action Tokenization for Vision-Language-Action Models](https://huggingface.co/papers/2501.09747).
|
12 |
|
13 |
The action tokenizer maps any sequence of robot actions into a sequence of dense, discrete **action tokens** for training autoregressive VLA models.
|
14 |
|