Instructions to use LucaFrat/my-action-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LucaFrat/my-action-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LucaFrat/my-action-tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "repo_id": "LucaFrat/so100_mujoco_pick_red_cube", | |
| "vocab_size": 1024, | |
| "scale": 10.0, | |
| "encoded_dims": "0:6", | |
| "encoded_dim_ranges": [ | |
| [ | |
| 0, | |
| 6 | |
| ] | |
| ], | |
| "total_encoded_dims": 6, | |
| "delta_dims": null, | |
| "delta_dim_list": null, | |
| "use_delta_transform": false, | |
| "state_key": "observation.state", | |
| "normalization_mode": "QUANTILES", | |
| "action_horizon": 10, | |
| "num_training_chunks": 793, | |
| "compression_stats": { | |
| "compression_ratio": 5.47148114075437, | |
| "mean_token_length": 10.96595208070618, | |
| "p99_token_length": 21.0, | |
| "min_token_length": 2.0, | |
| "max_token_length": 23.0 | |
| } | |
| } |