Files
lerobot-clone/fast_tokenizer_local/metadata.json

27 lines
578 B
JSON
Raw Normal View History

2025-12-17 18:03:09 +00:00
{
"repo_id": "local",
"vocab_size": 1024,
"scale": 10.0,
2025-12-25 20:59:32 +00:00
"encoded_dims": "0:7",
2025-12-17 18:03:09 +00:00
"encoded_dim_ranges": [
[
0,
2025-12-25 20:59:32 +00:00
7
2025-12-17 18:03:09 +00:00
]
],
2025-12-25 20:59:32 +00:00
"total_encoded_dims": 7,
2025-12-17 18:03:09 +00:00
"delta_dims": null,
"delta_dim_list": null,
"use_delta_transform": false,
"state_key": "observation.state",
2025-12-25 20:59:32 +00:00
"normalization_mode": "MEAN_STD",
"action_horizon": 10,
"num_training_chunks": 25065,
2025-12-17 18:03:09 +00:00
"compression_stats": {
2025-12-25 20:59:32 +00:00
"compression_ratio": 2.8901734104046244,
"mean_token_length": 24.22,
"p99_token_length": 40.0,
2025-12-17 18:03:09 +00:00
"min_token_length": 9.0,
2025-12-25 20:59:32 +00:00
"max_token_length": 46.0
2025-12-17 18:03:09 +00:00
}
}