lerobot / fast-action-tokenizer

huggingface.co
Total runs: 0
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: February 16 2026
robotics

Introduction of fast-action-tokenizer

Model Details of fast-action-tokenizer

FAST: Efficient Action Tokenization for Vision-Language-Action Models

This is the official repo for the FAST action tokenizer .

The action tokenizer maps any sequence of robot actions into a sequence of dense, discrete action tokens for training autoregressive VLA models.

Here, we provide:

  1. FAST+, our universal action tokenizer, trained on 1M real robot action sequences.
  2. Code for quickly training new action tokenizers on your custom dataset.
Installation

FAST can be used as a convenient HuggingFace AutoProcessor. To use it, simply install the transformers package (and scipy for the underlying DCT algorithm).

pip install transformers scipy
Using the Universal Action Tokenizer

We recommend applying the tokenizer to 1-second action "chunks" that have been pre-normalized to a range of [-1...1] (we use quantile normalization for this step -- check our paper). Encoding and decoding support batched inference.

import numpy as np
from transformers import AutoProcessor

# Load the tokenizer from the Hugging Face hub
tokenizer = AutoProcessor.from_pretrained("physical-intelligence/fast", trust_remote_code=True)

# Tokenize & decode action chunks (we use dummy data here)
action_data = np.random.rand(256, 50, 14)    # one batch of action chunks
tokens = tokenizer(action_data)              # tokens = list[int]
decoded_actions = tokenizer.decode(tokens)

Note : During decoding, the tokenizer needs to map the decoded sequence of actions back into a [time_horizon, action_dim] matrix. There are multiple ways to provide the necessary dimensions to the tokenizer: (1) they automatically get saved on the first forward() call, (2) you can set them manually as arguments to the decode() call

Training a new Action Tokenizer on Your Own Data

In our experiments, we found the FAST+ universal tokenizer to work well across a wide range of robot setups, action dimensions, and control frequencies. If you, however, want to train a custom FAST tokenizer for your dataset at hand, it is very easy using the .fit() convenience function we provide. When called on a dataset of action chunks (of the same or different lengths), it returns a new tokenizer instance, which you can save and optionally push to the HuggingFace hub. Training should typically only take a few seconds to minutes.

# First, we download the tokenizer from the Hugging Face model hub
# Here, we will not use the pre-trained tokenizer weights, but only the source code
# to train a new tokenizer on our own data.
tokenizer = AutoProcessor.from_pretrained("physical-intelligence/fast", trust_remote_code=True)

# Load your action data for tokenizer training
# Chunks do not need to be of the same length, we will use dummy data
action_data = np.random.rand(4000, 50, 14)

# Train the new tokenizer, depending on your dataset size this can take a few minutes
tokenizer = tokenizer.fit(action_data)

# Save the new tokenizer, optionally push it to the Hugging Face model hub
tokenizer.save_pretrained("<your_local_path>")
tokenizer.push_to_hub("YourUsername/my_new_tokenizer")

Runs of lerobot fast-action-tokenizer on huggingface.co

0
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About fast-action-tokenizer huggingface.co Model

More fast-action-tokenizer license Visit here:

https://choosealicense.com/licenses/apache-2.0

fast-action-tokenizer huggingface.co

fast-action-tokenizer huggingface.co is an AI model on huggingface.co that provides fast-action-tokenizer's model effect (), which can be used instantly with this lerobot fast-action-tokenizer model. huggingface.co supports a free trial of the fast-action-tokenizer model, and also provides paid use of the fast-action-tokenizer. Support call fast-action-tokenizer model through api, including Node.js, Python, http.

fast-action-tokenizer huggingface.co Url

https://huggingface.co/lerobot/fast-action-tokenizer

lerobot fast-action-tokenizer online free

fast-action-tokenizer huggingface.co is an online trial and call api platform, which integrates fast-action-tokenizer's modeling effects, including api services, and provides a free online trial of fast-action-tokenizer, you can try fast-action-tokenizer online for free by clicking the link below.

lerobot fast-action-tokenizer online free url in huggingface.co:

https://huggingface.co/lerobot/fast-action-tokenizer

fast-action-tokenizer install

fast-action-tokenizer is an open source model from GitHub that offers a free installation service, and any user can find fast-action-tokenizer on GitHub to install. At the same time, huggingface.co provides the effect of fast-action-tokenizer install, users can directly use fast-action-tokenizer installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

fast-action-tokenizer install url in huggingface.co:

https://huggingface.co/lerobot/fast-action-tokenizer

Url of fast-action-tokenizer

fast-action-tokenizer huggingface.co Url

Provider of fast-action-tokenizer huggingface.co

lerobot
ORGANIZATIONS

Other API from lerobot

huggingface.co

Total runs: 171.7K
Run Growth: 101.0K
Growth Rate: 57.25%
Updated:January 22 2026
huggingface.co

Total runs: 26.9K
Run Growth: 15.6K
Growth Rate: 58.10%
Updated:June 03 2026
huggingface.co

Total runs: 21.6K
Run Growth: 3.3K
Growth Rate: 15.54%
Updated:July 29 2026
huggingface.co

Total runs: 6.1K
Run Growth: -5.5K
Growth Rate: -90.07%
Updated:September 19 2025
huggingface.co

Total runs: 5.9K
Run Growth: -3.5K
Growth Rate: -59.22%
Updated:February 21 2026
huggingface.co

Total runs: 3.1K
Run Growth: -31
Growth Rate: -0.94%
Updated:March 02 2026
huggingface.co

Total runs: 2.2K
Run Growth: -5.0K
Growth Rate: -234.12%
Updated:January 22 2026
huggingface.co

Total runs: 1.9K
Run Growth: -994
Growth Rate: -51.56%
Updated:March 05 2026
huggingface.co

Total runs: 1.6K
Run Growth: -3.1K
Growth Rate: -189.28%
Updated:September 19 2025
huggingface.co

Total runs: 1.1K
Run Growth: -3.6K
Growth Rate: -322.92%
Updated:February 20 2026
huggingface.co

Total runs: 956
Run Growth: -3.8K
Growth Rate: -397.18%
Updated:January 22 2026
huggingface.co

Total runs: 798
Run Growth: 798
Growth Rate: 100.00%
Updated:April 20 2026
huggingface.co

Total runs: 545
Run Growth: -158
Growth Rate: -28.99%
Updated:March 31 2025
huggingface.co

Total runs: 344
Run Growth: 115
Growth Rate: 33.43%
Updated:June 05 2026
huggingface.co

Total runs: 118
Run Growth: -4.0K
Growth Rate: -3347.46%
Updated:March 07 2025
huggingface.co

Total runs: 64
Run Growth: 0
Growth Rate: 0.00%
Updated:September 26 2025
huggingface.co

Total runs: 61
Run Growth: -107
Growth Rate: -175.41%
Updated:February 27 2026
huggingface.co

Total runs: 35
Run Growth: 0
Growth Rate: 0.00%
Updated:September 24 2025
huggingface.co

Total runs: 31
Run Growth: -18
Growth Rate: -47.37%
Updated:August 11 2026
huggingface.co

Total runs: 31
Run Growth: 31
Growth Rate: 100.00%
Updated:August 11 2026
huggingface.co

Total runs: 28
Run Growth: 28
Growth Rate: 100.00%
Updated:July 28 2026